aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-04-24 16:15:09 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-04-25 11:31:49 +0200
commit152baeddc2f576c59e80d951fac4f3930a8e297f (patch)
tree24e3e50fb871d3e53401fdb9d83b582c5e096eab /pkg/report/linux.go
parent0d1994d2d586cf72d02f2fa63070d5786dd39dc6 (diff)
pkg/report: ignore down_trylock frames
We already ignore all other semaphore-related frames, but not this one. Ignore this one as well.
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 bddb9e811..e152118fa 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1051,6 +1051,7 @@ var linuxStackParams = &stackParams{
"down_write",
"down_read_trylock",
"down_write_trylock",
+ "down_trylock",
"up_read",
"up_write",
"mutex_lock",