diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-01-07 15:10:50 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2020-01-07 16:02:48 +0100 |
| commit | a20859865e49f6c56de40e1e9ed863db4c0cc2e5 (patch) | |
| tree | 601a0cd12e4261310a5b1e15fdacf7d9a5e4f27f /pkg/report/linux.go | |
| parent | 6a8d39b1f4f7520206b8c0647d1852e70485c228 (diff) | |
pkg/report: add more ignored frames
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 5eb0ae5fd..272d0c9d4 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -811,6 +811,8 @@ var linuxStackParams = &stackParams{ "kthread_stop", "kobject_del", "kobject_put", + "kobject_uevent_env", + "add_uevent_var", "get_device_parent", "device_add", "device_del", |
