Searched refs:TEST_CASE (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/perf/arch/x86/tests/ |
| H A 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.15/tools/perf/tests/ |
| H A D | pmu.c | 537 TEST_CASE("Parsing with PMU format directory", pmu_format), 538 TEST_CASE("Parsing with PMU event", pmu_events), 539 TEST_CASE("PMU event names", pmu_event_names), 540 TEST_CASE("PMU name combining", name_len), 541 TEST_CASE("PMU name comparison", name_cmp), 542 TEST_CASE("PMU cmdline match", pmu_match),
|
| H A D | cpumap.c | 283 TEST_CASE("Synthesize cpu map", cpu_map_synthesize), 284 TEST_CASE("Print cpu map", cpu_map_print), 285 TEST_CASE("Merge cpu map", cpu_map_merge), 286 TEST_CASE("Intersect cpu map", cpu_map_intersect), 287 TEST_CASE("Equal cpu map", cpu_map_equal),
|
| H A D | tool_pmu.c | 103 TEST_CASE("Parsing without PMU name", tool_pmu_without_pmu), 104 TEST_CASE("Parsing with PMU name", tool_pmu_with_pmu),
|
| H A D | hwmon_pmu.c | 346 TEST_CASE("Basic parsing test", parse_hwmon_filename), 347 TEST_CASE("Parsing without PMU name", hwmon_pmu_without_pmu), 348 TEST_CASE("Parsing with PMU name", hwmon_pmu_with_pmu),
|
| H A D | dso-data.c | 398 TEST_CASE("read", dso_data), 399 TEST_CASE("cache", dso_data_cache), 400 TEST_CASE("reopen", dso_data_reopen),
|
| H A D | tests.h | 51 #define TEST_CASE(description, _name) \ macro 76 TEST_CASE(description, _name), \
|
| H A 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),
|
| H A D | parse-events.c | 2846 TEST_CASE("Parsing of aliased events", pmu_events_alias2), 2847 TEST_CASE("Parsing of terms (event modifiers)", terms2),
|