aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/btf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24bpftool: Print function linkage in BTF dumpAndrii Nakryiko1-4/+23
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-4/+4
2020-01-13bpftool: Apply preserve_access_index attribute to all types in BTF dumpAndrii Nakryiko1-0/+8
2019-11-24tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet1-3/+3
2019-10-25bpftool: 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-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet1-1/+1
2019-05-24bpftool: add C output format option to btf dump subcommandAndrii Nakryiko1-2/+73
2019-05-24bpftool: 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-25bpftool: add ability to dump BTF typesAndrii Nakryiko1-0/+586