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

/linux-master/include/linux/
H A Dftrace.h1034 typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *); /* entry */ typedef
1041 trace_func_graph_ent_t entryfunc;
1113 extern trace_func_graph_ent_t ftrace_graph_entry;
/linux-master/kernel/trace/
H A Dfgraph.c401 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub;
402 static trace_func_graph_ent_t __ftrace_graph_entry = ftrace_graph_entry_stub;

Completed in 143 milliseconds