Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_stats.h24 OPD_DUMP_COUNT, /**< nr. of times buffer is read */ enumerator
Dopd_stats.c45 printf("Nr. sample dumps: %lu\n", opd_stats[OPD_DUMP_COUNT]); in opd_print_stats()
Dinit.c144 opd_stats[OPD_DUMP_COUNT]++; in opd_do_samples()
/external/oprofile/daemon/liblegacy/
Dopd_24_stats.h26 OPD_DUMP_COUNT, /**< nr of times buffer is read */ enumerator
Dopd_24_stats.c54 printf("Nr. sample dumps: %lu\n", opd_24_stats[OPD_DUMP_COUNT]); in opd_print_24_stats()
Dinit.c267 opd_24_stats[OPD_DUMP_COUNT]++; in opd_do_samples()