Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_selftest.c899 unregister_ftrace_graph(&fixture->gops); in test_graph_storage_single()
977 unregister_ftrace_graph(&fixture->gops); in test_graph_storage_multi()
1106 unregister_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()
1160 unregister_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()
H A Dtrace_irqsoff.c509 unregister_ftrace_graph(&fgraph_ops); in unregister_irqsoff_function()
H A Dtrace_sched_wakeup.c271 unregister_ftrace_graph(&fgraph_wakeup_ops); in unregister_wakeup_function()
H A Dtrace_functions_graph.c510 unregister_ftrace_graph(tr->gops); in ftrace_graph_trace_args()
532 unregister_ftrace_graph(tr->gops); in graph_trace_reset()
H A Dfprobe.c533 unregister_ftrace_graph(&fprobe_graph_ops); in fprobe_graph_remove_ips()
H A Dfgraph.c1416 void unregister_ftrace_graph(struct fgraph_ops *gops) in unregister_ftrace_graph() function
H A Dftrace.c931 unregister_ftrace_graph(&fprofiler_ops); in unregister_ftrace_profiler()
/linux/include/linux/
H A Dftrace.h1277 extern void unregister_ftrace_graph(struct fgraph_ops *ops);
1325 #define unregister_ftrace_graph(ops) do { } while (0) macro