We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0b43b commit 21cb33cCopy full SHA for 21cb33c
scripts/Makefile.btf
@@ -23,6 +23,8 @@ else
23
# Switch to using --btf_features for v1.26 and later.
24
pahole-flags-$(call test-ge, $(pahole-ver), 126) = -j$(JOBS) --btf_features=encode_force,var,float,enum64,decl_tag,type_tag,optimized_func,consistent_func,decl_tag_kfuncs
25
26
+pahole-flags-$(call test-ge, $(pahole-ver), 130) += --btf_features=attributes
27
+
28
ifneq ($(KBUILD_EXTMOD),)
29
module-pahole-flags-$(call test-ge, $(pahole-ver), 128) += --btf_features=distilled_base
30
endif
0 commit comments