Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1692598
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> |
| Newsgroups | linux.kernel |
| Subject | [tip:perf/core] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace' |
| Date | Thu, 20 Jul 2017 10:50:04 +0200 |
| Message-ID | <u5fjK-4Py-67@gated-at.bofh.it> (permalink) |
| Reply-To | acme@redhat.com, jolsa@kernel.org, wangnan0@huawei.com, tglx@linutronix.de, hpa@zytor.com, namhyung@kernel.org, mingo@kernel.org, dsahern@gmail.com, adrian.hunter@intel.com, linux-kernel@vger.kernel.org |
| Git-Commit-ID | 5ca55ab6def81f8cd19a8b88f2ba4abe1aed34cc |
| X-Mailer | tip-git-log-daemon |
| Robot-ID | <tip-bot.git.kernel.org> |
| Robot-Unsubscribe | Contact <mailto:hpa@kernel.org> 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 | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 34 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | acme@redhat.com, tglx@linutronix.de, hpa@zytor.com, jolsa@kernel.org, wangnan0@huawei.com, mingo@kernel.org, dsahern@gmail.com, namhyung@kernel.org, linux-kernel@vger.kernel.org, adrian.hunter@intel.com |
| X-Original-Date | Thu, 20 Jul 2017 01:38:46 -0700 |
| X-Original-Message-ID | <tip-bt3lhw1rvy3jzbsp2fvvegb0@git.kernel.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1692598 |
Show key headers only | View raw
Commit-ID: 5ca55ab6def81f8cd19a8b88f2ba4abe1aed34cc Gitweb: http://git.kernel.org/tip/5ca55ab6def81f8cd19a8b88f2ba4abe1aed34cc Author: Arnaldo Carvalho de Melo <acme@redhat.com> AuthorDate: Fri, 14 Jul 2017 16:25:35 -0300 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Tue, 18 Jul 2017 23:13:52 -0300 perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace' As it calls functions in builtin-trace.c. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-bt3lhw1rvy3jzbsp2fvvegb0@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/perf/Build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Build b/tools/perf/Build index bd8eeb6..b48ca40 100644 --- a/tools/perf/Build +++ b/tools/perf/Build @@ -50,6 +50,6 @@ libperf-y += util/ libperf-y += arch/ libperf-y += ui/ libperf-y += scripts/ -libperf-y += trace/beauty/ +libperf-$(CONFIG_AUDIT) += trace/beauty/ gtk-y += ui/gtk/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[tip:perf/core] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace' tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2017-07-20 10:50 +0200
csiph-web