Searched refs:perf_aggr_thread_value (Results 1 – 2 of 2) sorted by relevance
115 struct perf_aggr_thread_value { struct
1406 return ((struct perf_aggr_thread_value *)b)->val - in cmp_val()1407 ((struct perf_aggr_thread_value *)a)->val; in cmp_val()1410 static struct perf_aggr_thread_value *sort_aggr_thread( in sort_aggr_thread()1417 struct perf_aggr_thread_value *buf; in sort_aggr_thread()1419 buf = calloc(nthreads, sizeof(struct perf_aggr_thread_value)); in sort_aggr_thread()1450 qsort(buf, i, sizeof(struct perf_aggr_thread_value), cmp_val); in sort_aggr_thread()1464 struct perf_aggr_thread_value *buf; in print_aggr_thread()