perf_aggr_thread_value  690 tools/perf/util/stat-display.c 	return ((struct perf_aggr_thread_value *)b)->val -
perf_aggr_thread_value  691 tools/perf/util/stat-display.c 		((struct perf_aggr_thread_value *)a)->val;
perf_aggr_thread_value  694 tools/perf/util/stat-display.c static struct perf_aggr_thread_value *sort_aggr_thread(
perf_aggr_thread_value  702 tools/perf/util/stat-display.c 	struct perf_aggr_thread_value *buf;
perf_aggr_thread_value  704 tools/perf/util/stat-display.c 	buf = calloc(nthreads, sizeof(struct perf_aggr_thread_value));
perf_aggr_thread_value  735 tools/perf/util/stat-display.c 	qsort(buf, i, sizeof(struct perf_aggr_thread_value), cmp_val);
perf_aggr_thread_value  751 tools/perf/util/stat-display.c 	struct perf_aggr_thread_value *buf;