aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go7
1 files changed, 3 insertions, 4 deletions
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)",