diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-09 12:28:31 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-09 12:43:15 +0100 |
| commit | 07980f9d1d998541bd3e9d122ff8da29458bbef2 (patch) | |
| tree | 3e7c8b3e528254baf010171913c1adf71953c68b /pkg/report/linux.go | |
| parent | 14a312c837f1ebfece99a5cac64d37eba33654af (diff) | |
pkg/report: anchor at netlink_dump frame
This frame also ditributes work to other functions.
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |
