Lines Matching refs:ops
295 static int entry_run(struct ftrace_graph_ent *trace, struct fgraph_ops *ops, in entry_run() argument
302 static void return_run(struct ftrace_graph_ret *trace, struct fgraph_ops *ops, in return_run() argument
693 if (ftrace_ops_test(&gops->ops, func, NULL) && in function_graph_enter_regs()
1191 struct trace_array *tr = gops->ops.private; in fgraph_pid_func()
1216 gops = container_of(op, struct fgraph_ops, ops); in fgraph_update_pid_func()
1328 if (WARN_ONCE(gops->ops.flags & FTRACE_OPS_FL_GRAPH, in register_ftrace_graph()
1389 gops->ops.flags |= FTRACE_OPS_FL_GRAPH; in register_ftrace_graph()
1391 ret = ftrace_startup_subops(&graph_ops, &gops->ops, command); in register_ftrace_graph()
1408 if (WARN_ONCE(!(gops->ops.flags & FTRACE_OPS_FL_GRAPH), in unregister_ftrace_graph()
1431 ftrace_shutdown_subops(&graph_ops, &gops->ops, command); in unregister_ftrace_graph()
1446 gops->ops.flags &= ~FTRACE_OPS_FL_GRAPH; in unregister_ftrace_graph()