aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/python-ext-sources
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2016-07-29 10:53:50 -0400
committerIngo Molnar <mingo@kernel.org>2016-07-29 10:53:50 -0400
commit9ecabeded80b0ea60a75a8ed7df0c90cd36e6a3d (patch)
tree509034188b1438ddd9f572e378caf69d0866bd12 /tools/perf/util/python-ext-sources
parente4b3e0694bbc0350251e22abc215a7ff506f9162 (diff)
parent8149a774d53afeaf5eb337a813f828f8b8ce68da (diff)
Merge tag 'perf-urgent-for-mingo-20160728' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/urgent fix from Arnaldo Carvalho de Melo: - Fix the tools/vm/ build by making libapi provide the str_error_c function, that libapi uses but wasn't part of the list of objects linked with tools/vm/ programs. (Arnaldo Carvalho de Melo) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/util/python-ext-sources')
-rw-r--r--tools/perf/util/python-ext-sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/python-ext-sources b/tools/perf/util/python-ext-sources
index 5065ec98049c..b7d4f4aeee61 100644
--- a/tools/perf/util/python-ext-sources
+++ b/tools/perf/util/python-ext-sources
@@ -13,7 +13,6 @@ util/cpumap.c
13../lib/bitmap.c 13../lib/bitmap.c
14../lib/find_bit.c 14../lib/find_bit.c
15../lib/hweight.c 15../lib/hweight.c
16../lib/str_error_r.c
17../lib/vsprintf.c 16../lib/vsprintf.c
18util/thread_map.c 17util/thread_map.c
19util/util.c 18util/util.c