summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-06bpftool: Support printing opcodes and source file references in CFGQuentin Monnet1-8/+14
2023-04-06bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet1-13/+10
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet1-2/+2
2019-01-27tools: bpftool: teach cfg code about JMP32Jiong Wang1-2/+7
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski1-35/+1
2018-03-02tools: bpftool: generate .dot graph from CFG informationJiong Wang1-0/+93
2018-03-02tools: bpftool: add out edges for each basic-blockJiong Wang1-2/+160
2018-03-02tools: bpftool: partition basic-block for each function in the CFGJiong Wang1-1/+117
2018-03-02tools: bpftool: detect sub-programs from the eBPF sequenceJiong Wang1-0/+147