Searched refs:fgraph_ops (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_selftest.c782 static struct fgraph_ops fgraph_ops __initdata = {
816 ret = register_ftrace_graph(&fgraph_ops);
838 /* Need to also simulate the tr->reset to remove this fgraph_ops */
840 unregister_ftrace_graph(&fgraph_ops);
880 ret = register_ftrace_graph(&fgraph_ops);
894 unregister_ftrace_graph(&fgraph_ops);
H A Dtrace_irqsoff.c225 static struct fgraph_ops fgraph_ops = { variable in typeref:struct:fgraph_ops
466 ret = register_ftrace_graph(&fgraph_ops);
482 unregister_ftrace_graph(&fgraph_ops);
H A Dfgraph.c633 int register_ftrace_graph(struct fgraph_ops *gops)
672 void unregister_ftrace_graph(struct fgraph_ops *gops)
H A Dtrace_functions_graph.c294 static struct fgraph_ops funcgraph_thresh_ops = {
299 static struct fgraph_ops funcgraph_ops = {
H A Dtrace_sched_wakeup.c162 static struct fgraph_ops fgraph_wakeup_ops = {
H A Dftrace.c880 static struct fgraph_ops fprofiler_ops = {
/linux-master/include/linux/
H A Dftrace.h1040 struct fgraph_ops { struct
1092 extern int register_ftrace_graph(struct fgraph_ops *ops);
1093 extern void unregister_ftrace_graph(struct fgraph_ops *ops);
1136 /* Define as macros as fgraph_ops may not be defined */

Completed in 161 milliseconds