commit | 71ccb50074f31a50a1da4c1d8306d54da0907b00 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andrii@kernel.org> | Tue Dec 01 22:52:41 2020 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Dec 03 10:17:26 2020 -0800 |
tree | 6af2efee4c96712bc438663f80d3369b25dc3e23 | |
parent | 97306be45fbe7a02461c3c2a57e666cf662b1aaf [diff] |
tools/bpftool: Emit name <anon> for anonymous BTFs For consistency of output, emit "name <anon>" for BTFs without the name. This keeps output more consistent and obvious. Suggested-by: Song Liu <songliubraving@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20201202065244.530571-2-andrii@kernel.org