aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
diff options
context:
space:
mode:
authorQuentin Monnet <[email protected]>2023-04-05 13:21:14 +0000
committerAlexei Starovoitov <[email protected]>2023-04-06 04:27:27 +0000
commite27f0f1620b693ecf312c21ff8a52affb8a5be08 (patch)
tree4195d21d01af6a6597501082e88c552bc8d912ba /tools/bpf/bpftool/prog.c
parentselftests/bpf: Wait for receive in cg_storage_multi test (diff)
downloadkernel-e27f0f1620b693ecf312c21ff8a52affb8a5be08.tar.gz
kernel-e27f0f1620b693ecf312c21ff8a52affb8a5be08.zip
bpftool: Fix documentation about line info display for prog dumps
The documentation states that when line_info is available when dumping a program, the source line will be displayed "by default". There is no notion of "default" here: the line is always displayed if available, there is no way currently to turn it off. In the next sentence, the documentation states that if "linum" is used on the command line, the relevant filename, line, and column will be displayed "on top of the source line". This is incorrect, as they are currently displayed on the right side of the source line (or on top of the eBPF instruction, not the source). This commit fixes the documentation to address these points. Signed-off-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions