Searched refs:feature_check (Results 1 – 11 of 11) sorted by relevance
| /tools/tracing/rtla/ |
| A D | Makefile.config | 14 $(call feature_check,libtraceevent) 30 $(call feature_check,libtracefs) 46 $(call feature_check,libcpupower) 66 $(call feature_check,libbpf) 75 $(call feature_check,clang-bpf-co-re) 84 $(call feature_check,bpftool-skeletons)
|
| /tools/build/ |
| A D | Makefile.feature | 9 feature_check = $(eval $(feature_check_code)) 196 $(call feature_check,all,$(MSG)) 211 $(call feature_check,compile-32) 212 $(call feature_check,compile-x32) 213 $(call feature_check,bionic) 214 $(call feature_check,libbabeltrace) 216 $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat)))
|
| /tools/tracing/latency/ |
| A D | Makefile.config | 11 $(call feature_check,libtraceevent) 20 $(call feature_check,libtracefs)
|
| /tools/verification/rv/ |
| A D | Makefile.config | 14 $(call feature_check,libtraceevent) 30 $(call feature_check,libtracefs)
|
| /tools/perf/ |
| A D | Makefile.config | 406 $(call feature_check,bionic) 508 $(call feature_check,libopencsd) 561 $(call feature_check,libdebuginfod) 580 $(call feature_check,libbpf) 605 $(call feature_check,libbpf-strings) 640 $(call feature_check,libunwind) 642 $(call feature_check,libunwind-x86) 651 $(call feature_check,libunwind-aarch64) 714 $(call feature_check,clang-bpf-co-re) 804 $(call feature_check,gtk2) [all …]
|
| /tools/testing/selftests/resctrl/ |
| A 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,
|
| A D | cmt_test.c | 187 .feature_check = cmt_feature_check,
|
| A D | mbm_test.c | 179 .feature_check = mbm_feature_check,
|
| A D | resctrl.h | 108 bool (*feature_check)(const struct resctrl_test *test); member
|
| A D | mba_test.c | 220 .feature_check = mba_feature_check,
|
| A D | resctrl_tests.c | 145 if (!test->feature_check(test)) { in run_single_test()
|
Completed in 16 milliseconds