Home
last modified time | relevance | path

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

/tools/perf/util/
Dstat-display.c695 return ((struct perf_aggr_thread_value *)b)->val - in cmp_val()
696 ((struct perf_aggr_thread_value *)a)->val; in cmp_val()
699 static struct perf_aggr_thread_value *sort_aggr_thread( in sort_aggr_thread()
707 struct perf_aggr_thread_value *buf; in sort_aggr_thread()
709 buf = calloc(nthreads, sizeof(struct perf_aggr_thread_value)); in sort_aggr_thread()
740 qsort(buf, i, sizeof(struct perf_aggr_thread_value), cmp_val); in sort_aggr_thread()
756 struct perf_aggr_thread_value *buf; in print_aggr_thread()
Dstat.h170 struct perf_aggr_thread_value { struct