Message ID | 20230405132120.59886-1-quentin@isovalent.com (mailing list archive) |
---|---|
Headers | show |
Series | bpftool: Add inline annotations when dumping program CFGs | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Wed, 5 Apr 2023 14:21:13 +0100 you wrote: > This set contains some improvements for bpftool's "visual" program dump > option, which produces the control flow graph in a DOT format. The main > objective is to add support for inline annotations on such graphs, so that > we can have the C source code for the program showing up alongside the > instructions, when available. The last commits also make it possible to > display the line numbers or the bare opcodes in the graph, as supported by > regular program dumps. > > [...] Here is the summary with links: - [bpf-next,v3,1/7] bpftool: Fix documentation about line info display for prog dumps https://git.kernel.org/bpf/bpf-next/c/e27f0f1620b6 - [bpf-next,v3,2/7] bpftool: Fix bug for long instructions in program CFG dumps https://git.kernel.org/bpf/bpf-next/c/67cf52cdb6c8 - [bpf-next,v3,3/7] bpftool: Support inline annotations when dumping the CFG of a program https://git.kernel.org/bpf/bpf-next/c/9fd496848b1c - [bpf-next,v3,4/7] bpftool: Return an error on prog dumps if both CFG and JSON are required https://git.kernel.org/bpf/bpf-next/c/05a06be72289 - [bpf-next,v3,5/7] bpftool: Support "opcodes", "linum", "visual" simultaneously https://git.kernel.org/bpf/bpf-next/c/9b79f02722bb - [bpf-next,v3,6/7] bpftool: Support printing opcodes and source file references in CFG https://git.kernel.org/bpf/bpf-next/c/7483a7a70a12 - [bpf-next,v3,7/7] bpftool: Clean up _bpftool_once_attr() calls in bash completion https://git.kernel.org/bpf/bpf-next/c/7319296855f1 You are awesome, thank you!