Lines Matching refs:function
21 API, which will be used by other function-entry hooking
49 the pt_regs passed into the function callback regs parameter
197 Enable the kernel to trace every kernel function. This is done
199 instruction at the beginning of every kernel function, which NOP
213 Enable the kernel to trace a function at both its return
221 bool "enable/disable function tracing dynamically"
226 This option will modify all the calls to function tracing
230 can function trace, and this table is linked into the kernel
266 This option enables kernel function probe (fprobe) based on ftrace.
267 The fprobe is similar to kprobes, but probes only for kernel function
274 bool "Kernel function profiler"
278 This option enables the kernel function profiler. A file is created
297 This tracer works by hooking into every function call that the
659 bool "Do NOT protect notrace function from kprobe events"
712 bool "Enable BPF programs to override a kprobed function"
717 Allows BPF to override the execution of a probed function and
898 bool "Record functions that recurse in function tracing"
901 All callbacks that attach to the function tracing have some sort