Home
last modified time | relevance | path

Searched refs:trace_func_graph_ent_t (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dftrace.h1238 typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *, typedef
1250 trace_func_graph_ent_t entryfunc;
1254 trace_func_graph_ent_t saved_func;
1333 extern trace_func_graph_ent_t ftrace_graph_entry;
/linux/kernel/trace/
H A Dfgraph.c1037 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub;
1288 trace_func_graph_ent_t func = NULL; in ftrace_graph_enable_direct()
H A Dtrace_functions_graph.c506 trace_func_graph_ent_t entry; in ftrace_graph_trace_args()