aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-10-23 10:38:16 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-10-23 10:38:37 +0200
commitd894f260cc3168c83c29ce26da44348f2f82f9b7 (patch)
tree98cd5b5677847a5ade8d1abb6d2a03a4d4b0949e /pkg/report/linux.go
parent55afb04f041b6985d6a9b9e91a6e99eba685ba17 (diff)
pkg/report: better diffirentiate task hung reports (2)
Add file missed in the previous commit.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 5946f943a..5a7bb79d1 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -592,7 +592,7 @@ func linuxHangTaskFrameExtractor(frames []string) (string, string) {
}
}
skip := []string{"sched", "_lock", "_slowlock", "down", "completion", "kthread",
- "wait", "synchronize", "context_switch", "__switch_to"}
+ "wait", "synchronize", "context_switch", "__switch_to", "cancel_delayed_work"}
nextFrame:
for _, frame := range frames {
for _, ignore := range skip {