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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 92784825e..c35f689bf 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -704,9 +704,12 @@ var linuxStackParams = &stackParams{
"lock_release",
"register_lock_class",
"spin_lock",
+ "spin_trylock",
"spin_unlock",
"raw_read_lock",
+ "raw_read_trylock",
"raw_write_lock",
+ "raw_write_trylock",
"down_read",
"down_write",
"down_read_trylock",
@@ -714,6 +717,7 @@ var linuxStackParams = &stackParams{
"up_read",
"up_write",
"mutex_lock",
+ "mutex_trylock",
"mutex_unlock",
"memcpy",
"memcmp",