aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/btf_dumper.c
AgeCommit message (Expand)Author
2023-10-19bpftool: Fix printing of pointer valueManu Bretelle
2023-07-12bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2022-11-20bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui
2022-08-25bpftool: Fix a wrong type cast in btf_dumper_intLam Thai
2022-06-07bpftool: Add btf enum64 supportYonghong Song
2021-11-03bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-03-04tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich
2020-08-13tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen
2020-01-11bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann
2019-01-16tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song
2018-12-18tools: bpftool: support pretty print with kind_flag setYonghong Song
2018-12-18tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song
2018-12-13tools: bpftool: dual license all filesJakub Kicinski
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau
2018-11-28tools: bpftool: fix a bitfield pretty print issueYonghong Song
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song
2018-07-14bpf: btf: add btf print functionalityOkash Khawaja