Home
last modified time | relevance | path

Searched refs:OPD_SAMPLES (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/daemon/
Dopd_stats.h17 enum { OPD_SAMPLES, /**< nr. samples */ enumerator
Dopd_stats.c46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]); in opd_print_stats()
Dopd_sfile.c228 opd_stats[OPD_SAMPLES]++; in sfile_find()
/external/oprofile/daemon/liblegacy/
Dopd_24_stats.h31 OPD_SAMPLES, /**< nr distinct samples */ enumerator
Dopd_24_stats.c55 printf("Nr. samples total: %lu\n", opd_24_stats[OPD_SAMPLES]); in opd_print_24_stats()
Dopd_proc.c195 opd_24_stats[OPD_SAMPLES]++; in opd_put_sample()