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

/external/oprofile/daemon/
H A Dopd_stats.c2 * @file daemon/opd_stats.c
12 #include "opd_stats.h"
22 unsigned long opd_stats[OPD_MAX_STATS]; variable
45 printf("Nr. sample dumps: %lu\n", opd_stats[OPD_DUMP_COUNT]);
46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]);
47 printf("Nr. kernel samples: %lu\n", opd_stats[OPD_KERNEL]);
48 printf("Nr. lost samples (no kernel/user): %lu\n", opd_stats[OPD_NO_CTX]);
49 printf("Nr. lost kernel samples: %lu\n", opd_stats[OPD_LOST_KERNEL]);
50 printf("Nr. incomplete code structs: %lu\n", opd_stats[OPD_DANGLING_CODE]);
52 opd_stats[OPD_LOST_SAMPLEFIL
[all...]

Completed in 59 milliseconds