Re: [PATCH bpf-next 11/11] tools/bpftool: add bpftool support for split BTF

2020-11-02 Thread Song Liu
> On Oct 28, 2020, at 5:59 PM, Andrii Nakryiko wrote: > > Add ability to work with split BTF by providing extra -B flag, which allows to > specify the path to the base BTF file. > > Signed-off-by: Andrii Nakryiko Acked-by: Song Liu > --- > tools/bpf/bpftool/btf.c | 9 ++--- > tools/b

[PATCH bpf-next 11/11] tools/bpftool: add bpftool support for split BTF

2020-10-28 Thread Andrii Nakryiko
Add ability to work with split BTF by providing extra -B flag, which allows to specify the path to the base BTF file. Signed-off-by: Andrii Nakryiko --- tools/bpf/bpftool/btf.c | 9 ++--- tools/bpf/bpftool/main.c | 15 ++- tools/bpf/bpftool/main.h | 1 + 3 files changed, 21 in