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.c201 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 Dtrace_irqsoff.c153 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 Dtrace_sched_wakeup.c227 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 Dtrace.h682 void trace_function(struct trace_array *tr,
H A Dtrace.c2889 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function