Home
last modified time | relevance | path

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

/external/strace/
Dcount.c166 int *sorted_count; in call_summary_pers() local
174 sorted_count = calloc(sizeof(int), nsyscalls); in call_summary_pers()
175 if (!sorted_count) in call_summary_pers()
183 sorted_count[i] = i; in call_summary_pers()
195 qsort((void *) sorted_count, nsyscalls, sizeof(int), sortfun); in call_summary_pers()
198 int idx = sorted_count[i]; in call_summary_pers()
218 free(sorted_count); in call_summary_pers()
DChangeLog-CVS2595 (sorted_count): Variable removed.