Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsort.c776 static u64 he_weight(struct hist_entry *he) in he_weight() function
784 return he_weight(left) - he_weight(right); in sort__local_weight_cmp()
790 return repsep_snprintf(bf, size, "%-*llu", width, he_weight(self)); in hist_entry__local_weight_snprintf()