summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/btf_dumper.c
Commit message (Expand)AuthorAgeFilesLines
* 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