diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/linux.go | 2 |
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 { |
