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 0c4d8cb commit 4057fd2Copy full SHA for 4057fd2
kernel/trace/fgraph.c
@@ -1177,6 +1177,7 @@ void fgraph_update_pid_func(void)
1177
if (!(graph_ops.flags & FTRACE_OPS_FL_INITIALIZED))
1178
return;
1179
1180
+#ifdef CONFIG_DYNAMIC_FTRACE
1181
list_for_each_entry(op, &graph_ops.subop_list, list) {
1182
if (op->flags & FTRACE_OPS_FL_PID) {
1183
gops = container_of(op, struct fgraph_ops, ops);
@@ -1186,6 +1187,7 @@ void fgraph_update_pid_func(void)
1186
1187
static_call_update(fgraph_func, gops->entryfunc);
1188
}
1189
1190
+#endif
1191
1192
1193
/* Allocate a return stack for each task */
0 commit comments