aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-07-02 09:03:49 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-07-02 09:03:49 +0200
commit5f175e9c09c764e204a3935dde230dd929f4e9fc (patch)
tree682e3b3167b5f0fe432c789d8d0ffb18f7e6d769 /pkg/report/linux.go
parentcccc4302d7da39e2fc41f9275442c267935632b7 (diff)
pkg/report: ignore __wake_up function on linux
They are very generic and a bug is almost always in the parent 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 dc2a17a06..a43a66481 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -740,6 +740,7 @@ var linuxStackParams = &stackParams{
"mutex_unlock",
"osq_lock",
"osq_unlock",
+ "__wake_up",
"refcount_add",
"refcount_sub",
"refcount_inc",