Searched refs:perf_aggr_thread_value (Results 1 – 2 of 2) sorted by relevance
694 return ((struct perf_aggr_thread_value *)b)->val - in cmp_val()695 ((struct perf_aggr_thread_value *)a)->val; in cmp_val()698 static struct perf_aggr_thread_value *sort_aggr_thread( in sort_aggr_thread()706 struct perf_aggr_thread_value *buf; in sort_aggr_thread()708 buf = calloc(nthreads, sizeof(struct perf_aggr_thread_value)); in sort_aggr_thread()739 qsort(buf, i, sizeof(struct perf_aggr_thread_value), cmp_val); in sort_aggr_thread()755 struct perf_aggr_thread_value *buf; in print_aggr_thread()
170 struct perf_aggr_thread_value { struct