OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 35 milliseconds