Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dsubcmd-help.c124 TEST_CASE("Load subcmd names", load_cmdnames),
125 TEST_CASE("Uniquify subcmd names", uniq_cmdnames),
126 TEST_CASE("Exclude duplicate subcmd names", exclude_cmdnames),
127 TEST_CASE("Exclude disjoint subcmd names", exclude_cmdnames_no_overlap),
H A Dpmu.c626 TEST_CASE("Parsing with PMU format directory", pmu_format),
627 TEST_CASE("Parsing with PMU event", pmu_events),
628 TEST_CASE("PMU event names", pmu_event_names),
629 TEST_CASE("PMU name combining", name_len),
630 TEST_CASE("PMU name comparison", name_cmp),
631 TEST_CASE("PMU cmdline match", pmu_match),
632 TEST_CASE("PMU user config changes", pmu_usr_chgs),
H A Ddso-data.c398 TEST_CASE("read", dso_data),
399 TEST_CASE("cache", dso_data_cache),
400 TEST_CASE("reopen", dso_data_reopen),
H A Dhwmon_pmu.c348 TEST_CASE("Basic parsing test", parse_hwmon_filename),
349 TEST_CASE("Parsing without PMU name", hwmon_pmu_without_pmu),
350 TEST_CASE("Parsing with PMU name", hwmon_pmu_with_pmu),
H A Dmaps.c237 TEST_CASE("Test merge_in interface", maps__merge_in),
238 TEST_CASE("Test fix up overlap interface", maps__fixup_overlap_and_insert),
H A Dtests.h52 #define TEST_CASE(description, _name) \ macro
86 TEST_CASE(description, _name), \
H A Dpmu-events.c1043 TEST_CASE("PMU event table sanity", pmu_event_table),
1044 TEST_CASE("PMU event map aliases", aliases),
1047 TEST_CASE("Parsing of PMU event table metrics with fake PMUs", parsing_fake),
1048 TEST_CASE("Parsing of metric thresholds with fake PMUs", parsing_threshold),
H A Dparse-events.c2938 TEST_CASE("Parsing of aliased events", pmu_events_alias2),
2939 TEST_CASE("Parsing of terms (event modifiers)", terms2),
/linux/tools/perf/arch/x86/tests/
H A Darch-tests.c11 TEST_CASE("Intel PT packet decoder", intel_pt_pkt_decoder),
12 TEST_CASE("Intel PT hybrid CPU compatibility", intel_pt_hybrid_compat),