aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Maguire <alan.maguire@oracle.com>2023-02-17 23:10:33 +0000
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-02-18 10:28:30 -0300
commitef68019c357845b41ae99c0af7a4d21194d3738b (patch)
tree6f1aeddbd5fd689ec16da5a8adabe44a88ce265a
parentd58c61498ea78064be76f21fd9925f71dc5ba1eb (diff)
downloadpahole-ef68019c357845b41ae99c0af7a4d21194d3738b.tar.gz
pahole: Update man page for options also
...in line with changes made to skip logic. Signed-off-by: Alan Maguire <alan.maguire@oracle.com> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Andrii Nakryiko <andrii@kernel.org> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Eduard Zingerman <eddyz87@gmail.com> Cc: Hao Luo <haoluo@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Fastabend <john.fastabend@gmail.com> Cc: KP Singh <kpsingh@chromium.org> Cc: Kui-Feng Lee <sinquersw@gmail.com> Cc: Martin KaFai Lau <martin.lau@kernel.org> Cc: Song Liu <songliubraving@fb.com> Cc: Stanislav Fomichev <sdf@google.com> Cc: Timo Beckers <timo@incline.eu> Cc: Yonghong Song <yhs@fb.com> Cc: bpf@vger.kernel.org Link: https://lore.kernel.org/r/1676675433-10583-5-git-send-email-alan.maguire@oracle.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--man-pages/pahole.14
1 files changed, 1 insertions, 3 deletions
diff --git a/man-pages/pahole.1 b/man-pages/pahole.1
index bfa20dc6..c1b48de0 100644
--- a/man-pages/pahole.1
+++ b/man-pages/pahole.1
@@ -231,8 +231,7 @@ Do not encode type tags in BTF.
.TP
.B \-\-skip_encoding_btf_inconsistent_proto
-Do not encode functions with multiple inconsistent prototypes or optimized-out
-parameters.
+Do not encode functions with multiple inconsistent prototypes or unexpected register use for their parameters, where the registers used do not match calling conventions.
.TP
.B \-j, \-\-jobs=N
@@ -269,7 +268,6 @@ information has float types.
.TP
.B \-\-btf_gen_optimized
Generate BTF for functions with optimization-related suffixes (.isra, .constprop).
-BTF will only be generated if a function does not optimize out parameters.
.TP
.B \-\-btf_gen_all