summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/btf.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-23tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko1-0/+6
2020-06-02tools, bpftool: Print correct error message when failing to load BTFTobias Klauser1-1/+1
2020-06-02tools, bpftool: Clean subcommand help messagesQuentin Monnet1-4/+4
2020-04-26tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala1-1/+0
2020-03-03bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko1-0/+5
2020-01-24bpftool: Print function linkage in BTF dumpAndrii Nakryiko1-4/+23
2020-01-21bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-4/+4
2020-01-14bpftool: Apply preserve_access_index attribute to all types in BTF dumpAndrii Nakryiko1-0/+8
2019-11-25tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet1-3/+3
2019-10-26bpftool: Allow to read btf as raw dataJiri Olsa1-1/+56
2019-08-20tools: bpftool: implement "bpftool btf show|list"Quentin Monnet1-2/+340
2019-08-16tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet1-1/+1
2019-05-25bpftool: add C output format option to btf dump subcommandAndrii Nakryiko1-2/+73
2019-05-25bpftool: use libbpf's btf__parse_elf APIAndrii Nakryiko1-109/+8
2019-05-17bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko1-2/+2
2019-04-26bpftool: add ability to dump BTF typesAndrii Nakryiko1-0/+586