Home | History | Annotate | Download | only in daemon

Lines Matching refs:opd_stats

2  * @file daemon/opd_stats.c
12 #include "opd_stats.h"
22 unsigned long opd_stats[OPD_MAX_STATS];
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_SAMPLEFILE]);
54 opd_stats[OPD_LOST_NO_MAPPING]);