From 372799e446d39d1f4c804ef19083bb974f4d3039 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 1 Apr 2018 12:23:00 +0200 Subject: 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". --- pkg/report/linux.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg/report/linux.go') 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", }, } -- cgit mrf-deployment