Lines Matching refs:fgraph_ops
177 static struct fgraph_ops *fgraph_array[FGRAPH_ARRAY_SIZE];
295 static int entry_run(struct ftrace_graph_ent *trace, struct fgraph_ops *ops, in entry_run()
302 static void return_run(struct ftrace_graph_ret *trace, struct fgraph_ops *ops, in return_run()
411 unsigned long *fgraph_get_task_var(struct fgraph_ops *gops) in fgraph_get_task_var()
525 struct fgraph_ops *gops, in ftrace_graph_entry_stub()
532 struct fgraph_ops *gops, in ftrace_graph_ret_stub()
537 static struct fgraph_ops fgraph_stub = {
542 static struct fgraph_ops *fgraph_direct_gops = &fgraph_stub;
686 struct fgraph_ops *gops = READ_ONCE(fgraph_array[i]); in function_graph_enter_regs()
846 struct fgraph_ops *gops = READ_ONCE(fgraph_array[i]); in __ftrace_return_to_handler()
1023 void ftrace_stub_graph(struct ftrace_graph_ret *trace, struct fgraph_ops *gops,
1188 struct fgraph_ops *gops, in fgraph_pid_func()
1208 struct fgraph_ops *gops; in fgraph_update_pid_func()
1216 gops = container_of(op, struct fgraph_ops, ops); in fgraph_update_pid_func()
1277 static void ftrace_graph_enable_direct(bool enable_branch, struct fgraph_ops *gops) in ftrace_graph_enable_direct()
1321 int register_ftrace_graph(struct fgraph_ops *gops) in register_ftrace_graph()
1398 void unregister_ftrace_graph(struct fgraph_ops *gops) in unregister_ftrace_graph()