Home
last modified time | relevance | path

Searched refs:register_ftrace_graph (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/trace/
H A Dtrace_selftest.c891 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()
H A Dtrace_irqsoff.c493 ret = register_ftrace_graph(&fgraph_ops); in register_irqsoff_function()
H A Dtrace_functions_graph.c494 ret = register_ftrace_graph(tr->gops); in graph_trace_init()
523 return register_ftrace_graph(tr->gops); in ftrace_graph_trace_args()
H A Dtrace_sched_wakeup.c255 ret = register_ftrace_graph(&fgraph_wakeup_ops); in register_wakeup_function()
H A Dfprobe.c515 ret = register_ftrace_graph(&fprobe_graph_ops); in fprobe_graph_add_ips()
H A Dfgraph.c1336 int register_ftrace_graph(struct fgraph_ops *gops) in register_ftrace_graph() function
H A Dftrace.c925 return register_ftrace_graph(&fprofiler_ops); in register_ftrace_profiler()
/linux/include/linux/
H A Dftrace.h1312 extern int register_ftrace_graph(struct fgraph_ops *ops);
1360 #define register_ftrace_graph(ops) ({ -1; }) macro