From: Alexei Starovoitov Date: Thu, 3 Dec 2020 18:17:27 +0000 (-0800) Subject: Merge branch 'bpftool: improve split BTF support' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d1e02695979bdf5fb08425cd823d6e906e09378;p=linux.git Merge branch 'bpftool: improve split BTF support' Andrii Nakryiko says: ==================== Few follow up improvements to bpftool for split BTF support: - emit "name " for non-named BTFs in `bpftool btf show` command; - when dumping /sys/kernel/btf/ 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. ==================== Signed-off-by: Alexei Starovoitov --- 0d1e02695979bdf5fb08425cd823d6e906e09378