smdb.py: guess the parameter names even if the file isn't known
commit350b43dd3aa95a37c1f5b165dfd21f44706105e9
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Apr 2017 13:59:33 +0000 (21 16:59 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Apr 2017 13:59:33 +0000 (21 16:59 +0300)
tree9eda10a054644483c7ade8ac6da29f567f07f3ab
parenta265c470dbedcca08684977392fc86bc12d71a77
smdb.py: guess the parameter names even if the file isn't known

I normally call this from vim so the filename is known, but even if it's
not, just guess.  It's going to be right more than 50% of the time, I
think?

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/smdb.py