HomeSort by relevance Sort by last modified time
    Searched full:counterlist (Results 1 - 1 of 1) sorted by null

  /external/oprofile/libop/
op_alloc_counter.c 177 struct dirent **counterlist; local
182 count = scandir("/dev/oprofile", &counterlist, perfcounterdir,
189 available |= 1 << atoi(counterlist[i]->d_name);
190 free(counterlist[i]);
193 free(counterlist);

Completed in 32 milliseconds