Home
last modified time | relevance | path

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

/Linux-v6.6/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()
279 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
283 #define __trace_function trace_function
Dtrace_sched_wakeup.c225 trace_function(tr, ip, parent_ip, trace_ctx); in wakeup_tracer_call()
310 trace_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
Dtrace.h661 void trace_function(struct trace_array *tr,
Dtrace.c3070 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function