Home
last modified time | relevance | path

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

/external/strace/
Dcount.c163 int *sorted_count; in call_summary_pers() local
171 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()
DChangeLog-CVS2595 (sorted_count): Variable removed.