]> git.baikalelectronics.ru Git - kernel.git/commit
tools: bpftool: Complete metrics list in "bpftool prog profile" doc
authorQuentin Monnet <quentin@isovalent.com>
Fri, 30 Jul 2021 21:54:35 +0000 (22:54 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 30 Jul 2021 22:40:28 +0000 (15:40 -0700)
commit688ee476927b55dcdeb256def0e5139b026aa534
tree29f9b71de8c377695f3751ac01e4e265e502f870
parent36f1dcb4ce17df88a97c79ba3067b94665be8049
tools: bpftool: Complete metrics list in "bpftool prog profile" doc

Profiling programs with bpftool was extended some time ago to support
two new metrics, namely itlb_misses and dtlb_misses (misses for the
instruction/data translation lookaside buffer). Update the manual page
and bash completion accordingly.

Fixes: 438859a025d0 ("bpftool: Add {i,d}tlb_misses support for bpftool profile")
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210730215435.7095-8-quentin@isovalent.com
tools/bpf/bpftool/Documentation/bpftool-prog.rst
tools/bpf/bpftool/bash-completion/bpftool