Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfgraph.c536 .retfunc = ftrace_graph_ret_stub,
858 gops->retfunc(&trace, gops, fregs); in __ftrace_return_to_handler()
1285 trace_func_graph_ret_t retfunc = NULL; in ftrace_graph_enable_direct() local
1290 retfunc = gops->retfunc; in ftrace_graph_enable_direct()
1296 retfunc = fgraph_array[i]->retfunc; in ftrace_graph_enable_direct()
1304 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.c430 .retfunc = &trace_graph_return,
442 gops->retfunc = &trace_graph_return; in allocate_fgraph_ops()
474 tr->gops->retfunc = trace_graph_thresh_return; in graph_trace_init()
476 tr->gops->retfunc = trace_graph_return; in graph_trace_init()
H A Dtrace_irqsoff.c243 .retfunc = &irqsoff_graph_return,
H A Dtrace_sched_wakeup.c180 .retfunc = &wakeup_graph_return,
H A Dfprobe.c499 .retfunc = fprobe_return,
H A Dftrace.c920 .retfunc = &profile_graph_return,
4431 (void *)gops->retfunc); in print_subops()
/linux/include/linux/
H A Dftrace.h1215 trace_func_graph_ret_t retfunc; member