Add this optional feature to btf_features description. Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> --- man-pages/pahole.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man-pages/pahole.1 b/man-pages/pahole.1 index 3125de3..6f2f3b7 100644 --- a/man-pages/pahole.1 +++ b/man-pages/pahole.1 @@ -337,6 +337,8 @@ Supported non-standard features (not enabled for 'default') of split BTF with a possibly changed base, storing it in a .BTF.base ELF section. global_var Encode all global variables using BTF_KIND_VAR in BTF. + kind_layout Encode information about BTF kinds available at encoding + time in kind layout section in BTF. .fi So for example, specifying \-\-btf_encode=var,enum64 will result in a BTF encoding that (as well as encoding basic BTF information) will contain variables and enum64 values. -- 2.39.3