diff options
author | Jiri Olsa <jolsa@kernel.org> | 2016-01-07 04:14:06 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-01-08 10:57:46 -0500 |
commit | 685c84154cef61dd7d961f36ab92f13c3ef5d354 (patch) | |
tree | 749063331b2a75a8bf7619a2a8ccc438ff652f7a /tools | |
parent | 9cdbc409626b29ab30f06a6393db6763f040f753 (diff) |
perf tools: Include all tools/lib directory for tags/cscope/TAGS targets
Besides lockdep we use all the 'tools/lib' code in perf, so include it
completely in tags.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Noel Grandin <noelgrandin@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1452158050-28061-10-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/Makefile.perf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 404e3b1c4e31..1025ea79b90b 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -488,7 +488,7 @@ INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html | |||
488 | $(DOC_TARGETS): | 488 | $(DOC_TARGETS): |
489 | $(QUIET_SUBDIR0)Documentation $(QUIET_SUBDIR1) $(@:doc=all) | 489 | $(QUIET_SUBDIR0)Documentation $(QUIET_SUBDIR1) $(@:doc=all) |
490 | 490 | ||
491 | TAG_FOLDERS= . ../lib/traceevent ../lib/api ../lib/symbol ../include ../lib/bpf | 491 | TAG_FOLDERS= . ../lib ../include |
492 | TAG_FILES= ../../include/uapi/linux/perf_event.h | 492 | TAG_FILES= ../../include/uapi/linux/perf_event.h |
493 | 493 | ||
494 | TAGS: | 494 | TAGS: |