OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort__first_dimension
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
sort.c
12
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;
sort.h
47
extern enum sort_type
sort__first_dimension
;
hist.c
506
if (!i++ &&
sort__first_dimension
== SORT_SYM)
729
if (
sort__first_dimension
== SORT_COMM) {
Completed in 37 milliseconds