All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Only include tsc file for x86
@ 2015-02-19 18:22 David Ahern
  2015-02-19 19:42 ` Jiri Olsa
  2015-03-03  6:21 ` [tip:perf/core] perf tools: " tip-bot for David Ahern
  0 siblings, 2 replies; 6+ messages in thread
From: David Ahern @ 2015-02-19 18:22 UTC (permalink / raw)
  To: acme, linux-kernel; +Cc: David Ahern, Adrian Hunter, Jiri Olsa

perf_time_to_tsc and tsc_to_perf_time are only used for x86. Make
inclusion of tsc.c dependent on x86 as well.

Signed-off-by: David Ahern <david.ahern@oracle.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
---
 tools/perf/util/Build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/Build b/tools/perf/util/Build
index 32f9327b1a97..4c7095785ba0 100644
--- a/tools/perf/util/Build
+++ b/tools/perf/util/Build
@@ -71,7 +71,7 @@ libperf-y += stat.o
 libperf-y += record.o
 libperf-y += srcline.o
 libperf-y += data.o
-libperf-y += tsc.o
+libperf-$(CONFIG_X86) += tsc.o
 libperf-y += cloexec.o
 libperf-y += thread-stack.o
 
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-03  6:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 18:22 [PATCH] perf: Only include tsc file for x86 David Ahern
2015-02-19 19:42 ` Jiri Olsa
2015-02-20  8:36   ` Adrian Hunter
2015-02-20 16:40     ` David Ahern
2015-02-20 18:53       ` Jiri Olsa
2015-03-03  6:21 ` [tip:perf/core] perf tools: " tip-bot for David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.