From: Arnaldo Carvalho de Melo Date: Sun, 7 Nov 2021 15:43:20 +0000 (-0300) Subject: perf MANIFEST: Add bpftool files to allow building with BUILD_BPF_SKEL=1 X-Git-Tag: howlett/maple/20220722_2~1894^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f174940488dd7409e3d4dc96403380e67783d05d;p=users%2Fjedix%2Flinux-maple.git perf MANIFEST: Add bpftool files to allow building with BUILD_BPF_SKEL=1 We need bpftool and required kernel/bpf/disasm.[ch] to bootstrap the cgroups, bperf and other BPF skels used by perf. Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index e728615a3830..f5d72f936a6b 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -22,3 +22,6 @@ tools/lib/str_error_r.c tools/lib/vsprintf.c tools/lib/zalloc.c scripts/bpf_doc.py +tools/bpf/bpftool +kernel/bpf/disasm.c +kernel/bpf/disasm.h