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.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"),