Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsort.h46 extern enum sort_type sort__first_dimension;
Dsort.c17 enum sort_type sort__first_dimension; variable
917 sort__first_dimension = idx; in __sort_dimension__add()
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
Dhist.c186 if (!i++ && sort__first_dimension == SORT_SYM) in callchain__fprintf_graph()
301 if (sort__first_dimension == SORT_COMM) { in hist_entry__callchain_fprintf()