Searched refs:trace_function (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_functions.c | 201 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call() 250 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call() 332 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call() 371 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() 281 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function() 285 #define __trace_function trace_function
|
H A D | trace_sched_wakeup.c | 227 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call() 312 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
|
H A D | trace.h | 682 void trace_function(struct trace_array *tr,
|
H A D | trace.c | 2889 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function
|