Searched refs:trace_function (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/trace/ |
D | trace_functions.c | 193 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call() 241 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call() 319 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call() 358 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_no_repeats_trace_call()
|
D | trace_irqsoff.c | 153 trace_function(tr, ip, parent_ip, trace_ctx); in irqsoff_tracer_call() 278 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function() 282 #define __trace_function trace_function
|
D | trace_sched_wakeup.c | 223 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call() 308 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
|
D | trace.h | 630 void trace_function(struct trace_array *tr,
|
D | trace.c | 3000 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function
|