aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-01-05 10:25:50 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-01-05 10:53:17 +0100
commit3120545e3e1225d8f2b243349ca9abc38fea9dd1 (patch)
tree8c78b160591c8ddcde1cbfc50a933a8eaa743fa9 /pkg/report/linux.go
parent7aaf16ad601b3a8a6a8bc14a308629ba3a6f530c (diff)
pkg/report: add more oops samples
Some of these were classified as corrupted at some point.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 1661d59ae..fab7bdb26 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -756,6 +756,10 @@ var linuxStackParams = &stackParams{
"warn_slowpath",
"warn_alloc",
"__warn",
+ "alloc_pages",
+ "kmalloc_order",
+ "__kmalloc",
+ "kmalloc$",
"debug_object",
"timer_is_static_object",
"work_is_static_object",
@@ -763,6 +767,8 @@ var linuxStackParams = &stackParams{
"print_unlock",
"imbalance_bug",
"lockdep",
+ "bh_enable",
+ "bh_disable",
"perf_trace",
"lock_acquire",
"lock_release",