aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/include/asm
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2012-03-14 12:42:34 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-03-14 12:42:34 -0300
commiteae7a755ee81129370c8f555b0d5672e6673735d (patch)
treef9bf3cf7919d71f3b99b94c92b8bf81bf8af4a11 /tools/perf/util/include/asm
parentperf tools: Use scnprintf where applicable (diff)
downloadlinux-dev-eae7a755ee81129370c8f555b0d5672e6673735d.tar.xz
linux-dev-eae7a755ee81129370c8f555b0d5672e6673735d.zip
perf tools, x86: Build perf on older user-space as well
On ancient systems I get this build failure: util/../../../arch/x86/include/asm/unistd.h:67:29: error: asm/unistd_64.h: No such file or directory In file included from util/cache.h:7, from builtin-test.c:8: util/../perf.h: In function ‘sys_perf_event_open’:In file included from util/../perf.h:16 perf.h:170: error: ‘__NR_perf_event_open’ undeclared (first use in this function) The reason is that this old system does not have the split unistd.h headers yet, from which to pick up the syscall definitions. Add the syscall numbers to the already existing i386 and x86_64 blocks in perf.h, and also provide empty include file stubs. With this patch perf builds and works fine on 5 years old user-space as well. Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Link: http://lkml.kernel.org/n/tip-jctwg64le1w47tuaoeyftsg9@git.kernel.org Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/include/asm/unistd_32.h1
-rw-r--r--tools/perf/util/include/asm/unistd_64.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/include/asm/unistd_32.h b/tools/perf/util/include/asm/unistd_32.h
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/tools/perf/util/include/asm/unistd_32.h
@@ -0,0 +1 @@
+
diff --git a/tools/perf/util/include/asm/unistd_64.h b/tools/perf/util/include/asm/unistd_64.h
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/tools/perf/util/include/asm/unistd_64.h
@@ -0,0 +1 @@
+