diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-11-07 12:43:20 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-11-07 15:39:28 -0300 |
commit | f174940488dd7409e3d4dc96403380e67783d05d (patch) | |
tree | d6a2cee548121edd8cc3cf566587289a3a041197 | |
parent | aba8c5e38075fa0e0a5463b73b0788f71bb4c78d (diff) |
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 <acme@redhat.com>
-rw-r--r-- | tools/perf/MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
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 |