db: don't print information caller information for very common functions
commit1a3a8907d41817e7f6f10f4bb9b79485d0cd5c3c
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 Mar 2013 10:27:55 +0000 (6 13:27 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 Mar 2013 10:27:55 +0000 (6 13:27 +0300)
treebea4fac26991800b568a4d34d8aa9c1b795551b5
parentb5a9b29ffb7f64234010ca5315c38be21d1a0018
db: don't print information caller information for very common functions

If the function is called over 10,000 times then there is too much
information and it's not worth saving.  Probably this could be lowered to
just 1000 times actually.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/kernel.common_functions [new file with mode: 0644]
smatch_db.c