aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/xlated_dumper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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