Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dftrace.h1173 struct fgraph_ops { struct
1174 trace_func_graph_ent_t entryfunc;
1175 trace_func_graph_ret_t retfunc;
1176 struct ftrace_ops ops; /* for the hash lists */
1177 void *private;
1178 trace_func_graph_ent_t saved_func;
1179 int idx;
/linux/kernel/trace/
H A Dtrace_irqsoff.c244 static struct fgraph_ops fgraph_ops = { variable