Searched refs:sorted_count (Results 1 – 2 of 2) sorted by relevance
163 int *sorted_count; in call_summary_pers() local171 sorted_count = xcalloc(sizeof(int), nsyscalls); in call_summary_pers()178 sorted_count[i] = i; in call_summary_pers()190 qsort((void *) sorted_count, nsyscalls, sizeof(int), sortfun); in call_summary_pers()193 int idx = sorted_count[i]; in call_summary_pers()213 free(sorted_count); in call_summary_pers()
2595 (sorted_count): Variable removed.