@@ -327,9 +327,10 @@ Encode BTF using the specified feature list, or specify 'default' for all standa
Supported non-standard features (not enabled for 'default')
.nf
- reproducible_build Ensure generated BTF is consistent every time;
- without this parallel BTF encoding can result in
- inconsistent BTF ids.
+ attributes Allow generation of decl_tags and type_tags with
+ kind_flag = 1. These tags can be used to encode
+ arbitrary compiler attributes in BTF, but are
+ backward incompatible.
decl_tag_kfuncs Inject a BTF_KIND_DECL_TAG for each discovered kfunc.
distilled_base For split BTF, generate a distilled version of
the associated base BTF to support later relocation