Home
last modified time | relevance | path

Searched refs:feature_check (Results 1 – 11 of 11) sorted by relevance

/linux/tools/tracing/rtla/
H A DMakefile.config22 $(call feature_check,libtraceevent)
38 $(call feature_check,libtracefs)
54 $(call feature_check,libcpupower)
74 $(call feature_check,libbpf)
83 $(call feature_check,clang-bpf-co-re)
92 $(call feature_check,bpftool-skeletons)
/linux/tools/build/
H A DMakefile.feature9 feature_check = $(eval $(feature_check_code))
193 $(call feature_check,all,$(MSG))
208 $(call feature_check,compile-32)
209 $(call feature_check,compile-x32)
210 $(call feature_check,bionic)
211 $(call feature_check,libbabeltrace)
213 $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat)))
/linux/tools/tracing/latency/
H A DMakefile.config19 $(call feature_check,libtraceevent)
28 $(call feature_check,libtracefs)
/linux/tools/verification/rv/
H A DMakefile.config14 $(call feature_check,libtraceevent)
30 $(call feature_check,libtracefs)
/linux/tools/perf/
H A DMakefile.config425 $(call feature_check,bionic)
518 $(call feature_check,libopencsd)
571 $(call feature_check,libdebuginfod)
590 $(call feature_check,libbpf)
643 $(call feature_check,libunwind)
645 $(call feature_check,libunwind-x86)
654 $(call feature_check,libunwind-aarch64)
661 $(call feature_check,libunwind-debug-frame-aarch64)
725 $(call feature_check,clang-bpf-co-re)
766 $(call feature_check,libunwind-debug-frame)
[all …]
/linux/tools/testing/selftests/resctrl/
H A Dcat_test.c385 .feature_check = test_resource_feature_check,
394 .feature_check = noncont_cat_feature_check,
402 .feature_check = noncont_cat_feature_check,
H A Dresctrl.h110 bool (*feature_check)(const struct resctrl_test *test); member
H A Dmbm_test.c179 .feature_check = mbm_feature_check,
H A Dcmt_test.c187 .feature_check = cmt_feature_check,
H A Dmba_test.c220 .feature_check = mba_feature_check,
H A Dresctrl_tests.c157 if (!test->feature_check(test)) { in run_single_test()