Lines Matching full:suffix
418 TEST_ASSERT_VAL("Strips uncore_cha suffix", in test__name_len()
423 TEST_ASSERT_VAL("Strips mrvl_ddr_pmu suffix", in test__name_len()
482 TEST_PMU_MATCH("Diff suffix hex_", "pmuname_2", false); in test__pmu_match()
483 TEST_PMU_MATCH("Sub suffix hex_", "pmuname_ab", true); in test__pmu_match()
484 TEST_PMU_MATCH("Same suffix hex_", "pmuname_ab23", true); in test__pmu_match()
485 TEST_PMU_MATCH("No suffix hex_", "pmuname", true); in test__pmu_match()
490 TEST_PMU_MATCH("Diff suffix", "pmuname2", false); in test__pmu_match()
491 TEST_PMU_MATCH("Sub suffix", "pmuname1", true); in test__pmu_match()
492 TEST_PMU_MATCH("Same suffix", "pmuname10", true); in test__pmu_match()
493 TEST_PMU_MATCH("No suffix", "pmuname", true); in test__pmu_match()
498 TEST_PMU_MATCH("Diff suffix hex", "pmuname2", false); in test__pmu_match()
499 TEST_PMU_MATCH("Sub suffix hex", "pmunameab", true); in test__pmu_match()
500 TEST_PMU_MATCH("Same suffix hex", "pmunameab23", true); in test__pmu_match()
501 TEST_PMU_MATCH("No suffix hex", "pmuname", true); in test__pmu_match()
507 * possible to wildcard by skipping the suffix. Therefore there are more in test__pmu_match()
511 TEST_PMU_MATCH("Diff suffix 2 hex_", "pmuname_2", false); in test__pmu_match()
514 * decimal, it's not possible to determine if it's a short hex suffix or in test__pmu_match()
515 * a normal decimal suffix following text. And we want to match on any in test__pmu_match()
516 * length of decimal suffix. Run the test anyway and expect the wrong in test__pmu_match()
519 TEST_PMU_MATCH("Sub suffix 2 hex_", "pmuname_a", true); in test__pmu_match()
520 TEST_PMU_MATCH("Same suffix 2 hex_", "pmuname_a3", true); in test__pmu_match()
521 TEST_PMU_MATCH("No suffix 2 hex_", "pmuname", false); in test__pmu_match()