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.h1164 typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *, typedef
1176 trace_func_graph_ent_t entryfunc;
1180 trace_func_graph_ent_t saved_func;
1259 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()
H A Dtrace_functions_graph.c469 trace_func_graph_ent_t entry; in ftrace_graph_trace_args()