Searched refs:arch_specific_sort_keys (Results 1 – 1 of 1) sorted by relevance
50 static const char *const arch_specific_sort_keys[] = {"local_p_stage_cyc", "p_stage_cyc"}; variable2948 for (j = 0; j < ARRAY_SIZE(arch_specific_sort_keys); j++) { in sort_dimension__add()2949 if (!strcmp(arch_specific_sort_keys[j], tok) && in sort_dimension__add()