Searched refs:arch_specific_sort_keys (Results 1 – 1 of 1) sorted by relevance
56 static const char *const arch_specific_sort_keys[] = {"local_p_stage_cyc", "p_stage_cyc"}; variable3550 for (j = 0; j < ARRAY_SIZE(arch_specific_sort_keys); j++) { in sort_dimension__add()3551 if (!strcmp(arch_specific_sort_keys[j], tok) && in sort_dimension__add()3665 for (i = 0; i < ARRAY_SIZE(arch_specific_sort_keys); i++) { in is_hpp_sort_key()3666 if (!strcmp(arch_specific_sort_keys[i], key) && in is_hpp_sort_key()