aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/xlated_dumper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-11bpftool: Dump the kernel symbol's module nameYafang Shao1-1/+5
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet1-2/+13
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet1-2/+32
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet1-0/+7
2022-10-25bpftool: Define _GNU_SOURCE only onceQuentin Monnet1-0/+2
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez1-2/+3
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov1-0/+3
2021-02-26bpftool: Print subprog address properlyYonghong Song1-0/+3
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2019-12-11bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen1-1/+1
2019-05-28bpf: style fix in while(!feof()) loopChang-Hsien Tsai1-3/+1
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann1-0/+3
2018-12-15tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet1-3/+4
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski1-35/+1
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau1-2/+28
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau1-2/+2
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song1-0/+33
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski1-3/+3
2018-05-24tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das1-2/+2
2018-05-24tools: bpftool: resolve calls without using imm fieldSandipan Das1-1/+9
2018-03-23bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa1-6/+6
2018-03-01tools: bpftool: generate .dot graph from CFG informationJiong Wang1-0/+52
2018-03-01tools: bpftool: factor out xlated dump related code into separate fileJiong Wang1-0/+286