Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dftrace.h973 extern void unregister_ftrace_graph(struct fgraph_ops *ops);
1005 #define unregister_ftrace_graph(ops) do { } while (0) macro
/Linux-v5.15/kernel/trace/
Dfgraph.c634 void unregister_ftrace_graph(struct fgraph_ops *gops) in unregister_ftrace_graph() function
Dtrace_functions_graph.c318 unregister_ftrace_graph(&funcgraph_thresh_ops); in graph_trace_reset()
320 unregister_ftrace_graph(&funcgraph_ops); in graph_trace_reset()
Dtrace_irqsoff.c481 unregister_ftrace_graph(&fgraph_ops); in unregister_irqsoff_function()
Dtrace_sched_wakeup.c255 unregister_ftrace_graph(&fgraph_wakeup_ops); in unregister_wakeup_function()
Dtrace_selftest.c801 unregister_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()
Dftrace.c864 unregister_ftrace_graph(&fprofiler_ops); in unregister_ftrace_profiler()