aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 9dba87c9e..5555c146a 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -906,7 +906,8 @@ func linuxHangTaskFrameExtractor(frames []string) string {
}
}
skip := []string{"sched", "_lock", "_slowlock", "down", "rwsem", "completion", "kthread",
- "wait", "synchronize", "context_switch", "__switch_to", "cancel_delayed_work"}
+ "wait", "synchronize", "context_switch", "__switch_to", "cancel_delayed_work",
+ "rcu_barrier"}
nextFrame:
for _, frame := range frames {
for _, ignore := range skip {