Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_functions.c226 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in function_trace_call()
248 trace_function(tr, ip, parent_ip, trace_ctx, fregs); in function_args_trace_call()
298 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in function_stack_trace_call()
375 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in function_no_repeats_trace_call()
415 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.h728 void trace_function(struct trace_array *tr,
H A Dtrace.c2985 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function
/linux/tools/testing/selftests/livepatch/
H A Dtest-ftrace.sh73 trace_function "$FUNCTION_NAME"
H A Dfunctions.sh381 function trace_function() { function