Home
last modified time | relevance | path

Searched refs:OPD_PROCESS (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/daemon/
Dopd_stats.h19 OPD_PROCESS, /**< nr. userspace samples */ enumerator
Dopd_sfile.c229 opd_stats[trans->in_kernel == 1 ? OPD_KERNEL : OPD_PROCESS]++; in sfile_find()
/external/oprofile/daemon/liblegacy/
Dopd_24_stats.h21 OPD_PROCESS, /**< nr userspace samples */ enumerator
Dopd_24_stats.c36 printf("Nr. process samples in user-space: %lu\n", opd_24_stats[OPD_PROCESS]); in opd_print_24_stats()
Dopd_proc.c180 opd_24_stats[OPD_PROCESS]++; in opd_lookup_maps()