aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDirk Gouders <[email protected]>2014-08-16 07:56:58 +0200
committerMichal Marek <[email protected]>2014-08-19 11:12:43 +0200
commit8e170655b517ba49bf4d015008474bcc2f425b20 (patch)
tree76d70d4b975d9964eb6ec43fc6dbb8d485542214 /tools/perf/scripts/python
parenta60113d6a7fca3320e84d25db84c3c1a5a02b505 (diff)
scripts/tags.sh: fix DEFINE_HASHTABLE in emacs case
The emacs --regex for DEFINE_HASHTABLE produced a warning because of an unmatched '\('. Further, the whole entry did not work, because the regex needs to match from the beginning of a line, including keywords like 'static'. Finally, '\w' should not be used, because it stops at underscores which are often part of variable names in C, resulting in wrong entries in the tags file. Signed-off-by: Dirk Gouders <[email protected]> Inspired-by: Masatake YAMATO <[email protected]> Signed-off-by: Michal Marek <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions