Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/trace/
Dtrace_functions.c193 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call()
241 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call()
319 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call()
358 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_no_repeats_trace_call()
Dtrace_irqsoff.c153 trace_function(tr, ip, parent_ip, trace_ctx); in irqsoff_tracer_call()
278 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
282 #define __trace_function trace_function
Dtrace_sched_wakeup.c223 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call()
308 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
Dtrace.h630 void trace_function(struct trace_array *tr,
Dtrace.c2975 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function