From d983f3059e28fd5eb458ebd491edceb4fde82727 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 23 Sep 2020 08:27:07 +0200 Subject: pkg/report: detect hrtimer_run as stall anchor frame --- pkg/report/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/linux.go') 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"), -- cgit mrf-deployment