kernel: don't parse TRACE_EVENT() functions
commit79d9814f169eb83754ec26ff6f11f089b209ad57
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 2 Nov 2020 09:30:48 +0000 (2 12:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 2 Nov 2020 09:30:48 +0000 (2 12:30 +0300)
treeee0a11bea116d2f40fd71813655f857f38a3331a
parent743b379cab45a48ec005560177a04538c8041869
kernel: don't parse TRACE_EVENT() functions

The TRACE_EVENT() functions take a while to parse and don't add anything.
Just ignore them.  I had to re-work the skipped function code slightly to
make this work.  But hopefully, that is a speed up too.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_kernel.c
smatch.h
smatch_project.c