Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/trace/
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()
Dtrace_irqsoff.c153 trace_function(tr, ip, parent_ip, trace_ctx); in irqsoff_tracer_call()
296 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
300 #define __trace_function trace_function
Dtrace_sched_wakeup.c243 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call()
328 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
Dtrace.h697 void trace_function(struct trace_array *tr,
Dtrace.c2880 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function