aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-09-03 14:09:51 +0200
committerGitHub <noreply@github.com>2019-09-03 14:09:51 +0200
commit7ca47f80a88bd848649026e87f3a85316337d959 (patch)
tree1e9ea6bb049bf2c2534ff942d3511e1f59bacd77 /pkg/report/linux.go
parent48448e715bd41cc032e3421b568eabd07d2fa055 (diff)
pkg/report: improve USB reports (#1372)
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 23348c95c..f11845c21 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -705,6 +705,7 @@ var linuxStackParams = &stackParams{
"mutex_lock",
"mutex_trylock",
"mutex_unlock",
+ "mutex_remove_waiter",
"osq_lock",
"osq_unlock",
"__wake_up",
@@ -769,6 +770,7 @@ var linuxStackParams = &stackParams{
"finish_wait",
"rollback_registered",
"unregister_netdev",
+ "usb_kill_urb",
},
corruptedLines: []*regexp.Regexp{
// Fault injection stacks are frequently intermixed with crash reports.