Searched refs:trace_function (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_functions.c | 226 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 D | trace_irqsoff.c | 153 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 D | trace_sched_wakeup.c | 243 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 D | trace.h | 728 void trace_function(struct trace_array *tr,
|
H A D | trace.c | 2985 trace_function(struct trace_array *tr, unsigned long ip, unsigned long in trace_function() function
|
/linux/tools/testing/selftests/livepatch/ |
H A D | test-ftrace.sh | 73 trace_function "$FUNCTION_NAME"
|
H A D | functions.sh | 381 function trace_function() { function
|