Searched defs:opd_24_stats (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/daemon/liblegacy/
H A Dopd_24_stats.c2 * @file opd_24_stats.c
12 #include "opd_24_stats.h"
22 unsigned long opd_24_stats[OPD_MAX_STATS]; variable
29 printf("Nr. kernel samples: %lu\n", opd_24_stats[OPD_KERNEL]);
30 printf("Nr. modules samples: %lu\n", opd_24_stats[OPD_MODULE]);
31 printf("Nr. modules samples lost: %lu\n", opd_24_stats[OPD_LOST_MODULE]);
33 opd_24_stats[OPD_LOST_PROCESS]);
35 opd_24_stats[OPD_LOST_SAMPLEFILE]);
36 printf("Nr. process samples in user-space: %lu\n", opd_24_stats[OPD_PROCESS]);
38 opd_24_stats[OPD_LOST_MAP_PROCES
[all...]

Completed in 141 milliseconds