Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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.c480 trace_func_graph_ent_t entry; in ftrace_graph_trace_args()