Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h933 extern int register_ftrace_graph(struct fgraph_ops *ops);
965 #define register_ftrace_graph(ops) ({ -1; }) macro
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dfgraph.c596 int register_ftrace_graph(struct fgraph_ops *gops) in register_ftrace_graph() function
H A Dtrace_functions_graph.c306 ret = register_ftrace_graph(&funcgraph_thresh_ops); in graph_trace_init()
308 ret = register_ftrace_graph(&funcgraph_ops); in graph_trace_init()
H A Dtrace_irqsoff.c471 ret = register_ftrace_graph(&fgraph_ops); in register_irqsoff_function()
H A Dtrace_sched_wakeup.c242 ret = register_ftrace_graph(&fgraph_wakeup_ops); in register_wakeup_function()
H A Dtrace_selftest.c778 ret = register_ftrace_graph(&fgraph_ops); in trace_selftest_startup_function_graph()
H A Dftrace.c859 return register_ftrace_graph(&fprofiler_ops); in register_ftrace_profiler()