OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPD_DUMP_COUNT
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/daemon/
opd_stats.h
24
OPD_DUMP_COUNT
, /**< nr. of times buffer is read */
opd_stats.c
45
printf("Nr. sample dumps: %lu\n", opd_stats[
OPD_DUMP_COUNT
]);
init.c
144
opd_stats[
OPD_DUMP_COUNT
]++;
/external/oprofile/daemon/liblegacy/
opd_24_stats.h
26
OPD_DUMP_COUNT
, /**< nr of times buffer is read */
opd_24_stats.c
54
printf("Nr. sample dumps: %lu\n", opd_24_stats[
OPD_DUMP_COUNT
]);
init.c
267
opd_24_stats[
OPD_DUMP_COUNT
]++;
Completed in 155 milliseconds