Home
last modified time | relevance | path

Searched refs:trace_func_graph_ret_t (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dftrace.h1235 typedef void (*trace_func_graph_ret_t)(struct ftrace_graph_ret *, typedef
1251 trace_func_graph_ret_t retfunc;
1332 extern trace_func_graph_ret_t ftrace_graph_return;
/linux/kernel/trace/
H A Dfgraph.c1036 trace_func_graph_ret_t ftrace_graph_return = ftrace_stub_graph;
1289 trace_func_graph_ret_t retfunc = NULL; in ftrace_graph_enable_direct()