Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/
H A DMakefile.config14 $(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)
/linux-6.15/tools/build/
H A DMakefile.feature9 feature_check = $(eval $(feature_check_code))
207 $(call feature_check,all,$(MSG))
222 $(call feature_check,compile-32)
223 $(call feature_check,compile-x32)
224 $(call feature_check,bionic)
225 $(call feature_check,libbabeltrace)
227 $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat)))
/linux-6.15/tools/tracing/latency/
H A DMakefile.config11 $(call feature_check,libtraceevent)
20 $(call feature_check,libtracefs)
/linux-6.15/tools/verification/rv/
H A DMakefile.config14 $(call feature_check,libtraceevent)
30 $(call feature_check,libtracefs)
/linux-6.15/tools/perf/
H A DMakefile.config404 $(call feature_check,bionic)
506 $(call feature_check,libopencsd)
559 $(call feature_check,libdebuginfod)
576 $(call feature_check,libbpf)
628 $(call feature_check,libunwind-x86)
637 $(call feature_check,libunwind-aarch64)
644 $(call feature_check,libunwind-debug-frame-aarch64)
700 $(call feature_check,clang-bpf-co-re)
745 $(call feature_check,libunwind-debug-frame)
801 $(call feature_check,gtk2)
[all …]
/linux-6.15/tools/testing/selftests/resctrl/
H A Dcat_test.c383 .feature_check = test_resource_feature_check,
392 .feature_check = noncont_cat_feature_check,
400 .feature_check = noncont_cat_feature_check,
H A Dcmt_test.c187 .feature_check = cmt_feature_check,
H A Dmbm_test.c179 .feature_check = mbm_feature_check,
H A Dresctrl.h108 bool (*feature_check)(const struct resctrl_test *test); member
H A Dmba_test.c220 .feature_check = mba_feature_check,
H A Dresctrl_tests.c145 if (!test->feature_check(test)) { in run_single_test()