OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPD_MAX_STATS
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/daemon/
opd_stats.h
26
OPD_MAX_STATS
/**< end of stats */
opd_stats.c
22
unsigned long opd_stats[
OPD_MAX_STATS
];
init.c
329
for (i = 0; i <
OPD_MAX_STATS
; i++)
/external/oprofile/daemon/liblegacy/
opd_24_stats.h
33
OPD_MAX_STATS
/**< end of stats */
opd_24_stats.c
22
unsigned long opd_24_stats[
OPD_MAX_STATS
];
init.c
347
for (i = 0; i <
OPD_MAX_STATS
; i++)
Completed in 307 milliseconds