Describe the option in the manual page. Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> Cc: Alexei Starovoitov <ast@xxxxxxxxxx> Cc: Andrii Nakryiko <andrii@xxxxxxxxxx> Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx> Cc: Eduard Zingerman <eddyz87@xxxxxxxxx> Cc: Hao Luo <haoluo@xxxxxxxxxx> Cc: Jiri Olsa <jolsa@xxxxxxxxxx> Cc: John Fastabend <john.fastabend@xxxxxxxxx> Cc: KP Singh <kpsingh@xxxxxxxxxxxx> Cc: Kui-Feng Lee <sinquersw@xxxxxxxxx> Cc: Martin KaFai Lau <martin.lau@xxxxxxxxxx> Cc: Song Liu <songliubraving@xxxxxx> Cc: Stanislav Fomichev <sdf@xxxxxxxxxx> Cc: Timo Beckers <timo@xxxxxxxxxx> Cc: Yonghong Song <yhs@xxxxxx> Cc: bpf@xxxxxxxxxxxxxxx --- man-pages/pahole.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man-pages/pahole.1 b/man-pages/pahole.1 index 1a85f6d..bfa20dc 100644 --- a/man-pages/pahole.1 +++ b/man-pages/pahole.1 @@ -229,6 +229,11 @@ Do not encode enum64 in BTF. .B \-\-skip_encoding_btf_type_tag 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. + .TP .B \-j, \-\-jobs=N Run N jobs in parallel. Defaults to number of online processors + 10% (like -- 2.31.1