Home
last modified time | relevance | path

Searched defs:fgraph_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dftrace.h1047 struct fgraph_ops { struct
1048 trace_func_graph_ent_t entryfunc;
1049 trace_func_graph_ret_t retfunc;
1050 struct ftrace_ops ops; /* for the hash lists */
1051 void *private;
1052 trace_func_graph_ent_t saved_func;
1053 int idx;
/linux-6.12.1/kernel/trace/
Dtrace_irqsoff.c227 static struct fgraph_ops fgraph_ops = { variable