Skip to content

Commit aea3496

Browse files
james-c-linaroacmel
authored andcommitted
perf tools: Fix arm64 source package build
Syscall tables are generated from rules in the kernel tree. Add the related files to the MANIFEST to fix the Perf source package build. Reported-by: Arnaldo Carvalho de Melo <[email protected]> Fixes: bfb713e ("perf tools: Fix arm64 build by generating unistd_64.h") Signed-off-by: James Clark <[email protected]> Tested-by: Arnaldo Carvalho de Melo <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 3eb5c49 commit aea3496

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/perf/MANIFEST

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
COPYING
22
LICENSES/preferred/GPL-2.0
33
arch/arm64/tools/gen-sysreg.awk
4+
arch/arm64/tools/syscall_64.tbl
45
arch/arm64/tools/sysreg
56
arch/*/include/uapi/asm/bpf_perf_event.h
7+
include/uapi/asm-generic/Kbuild
68
tools/perf
79
tools/arch
810
tools/scripts
@@ -25,6 +27,10 @@ tools/lib/str_error_r.c
2527
tools/lib/vsprintf.c
2628
tools/lib/zalloc.c
2729
scripts/bpf_doc.py
30+
scripts/Kbuild.include
31+
scripts/Makefile.asm-headers
32+
scripts/syscall.tbl
33+
scripts/syscallhdr.sh
2834
tools/bpf/bpftool
2935
kernel/bpf/disasm.c
3036
kernel/bpf/disasm.h

0 commit comments

Comments
 (0)