Searched refs:sort__first_dimension (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsort.c12 enum sort_type sort__first_dimension; variable in typeref:enum:sort_type
299 sort__first_dimension = SORT_PID;
301 sort__first_dimension = SORT_COMM;
303 sort__first_dimension = SORT_DSO;
305 sort__first_dimension = SORT_SYM;
307 sort__first_dimension = SORT_PARENT;
309 sort__first_dimension = SORT_CPU;
H A Dsort.h39 extern enum sort_type sort__first_dimension;
H A Dhist.c489 if (!i++ && sort__first_dimension == SORT_SYM)
709 if (sort__first_dimension == SORT_COMM) {

Completed in 26 milliseconds