db: split caller_info and sql into separate output file
commite2be492e86a7c0a0927232d77b56657e31eedff5
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 10 Oct 2017 11:30:40 +0000 (10 14:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 10 Oct 2017 11:30:40 +0000 (10 14:30 +0300)
tree600319da13d2531a77e33c097fc87fb73332114f
parent54a1e7ddfddbf81bb73000c770ac67191c54a80b
db: split caller_info and sql into separate output file

The DB is getting too huge and it takes too long to create.  One easy win
is to split the caller_info into a separate file from the other sql so that
we don't have to read the whole massive file over and over to find the
information we want.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.c
smatch.h
smatch_data/db/create_db.sh
smatch_db.c
smatch_flow.c
smatch_scripts/test_kernel.sh