From 07980f9d1d998541bd3e9d122ff8da29458bbef2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 9 Feb 2023 12:28:31 +0100 Subject: pkg/report: anchor at netlink_dump frame This frame also ditributes work to other functions. --- 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 0e2d8e1a4..1b81afc67 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -987,6 +987,7 @@ var linuxStallAnchorFrames = []*regexp.Regexp{ compile("^compat_sock_ioctl"), compile("^nfnetlink_rcv_msg"), compile("^rtnetlink_rcv_msg"), + compile("^netlink_dump"), compile("^(sys_)?(socketpair|connect|ioctl)"), // Page fault entry points: compile("__do_fault"), -- cgit mrf-deployment