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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 72 .se_cmp = sort__thread_cmp,
105 .se_cmp = sort__comm_cmp,
159 .se_cmp = sort__dso_cmp,
236 .se_cmp = sort__sym_cmp,
294 .se_cmp = sort__srcline_cmp,
322 .se_cmp = sort__parent_cmp,
343 .se_cmp = sort__cpu_cmp,
422 .se_cmp = sort__dso_from_cmp,
429 .se_cmp = sort__dso_to_cmp,
436 .se_cmp = sort__sym_from_cmp
    [all...]
sort.h 176 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *); member in struct:sort_entry
hist.c 502 cmp = se->se_cmp(left, right);
519 f = se->se_collapse ?: se->se_cmp;

Completed in 453 milliseconds