Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsort.c54 static const char *const arch_specific_sort_keys[] = {"local_p_stage_cyc", "p_stage_cyc"}; variable
3161 for (j = 0; j < ARRAY_SIZE(arch_specific_sort_keys); j++) { in sort_dimension__add()
3162 if (!strcmp(arch_specific_sort_keys[j], tok) && in sort_dimension__add()