summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/xlated_dumper.c
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Dump the kernel symbol's module nameYafang Shao2023-07-111-1/+5
* bpftool: Support printing opcodes and source file references in CFGQuentin Monnet2023-04-051-2/+13
* bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet2023-04-051-2/+32
* bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet2023-04-051-0/+7
* bpftool: Define _GNU_SOURCE only onceQuentin Monnet2022-10-251-0/+2
* bpftool: Remove usage of reallocarray()Mauricio Vásquez2022-02-231-2/+3
* bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov2021-05-191-0/+3
* bpftool: Print subprog address properlyYonghong Song2021-02-261-0/+3
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-111-1/+1
* bpf: style fix in while(!feof()) loopChang-Hsien Tsai2019-05-281-3/+1
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-091-0/+3
* tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-151-3/+4
* tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-131-35/+1
* bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-091-2/+28
* bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-051-2/+2
* tools/bpf: bpftool: add support for func typesYonghong Song2018-11-201-0/+33
* tools: bpf: make use of reallocarrayJakub Kicinski2018-07-111-3/+3
* tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das2018-05-241-2/+2
* tools: bpftool: resolve calls without using imm fieldSandipan Das2018-05-241-1/+9
* bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa2018-03-231-6/+6
* tools: bpftool: generate .dot graph from CFG informationJiong Wang2018-03-011-0/+52
* tools: bpftool: factor out xlated dump related code into separate fileJiong Wang2018-03-011-0/+286