bpftool
bpftool copied to clipboard
Add line annotations for control flow graph
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.