Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1692598 > unrolled thread

[tip:perf/core] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'

Started bytip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com>
First post2017-07-20 10:50 +0200
Last post2017-07-20 10:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [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

#1692598 — [tip:perf/core] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'

Fromtip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com>
Date2017-07-20 10:50 +0200
Subject[tip:perf/core] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'
Message-ID<u5fjK-4Py-67@gated-at.bofh.it>
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web