* [tip:perf/core] perf tools: Remove api fs object from python build
@ 2015-02-18 18:31 tip-bot for Jiri Olsa
0 siblings, 0 replies; only message in thread
From: tip-bot for Jiri Olsa @ 2015-02-18 18:31 UTC (permalink / raw)
To: linux-tip-commits
Cc: acme, will.deacon, namhyung, cjashfor, paulus, eranian, dsahern,
mingo, linux-kernel, jolsa, fweisbec, tglx, hpa, bp, peterz,
sukadev, alexis.berlemont
Commit-ID: 885e00be17c07ffb517d471bf39c8acc44ef87a9
Gitweb: http://git.kernel.org/tip/885e00be17c07ffb517d471bf39c8acc44ef87a9
Author: Jiri Olsa <jolsa@kernel.org>
AuthorDate: Sun, 11 Jan 2015 23:05:29 +0100
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 12 Feb 2015 11:22:01 -0300
perf tools: Remove api fs object from python build
It's already included in libapikfs.a library, which is already used to
link perf.so.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Tested-by: Will Deacon <will.deacon@arm.com>
Cc: Alexis Berlemont <alexis.berlemont@gmail.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-ijp7xkmj585rqajy4xmvjnar@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/util/python-ext-sources | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources
index 6c6a695..4d28624 100644
--- a/tools/perf/util/python-ext-sources
+++ b/tools/perf/util/python-ext-sources
@@ -17,6 +17,5 @@ util/xyarray.c
util/cgroup.c
util/rblist.c
util/strlist.c
-../lib/api/fs/fs.c
util/trace-event.c
../../lib/rbtree.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-18 18:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 18:31 [tip:perf/core] perf tools: Remove api fs object from python build tip-bot for Jiri Olsa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome