HomeSort by relevance Sort by last modified time
    Searched refs:SORT_COMM (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
sort.h 43 extern struct sort_entry sort_comm;
86 SORT_COMM,
sort.c 38 struct sort_entry sort_comm = { variable in typeref:struct:sort_entry
82 { .name = "comm", .entry = &sort_comm, },
301 sort__first_dimension = SORT_COMM;
hist.c 729 if (sort__first_dimension == SORT_COMM) {

Completed in 3487 milliseconds