summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/btf.c
Commit message (Expand)AuthorAgeFilesLines
* tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from fileAndrii Nakryiko2020-08-031-53/+1
* tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang2020-08-031-1/+1
* tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-221-0/+6
* tools, bpftool: Print correct error message when failing to load BTFTobias Klauser2020-06-011-1/+1
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-4/+4
* tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala2020-04-261-1/+0
* bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko2020-03-021-0/+5
* bpftool: Print function linkage in BTF dumpAndrii Nakryiko2020-01-241-4/+23
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-4/+4
* bpftool: Apply preserve_access_index attribute to all types in BTF dumpAndrii Nakryiko2020-01-131-0/+8
* tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet2019-11-241-3/+3
* bpftool: Allow to read btf as raw dataJiri Olsa2019-10-251-1/+56
* tools: bpftool: implement "bpftool btf show|list"Quentin Monnet2019-08-201-2/+340
* tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet2019-08-151-1/+1
* bpftool: add C output format option to btf dump subcommandAndrii Nakryiko2019-05-241-2/+73
* bpftool: use libbpf's btf__parse_elf APIAndrii Nakryiko2019-05-241-109/+8
* bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko2019-05-171-2/+2
* bpftool: add ability to dump BTF typesAndrii Nakryiko2019-04-251-0/+586