Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dftrace.h1162 typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *, typedef
1174 trace_func_graph_ent_t entryfunc;
1178 trace_func_graph_ent_t saved_func;
1257 extern trace_func_graph_ent_t ftrace_graph_entry;
/linux/kernel/trace/
H A Dfgraph.c1028 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub;
1279 trace_func_graph_ent_t func = NULL; in ftrace_graph_enable_direct()