diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-04-01 12:23:00 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-04-01 12:23:00 +0200 |
| commit | 372799e446d39d1f4c804ef19083bb974f4d3039 (patch) | |
| tree | dc6d0f0d318cd3117e3c412a799f59d06a207bab /pkg/report/linux.go | |
| parent | 1b0214295f148c4543ebf55347784c02cf0b1c4a (diff) | |
pkg/report: skip list functions during function extraction
List functions are very generic and we see lots of different
bug merged into "bug-type in list_function".
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 6dbced93a..0a79b33ae 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -572,6 +572,11 @@ var linuxStackParams = &stackParams{ "get_user", "might_fault", "might_sleep", + "list_add", + "list_del", + "list_replace", + "list_move", + "list_splice", }, } |
