Searched defs:fgraph_ops (Results 1 – 2 of 2) sorted by relevance
1047 struct fgraph_ops { struct1048 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;
227 static struct fgraph_ops fgraph_ops = { variable