aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/btf_dumper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25bpftool: Fix a wrong type cast in btf_dumper_intLam Thai1-1/+1
2022-06-07bpftool: Add btf enum64 supportYonghong Song1-0/+29
2021-11-03bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky1-16/+24
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky1-1/+1
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet1-2/+4
2021-03-04tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich1-0/+1
2020-08-13tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko1-1/+1
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet1-2/+2
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau1-12/+106
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau1-0/+41
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau1-4/+36
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2020-01-11bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau1-1/+1
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet1-4/+4
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann1-0/+59
2019-01-16tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song1-12/+86
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song1-6/+7
2018-12-18tools: bpftool: support pretty print with kind_flag setYonghong Song1-9/+27
2018-12-18tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song1-6/+19
2018-12-13tools: bpftool: dual license all filesJakub Kicinski1-1/+1
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+64
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau1-0/+64
2018-11-28tools: bpftool: fix a bitfield pretty print issueYonghong Song1-3/+3
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song1-0/+136
2018-07-14bpf: btf: add btf print functionalityOkash Khawaja1-0/+251