aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-09-23 08:27:07 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-09-23 08:27:07 +0200
commitd983f3059e28fd5eb458ebd491edceb4fde82727 (patch)
tree570be689a10598f2f2f3d4222beff180d9a64508 /pkg/report/linux.go
parent3e8f6c27551f163a2fd2661e4b3cac126a5e7ef2 (diff)
pkg/report: detect hrtimer_run as stall anchor frame
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index ffccc7926..c8b6eee82 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -656,6 +656,7 @@ var linuxStallAnchorFrames = []*regexp.Regexp{
compile("call_timer_fn"),
compile("_run_timers"),
compile("run_timer_softirq"),
+ compile("hrtimer_run"),
compile("run_ksoftirqd"),
compile("smpboot_thread_fn"),
compile("kthread"),