Searched refs:register_ftrace_graph (Results 1 – 8 of 8) sorted by relevance
891 ret = register_ftrace_graph(&fixture->gops); in test_graph_storage_single()965 ret = register_ftrace_graph(&fixture->gops); in test_graph_storage_multi()1082 ret = register_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()1146 ret = register_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()
493 ret = register_ftrace_graph(&fgraph_ops); in register_irqsoff_function()
494 ret = register_ftrace_graph(tr->gops); in graph_trace_init()523 return register_ftrace_graph(tr->gops); in ftrace_graph_trace_args()
255 ret = register_ftrace_graph(&fgraph_wakeup_ops); in register_wakeup_function()
515 ret = register_ftrace_graph(&fprobe_graph_ops); in fprobe_graph_add_ips()
1336 int register_ftrace_graph(struct fgraph_ops *gops) in register_ftrace_graph() function
925 return register_ftrace_graph(&fprofiler_ops); in register_ftrace_profiler()
1312 extern int register_ftrace_graph(struct fgraph_ops *ops);1360 #define register_ftrace_graph(ops) ({ -1; }) macro