We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b4997 commit 0c4d8cbCopy full SHA for 0c4d8cb
kernel/trace/fgraph.c
@@ -515,7 +515,7 @@ static struct fgraph_ops fgraph_stub = {
515
static struct fgraph_ops *fgraph_direct_gops = &fgraph_stub;
516
DEFINE_STATIC_CALL(fgraph_func, ftrace_graph_entry_stub);
517
DEFINE_STATIC_CALL(fgraph_retfunc, ftrace_graph_ret_stub);
518
-DEFINE_STATIC_KEY_TRUE(fgraph_do_direct);
+static DEFINE_STATIC_KEY_TRUE(fgraph_do_direct);
519
520
/**
521
* ftrace_graph_stop - set to permanently disable function graph tracing
0 commit comments