Searched refs:feature_check (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/tracing/rtla/ |
| H A D | Makefile.config | 22 $(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 D | Makefile.feature | 9 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 D | Makefile.config | 19 $(call feature_check,libtraceevent) 28 $(call feature_check,libtracefs)
|
| /linux/tools/verification/rv/ |
| H A D | Makefile.config | 14 $(call feature_check,libtraceevent) 30 $(call feature_check,libtracefs)
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 425 $(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 D | cat_test.c | 385 .feature_check = test_resource_feature_check, 394 .feature_check = noncont_cat_feature_check, 402 .feature_check = noncont_cat_feature_check,
|
| H A D | resctrl.h | 110 bool (*feature_check)(const struct resctrl_test *test); member
|
| H A D | mbm_test.c | 179 .feature_check = mbm_feature_check,
|
| H A D | cmt_test.c | 187 .feature_check = cmt_feature_check,
|
| H A D | mba_test.c | 220 .feature_check = mba_feature_check,
|
| H A D | resctrl_tests.c | 157 if (!test->feature_check(test)) { in run_single_test()
|