Skip to content

[redhat] New configs in kernel/trace

CKI ARK Bot requested to merge configs/2023-07-01/kernel/trace into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

Symbol: FPROBE_EVENTS [=y] Type : bool Defined at kernel/trace/Kconfig:668 Prompt: Enable fprobe-based dynamic events Depends on: FTRACE [=y] && FPROBE [=y] && HAVE_REGS_AND_STACK_ACCESS_API [=y] Location: -> Kernel hacking -> Tracers (FTRACE [=y]) -> Enable fprobe-based dynamic events (FPROBE_EVENTS [=y]) Selects: TRACING [=y] && PROBE_EVENTS [=y] && DYNAMIC_EVENTS [=y]


Symbol: FUNCTION_GRAPH_RETVAL [=n] Type : bool Defined at kernel/trace/Kconfig:233 Prompt: Kernel Function Graph Return Value Depends on: FTRACE [=y] && HAVE_FUNCTION_GRAPH_RETVAL [=y] && FUNCTION_GRAPH_TRACER [=y] Location: -> Kernel hacking -> Tracers (FTRACE [=y]) -> Kernel Function Tracer (FUNCTION_TRACER [=y]) -> Kernel Function Graph Tracer (FUNCTION_GRAPH_TRACER [=y]) -> Kernel Function Graph Return Value (FUNCTION_GRAPH_RETVAL [=n])


Symbol: PROBE_EVENTS_BTF_ARGS [=y] Type : bool Defined at kernel/trace/Kconfig:682 Prompt: Support BTF function arguments for probe events Depends on: FTRACE [=y] && HAVE_FUNCTION_ARG_ACCESS_API [=y] && (FPROBE_EVENTS [=y] || KPROBE_EVENTS [=y]) && DEBUG_INFO_BTF [=y] && BPF_SYSCALL [=y] Location: -> Kernel hacking -> Tracers (FTRACE [=y]) -> Support BTF function arguments for probe events (PROBE_EVENTS_BTF_ARGS [=y])


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports