aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-12-05 11:52:01 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-05 12:03:11 +0100
commit036f0b1e8d6a6420bdc2f080a89f3004ca34a397 (patch)
tree6e7322c074fd60d4bc2de78229a55ddb47fb0d73 /pkg/report/linux.go
parent9fd5a512f39cdc0ec154632d7165855c9dfb3390 (diff)
pkg/report: improve reports titles
Ignore kobject_put in stack frames.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index fedc74385..b83733e27 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -809,6 +809,7 @@ var linuxStackParams = &stackParams{
"finish_wait",
"kthread_stop",
"kobject_del",
+ "kobject_put",
"get_device_parent",
"device_add",
"device_del",