Message ID | 20201202065244.530571-1-andrii@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | bpftool: improve split BTF support | expand |
On Tue, Dec 01, 2020 at 10:52:40PM -0800, Andrii Nakryiko wrote: > Few follow up improvements to bpftool for split BTF support: > - emit "name <anon>" for non-named BTFs in `bpftool btf show` command; > - when dumping /sys/kernel/btf/<module> use /sys/kernel/btf/vmlinux as the > base BTF, unless base BTF is explicitly specified with -B flag. > > This patch set also adds btf__base_btf() getter to access base BTF of the > struct btf. Applied, Thanks