Searched refs:perf_aggr_thread_value (Results 1 – 2 of 2) sorted by relevance
907 return ((struct perf_aggr_thread_value *)b)->val - in cmp_val()908 ((struct perf_aggr_thread_value *)a)->val; in cmp_val()911 static struct perf_aggr_thread_value *sort_aggr_thread( in sort_aggr_thread()919 struct perf_aggr_thread_value *buf; in sort_aggr_thread()921 buf = calloc(nthreads, sizeof(struct perf_aggr_thread_value)); in sort_aggr_thread()957 qsort(buf, i, sizeof(struct perf_aggr_thread_value), cmp_val); in sort_aggr_thread()972 struct perf_aggr_thread_value *buf; in print_aggr_thread()
206 struct perf_aggr_thread_value { struct