Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_functions.c229 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in function_trace_call()
256 trace_function(tr, ip, parent_ip, trace_ctx, fregs); in function_args_trace_call()
306 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in function_stack_trace_call()
385 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in function_no_repeats_trace_call()
425 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in function_stack_no_repeats_trace_call()
H A Dtrace_irqsoff.c153 trace_function(tr, ip, parent_ip, trace_ctx, fregs); in irqsoff_tracer_call()
296 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in __trace_function()
305 return trace_function(tr, ip, parent_ip, trace_ctx, NULL); in __trace_function()
H A Dtrace_sched_wakeup.c243 trace_function(tr, ip, parent_ip, trace_ctx, fregs); in wakeup_tracer_call()
328 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in __trace_function()
H A Dtrace.h711 void trace_function(struct trace_array *tr,
H A Dtrace.c2890 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function
/linux-6.15/tools/testing/selftests/livepatch/
H A Dtest-ftrace.sh73 trace_function "$FUNCTION_NAME"
H A Dfunctions.sh381 function trace_function() { function