Searched refs:feature_check (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/tools/build/ |
D | Makefile.feature | 9 feature_check = $(eval $(feature_check_code)) 184 $(call feature_check,all,$(MSG)) 199 $(call feature_check,compile-32) 200 $(call feature_check,compile-x32) 201 $(call feature_check,bionic) 202 $(call feature_check,libbabeltrace) 204 $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat)))
|
/linux-6.12.1/tools/tracing/latency/ |
D | Makefile.config | 11 $(call feature_check,libtraceevent) 20 $(call feature_check,libtracefs)
|
/linux-6.12.1/tools/tracing/rtla/ |
D | Makefile.config | 14 $(call feature_check,libtraceevent) 30 $(call feature_check,libtracefs)
|
/linux-6.12.1/tools/verification/rv/ |
D | Makefile.config | 14 $(call feature_check,libtraceevent) 30 $(call feature_check,libtracefs)
|
/linux-6.12.1/tools/perf/ |
D | Makefile.config | 402 $(call feature_check,bionic) 517 $(call feature_check,libopencsd) 567 $(call feature_check,libdebuginfod) 589 $(call feature_check,libbpf) 641 $(call feature_check,libunwind-x86) 650 $(call feature_check,libunwind-aarch64) 657 $(call feature_check,libunwind-debug-frame-aarch64) 713 $(call feature_check,clang-bpf-co-re) 759 $(call feature_check,libunwind-debug-frame) 788 $(call feature_check,libaudit) [all …]
|
/linux-6.12.1/tools/testing/selftests/resctrl/ |
D | cat_test.c | 383 .feature_check = test_resource_feature_check, 392 .feature_check = noncont_cat_feature_check, 400 .feature_check = noncont_cat_feature_check,
|
D | mbm_test.c | 166 .feature_check = mbm_feature_check,
|
D | mba_test.c | 196 .feature_check = mba_feature_check,
|
D | resctrl.h | 76 bool (*feature_check)(const struct resctrl_test *test); member
|
D | cmt_test.c | 196 .feature_check = cmt_feature_check,
|
D | resctrl_tests.c | 138 if (!test->feature_check(test)) { in run_single_test()
|