summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/xlated_dumper.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: style fix in while(!feof()) loopChang-Hsien Tsai2019-05-281-3/+1Star
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-101-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/+1Star
* 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-061-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-021-0/+52
* tools: bpftool: factor out xlated dump related code into separate fileJiong Wang2018-03-021-0/+286