Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfgraph.c539 .retfunc = ftrace_graph_ret_stub,
861 gops->retfunc(&trace, gops, fregs); in __ftrace_return_to_handler()
1292 trace_func_graph_ret_t retfunc = NULL; in ftrace_graph_enable_direct() local
1297 retfunc = gops->retfunc; in ftrace_graph_enable_direct()
1303 retfunc = fgraph_array[i]->retfunc; in ftrace_graph_enable_direct()
1311 static_call_update(fgraph_retfunc, retfunc); in ftrace_graph_enable_direct()
H A Dtrace_selftest.c913 .retfunc = store_return,
921 .retfunc = store_return,
929 .retfunc = store_return,
937 .retfunc = store_return,
1050 .retfunc = &trace_graph_return,
H A Dtrace_functions_graph.c406 .retfunc = &trace_graph_return,
418 gops->retfunc = &trace_graph_return; in allocate_fgraph_ops()
450 tr->gops->retfunc = trace_graph_thresh_return; in graph_trace_init()
452 tr->gops->retfunc = trace_graph_return; in graph_trace_init()
H A Dtrace_irqsoff.c243 .retfunc = &irqsoff_graph_return,
H A Dfprobe.c377 .retfunc = fprobe_return,
H A Dtrace_sched_wakeup.c180 .retfunc = &wakeup_graph_return,
H A Dftrace.c894 .retfunc = &profile_graph_return,
4392 (void *)gops->retfunc); in print_subops()
/linux/include/linux/
H A Dftrace.h1177 trace_func_graph_ret_t retfunc; member