Home
last modified time | relevance | path

Searched refs:FGRAPH_NO_DIRECT (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dfgraph.c542 #if FGRAPH_NO_DIRECT
850 if (!FGRAPH_NO_DIRECT && static_branch_likely(&fgraph_do_direct)) { in __ftrace_return_to_handler()
1292 if (FGRAPH_NO_DIRECT) in ftrace_graph_enable_direct()
1318 if (FGRAPH_NO_DIRECT) in ftrace_graph_disable_direct()
/linux/include/linux/
H A Dftrace.h1102 # define FGRAPH_NO_DIRECT 1 macro
1105 # define FGRAPH_NO_DIRECT 0 macro