Searched refs:TEST_CASE (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | arch-tests.c | 12 TEST_CASE("Intel PT packet decoder", intel_pt_pkt_decoder), 13 TEST_CASE("Intel PT hybrid CPU compatibility", intel_pt_hybrid_compat),
|
/linux-6.12.1/tools/perf/tests/ |
D | cpumap.c | 251 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),
|
D | pmu.c | 533 TEST_CASE("Parsing with PMU format directory", pmu_format), 534 TEST_CASE("Parsing with PMU event", pmu_events), 535 TEST_CASE("PMU event names", pmu_event_names), 536 TEST_CASE("PMU name combining", name_len), 537 TEST_CASE("PMU name comparison", name_cmp), 538 TEST_CASE("PMU cmdline match", pmu_match),
|
D | dso-data.c | 398 TEST_CASE("read", dso_data), 399 TEST_CASE("cache", dso_data_cache), 400 TEST_CASE("reopen", dso_data_reopen),
|
D | tests.h | 50 #define TEST_CASE(description, _name) \ macro 67 TEST_CASE(description, _name), \
|
D | pmu-events.c | 1096 TEST_CASE("PMU event table sanity", pmu_event_table), 1097 TEST_CASE("PMU event map aliases", aliases), 1100 TEST_CASE("Parsing of PMU event table metrics with fake PMUs", parsing_fake), 1101 TEST_CASE("Parsing of metric thresholds with fake PMUs", parsing_threshold),
|
D | parse-events.c | 2873 TEST_CASE("Parsing of aliased events", pmu_events_alias2), 2874 TEST_CASE("Parsing of terms (event modifiers)", terms2),
|