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 <acme@redhat.com> Fixes: bfb713e ("perf tools: Fix arm64 build by generating unistd_64.h") Signed-off-by: James Clark <james.clark@linaro.org> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20250513-james-perf-src-pkg-fix-v1-1-bcfd0486dbd6@linaro.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 3eb5c49 commit aea3496

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)