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 7487452 commit 33908aeCopy full SHA for 33908ae
tools/testing/selftests/bpf/trace_helpers.c
@@ -559,6 +559,22 @@ static bool skip_entry(char *name)
559
if (!strncmp(name, "__ftrace_invalid_address__",
560
sizeof("__ftrace_invalid_address__") - 1))
561
return true;
562
+
563
+ if (!strcmp(name, "migrate_disable"))
564
+ return true;
565
+ if (!strcmp(name, "migrate_enable"))
566
567
+ if (!strcmp(name, "rcu_read_unlock_strict"))
568
569
+ if (!strcmp(name, "preempt_count_add"))
570
571
+ if (!strcmp(name, "preempt_count_sub"))
572
573
+ if (!strcmp(name, "__rcu_read_lock"))
574
575
+ if (!strcmp(name, "__rcu_read_unlock"))
576
577
578
return false;
579
}
580
0 commit comments