Home
last modified time | relevance | path

Searched refs:for_each_kernel_tracepoint (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/samples/trace_events/
Dtrace_custom_sched.c46 for_each_kernel_tracepoint(fct, NULL); in trace_sched_init()
/linux-6.12.1/kernel/
Dtracepoint.c787 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint() function
793 EXPORT_SYMBOL_GPL(for_each_kernel_tracepoint);
/linux-6.12.1/include/linux/
Dtracepoint.h55 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
/linux-6.12.1/kernel/trace/
Dtrace_fprobe.c925 for_each_kernel_tracepoint(__find_tracepoint_cb, &data); in find_tracepoint()