Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dstat-display.c690 return ((struct perf_aggr_thread_value *)b)->val - in cmp_val()
691 ((struct perf_aggr_thread_value *)a)->val; in cmp_val()
694 static struct perf_aggr_thread_value *sort_aggr_thread( in sort_aggr_thread()
702 struct perf_aggr_thread_value *buf; in sort_aggr_thread()
704 buf = calloc(nthreads, sizeof(struct perf_aggr_thread_value)); in sort_aggr_thread()
735 qsort(buf, i, sizeof(struct perf_aggr_thread_value), cmp_val); in sort_aggr_thread()
751 struct perf_aggr_thread_value *buf; in print_aggr_thread()
Dstat.h148 struct perf_aggr_thread_value { struct