Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_irqsoff.c150 trace_function(tr, ip, parent_ip, flags, preempt_count()); in irqsoff_tracer_call()
275 trace_function(tr, ip, parent_ip, flags, pc); in __trace_function()
279 #define __trace_function trace_function
H A Dtrace_functions.c155 trace_function(tr, ip, parent_ip, flags, pc); in function_trace_call()
206 trace_function(tr, ip, parent_ip, flags, pc); in function_stack_trace_call()
H A Dtrace_sched_wakeup.c226 trace_function(tr, ip, parent_ip, flags, pc); in wakeup_tracer_call()
311 trace_function(tr, ip, parent_ip, flags, pc); in __trace_function()
H A Dtrace.h771 void trace_function(struct trace_array *tr,
H A Dtrace.c2925 trace_function(struct trace_array *tr, in trace_function() function