aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2019-04-11 18:54:46 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-11 18:54:45 +0200
commitc6165716a5ae9efcea9318902caad491a0ddd06f (patch)
tree54c2848d7b496e497047a7d669e76052a700a75b /pkg/report/linux.go
parent13030ef80c19571b552c1aacd01b3b4d1f4075bf (diff)
pkg/report: ignore 'down' frame in the call stack
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 df2d303d7..87c172f27 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -709,6 +709,7 @@ var linuxStackParams = &stackParams{
"raw_read_trylock",
"raw_write_lock",
"raw_write_trylock",
+ "down",
"down_read",
"down_write",
"down_read_trylock",