bpftool icon indicating copy to clipboard operation
bpftool copied to clipboard

Add line annotations for control flow graph

Open qmonnet opened this issue 2 years ago • 0 comments

The command below can be used to dump the control flow graph on the program:

# bpftool prog dump xlated id <id> visual

(Example)

But as far as I remember (not 100% sure though) we don't have the C code lines on this graph. It would be helpful to have them, to better analyse the code.

qmonnet avatar Mar 13 '23 14:03 qmonnet