Home
last modified time | relevance | path

Searched refs:TEST_CASE (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/perf/arch/x86/tests/
Darch-tests.c12 TEST_CASE("Intel PT packet decoder", intel_pt_pkt_decoder),
13 TEST_CASE("Intel PT hybrid CPU compatibility", intel_pt_hybrid_compat),
/Linux-v6.6/tools/perf/tests/
Dcpumap.c251 TEST_CASE("Synthesize cpu map", cpu_map_synthesize),
252 TEST_CASE("Print cpu map", cpu_map_print),
253 TEST_CASE("Merge cpu map", cpu_map_merge),
254 TEST_CASE("Intersect cpu map", cpu_map_intersect),
255 TEST_CASE("Equal cpu map", cpu_map_equal),
Dtests.h50 #define TEST_CASE(description, _name) \ macro
67 TEST_CASE(description, _name), \
Dpmu-events.c1037 TEST_CASE("PMU event table sanity", pmu_event_table),
1038 TEST_CASE("PMU event map aliases", aliases),
1041 TEST_CASE("Parsing of PMU event table metrics with fake PMUs", parsing_fake),
1042 TEST_CASE("Parsing of metric thresholds with fake PMUs", parsing_threshold),
Dparse-events.c2723 TEST_CASE("Parsing of aliased events", pmu_events_alias2),
2724 TEST_CASE("Parsing of terms (event modifiers)", terms2),