From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbbIOHDM (ORCPT ); Tue, 15 Sep 2015 03:03:12 -0400 Received: from terminus.zytor.com ([198.137.202.10]:50143 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752050AbbIOHDK (ORCPT ); Tue, 15 Sep 2015 03:03:10 -0400 Date: Tue, 15 Sep 2015 00:02:51 -0700 From: tip-bot for Jiri Olsa Message-ID: Cc: jolsa@kernel.org, linux-kernel@vger.kernel.org, namhyung@kernel.org, a.p.zijlstra@chello.nl, hpa@zytor.com, acme@redhat.com, matt@codeblueprint.co.uk, tglx@linutronix.de, raphael.beamonte@gmail.com, mingo@kernel.org, dsahern@gmail.com Reply-To: matt@codeblueprint.co.uk, jolsa@kernel.org, linux-kernel@vger.kernel.org, acme@redhat.com, namhyung@kernel.org, hpa@zytor.com, a.p.zijlstra@chello.nl, mingo@kernel.org, dsahern@gmail.com, tglx@linutronix.de, raphael.beamonte@gmail.com In-Reply-To: <1441615087-13886-3-git-send-email-jolsa@kernel.org> References: <1441615087-13886-3-git-send-email-jolsa@kernel.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Add tools/ include into tags directories Git-Commit-ID: b60114067c656be572f0ca4030c3a2c560e7255c X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: b60114067c656be572f0ca4030c3a2c560e7255c Gitweb: http://git.kernel.org/tip/b60114067c656be572f0ca4030c3a2c560e7255c Author: Jiri Olsa AuthorDate: Mon, 7 Sep 2015 10:38:04 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 14 Sep 2015 12:50:23 -0300 perf tools: Add tools/include into tags directories Adding tools/include into tags directories, to have include definitions reachable via tags/cscope. Signed-off-by: Jiri Olsa Tested-by: Arnaldo Carvalho de Melo Cc: David Ahern Cc: Matt Fleming Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Raphael Beamonte Link: http://lkml.kernel.org/r/1441615087-13886-3-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Makefile.perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index d9863cb..6c5c699 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -459,7 +459,7 @@ INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html $(DOC_TARGETS): $(QUIET_SUBDIR0)Documentation $(QUIET_SUBDIR1) $(@:doc=all) -TAG_FOLDERS= . ../lib/traceevent ../lib/api ../lib/symbol +TAG_FOLDERS= . ../lib/traceevent ../lib/api ../lib/symbol ../include TAG_FILES= ../../include/uapi/linux/perf_event.h TAGS: