Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dstat-display.c744 return ((struct perf_aggr_thread_value *)b)->val - in cmp_val()
745 ((struct perf_aggr_thread_value *)a)->val; in cmp_val()
748 static struct perf_aggr_thread_value *sort_aggr_thread( in sort_aggr_thread()
756 struct perf_aggr_thread_value *buf; in sort_aggr_thread()
758 buf = calloc(nthreads, sizeof(struct perf_aggr_thread_value)); in sort_aggr_thread()
790 qsort(buf, i, sizeof(struct perf_aggr_thread_value), cmp_val); in sort_aggr_thread()
807 struct perf_aggr_thread_value *buf; in print_aggr_thread()
A Dstat.h184 struct perf_aggr_thread_value { struct

Completed in 6 milliseconds