summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/btf_dumper.c
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Fix printing of pointer valueManu Bretelle2023-10-191-1/+1
* bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet2023-07-121-1/+1
* bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet2023-04-201-1/+1
* bpftool: Support printing opcodes and source file references in CFGQuentin Monnet2023-04-051-1/+50
* bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet2023-04-051-0/+34
* bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-2/+2
* bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui2022-11-201-1/+1
* bpftool: Fix a wrong type cast in btf_dumper_intLam Thai2022-08-251-1/+1
* bpftool: Add btf enum64 supportYonghong Song2022-06-071-0/+29
* bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky2021-11-031-16/+24
* bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky2021-11-031-1/+1
* tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-291-2/+4
* tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-041-0/+1
* tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-131-1/+1
* tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet2020-05-111-2/+2
* bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau2020-03-201-12/+106
* bpftool: Print as a string for char arrayMartin KaFai Lau2020-03-201-0/+41
* bpftool: Print the enum's name instead of valueMartin KaFai Lau2020-03-201-4/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-1/+1
|\
| * bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* | bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau2020-01-111-1/+1
|/
* tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet2019-08-151-4/+4
* bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2019-04-091-0/+59
* tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song2019-01-161-12/+86
* tools/bpf: fix bpftool map dump with bitfieldsYonghong Song2019-01-111-6/+7
* tools: bpftool: support pretty print with kind_flag setYonghong Song2018-12-181-9/+27
* tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song2018-12-181-6/+19
* tools: bpftool: dual license all filesJakub Kicinski2018-12-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-0/+64
|\
| * bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-091-0/+64
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-3/+3
|\ \ | |/ |/|
| * tools: bpftool: fix a bitfield pretty print issueYonghong Song2018-11-281-3/+3
* | tools/bpf: bpftool: add support for func typesYonghong Song2018-11-201-0/+136
|/
* bpf: btf: add btf print functionalityOkash Khawaja2018-07-141-0/+251