Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dfgraph.c499 .retfunc = ftrace_graph_ret_stub,
810 gops->retfunc(&trace, gops); in __ftrace_return_to_handler()
1207 trace_func_graph_ret_t retfunc = NULL; in ftrace_graph_enable_direct() local
1212 retfunc = gops->retfunc; in ftrace_graph_enable_direct()
1218 retfunc = fgraph_array[i]->retfunc; in ftrace_graph_enable_direct()
1226 static_call_update(fgraph_retfunc, retfunc); in ftrace_graph_enable_direct()
Dtrace_selftest.c910 .retfunc = store_return,
918 .retfunc = store_return,
926 .retfunc = store_return,
934 .retfunc = store_return,
1046 .retfunc = &trace_graph_return,
Dtrace_functions_graph.c290 .retfunc = &trace_graph_return,
302 gops->retfunc = &trace_graph_return; in allocate_fgraph_ops()
331 tr->gops->retfunc = trace_graph_thresh_return; in graph_trace_init()
333 tr->gops->retfunc = trace_graph_return; in graph_trace_init()
Dtrace_irqsoff.c229 .retfunc = &irqsoff_graph_return,
Dtrace_sched_wakeup.c166 .retfunc = &wakeup_graph_return,
Dftrace.c887 .retfunc = &profile_graph_return,
/linux-6.12.1/include/linux/
Dftrace.h1049 trace_func_graph_ret_t retfunc; member