Home
last modified time | relevance | path

Searched refs:trace_function (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions.c223 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 Dtrace_irqsoff.c153 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 Dtrace_sched_wakeup.c245 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 Dtrace.h697 void trace_function(struct trace_array *tr,
H A Dtrace.c2880 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function