From b31320fc8f3519e40494f64ebf77c13d16284bfd Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 13 Oct 2022 09:54:44 +0200 Subject: pkg/report: ignore more mutex frames --- pkg/report/linux.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index f9dd1fdfc..e67806584 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1089,10 +1089,9 @@ var linuxStackParams = &stackParams{ "down_trylock", "up_read", "up_write", - "mutex_lock", - "mutex_trylock", - "mutex_unlock", - "mutex_remove_waiter", + "^mutex_", + "^__mutex_", + "owner_on_cpu", "osq_lock", "osq_unlock", "atomic(64)?_(dec|inc|read|set|or|xor|and|add|sub|fetch|xchg|cmpxchg|try)", -- cgit mrf-deployment