Searched defs:fgraph_ops (Results 1 – 2 of 2) sorted by relevance
1175 struct fgraph_ops { struct1176 trace_func_graph_ent_t entryfunc;1177 trace_func_graph_ret_t retfunc;1178 struct ftrace_ops ops; /* for the hash lists */1179 void *private;1180 trace_func_graph_ent_t saved_func;1181 int idx;
244 static struct fgraph_ops fgraph_ops = { variable