Searched refs:register_ftrace_graph (Results 1 – 7 of 7) sorted by relevance
888 ret = register_ftrace_graph(&fixture->gops); in test_graph_storage_single()962 ret = register_ftrace_graph(&fixture->gops); in test_graph_storage_multi()1078 ret = register_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()1142 ret = register_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()
468 ret = register_ftrace_graph(&fgraph_ops); in register_irqsoff_function()
243 ret = register_ftrace_graph(&fgraph_wakeup_ops); in register_wakeup_function()
1248 int register_ftrace_graph(struct fgraph_ops *gops) in register_ftrace_graph() function
338 ret = register_ftrace_graph(tr->gops); in graph_trace_init()
892 return register_ftrace_graph(&fprofiler_ops); in register_ftrace_profiler()
1105 extern int register_ftrace_graph(struct fgraph_ops *ops);1153 #define register_ftrace_graph(ops) ({ -1; }) macro
Completed in 624 milliseconds