OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPD_SAMPLES
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/daemon/
opd_stats.h
17
enum {
OPD_SAMPLES
, /**< nr. samples */
opd_stats.c
46
printf("Nr. non-backtrace samples: %lu\n", opd_stats[
OPD_SAMPLES
]);
opd_sfile.c
228
opd_stats[
OPD_SAMPLES
]++;
/external/oprofile/daemon/liblegacy/
opd_24_stats.h
31
OPD_SAMPLES
, /**< nr distinct samples */
opd_24_stats.c
55
printf("Nr. samples total: %lu\n", opd_24_stats[
OPD_SAMPLES
]);
opd_proc.c
195
opd_24_stats[
OPD_SAMPLES
]++;
Completed in 1102 milliseconds