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.h1159 typedef void (*trace_func_graph_ret_t)(struct ftrace_graph_ret *, typedef
1175 trace_func_graph_ret_t retfunc;
1256 extern trace_func_graph_ret_t ftrace_graph_return;
/linux/kernel/trace/
H A Dfgraph.c1027 trace_func_graph_ret_t ftrace_graph_return = ftrace_stub_graph;
1280 trace_func_graph_ret_t retfunc = NULL; in ftrace_graph_enable_direct()