Searched refs:trace_function (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_functions.c | 223 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call() 273 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call() 352 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call() 392 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_no_repeats_trace_call()
|
H A D | trace_irqsoff.c | 153 trace_function(tr, ip, parent_ip, trace_ctx); in irqsoff_tracer_call() 298 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function() 302 #define __trace_function trace_function
|
H A D | trace_sched_wakeup.c | 245 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call() 330 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
|
H A D | trace.h | 697 void trace_function(struct trace_array *tr,
|
H A D | trace.c | 2880 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function
|