OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opd_stats
(Results
1 - 7
of
7
) sorted by null
/external/oprofile/daemon/
opd_stats.c
2
* @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_SAMPLEFILE])
[
all
...]
opd_stats.h
2
* @file daemon/
opd_stats
.h
15
extern unsigned long
opd_stats
[];
Android.mk
35
opd_stats
.c \
init.c
19
#include "
opd_stats
.h"
144
opd_stats
[OPD_DUMP_COUNT]++;
330
opd_stats
[i] = 0;
opd_sfile.c
19
#include "
opd_stats
.h"
228
opd_stats
[OPD_SAMPLES]++;
229
opd_stats
[trans->in_kernel == 1 ? OPD_KERNEL : OPD_PROCESS]++;
238
opd_stats
[OPD_NO_CTX]++;
247
opd_stats
[OPD_LOST_KERNEL]++;
256
opd_stats
[OPD_LOST_NO_MAPPING]++;
413
opd_stats
[OPD_LOST_SAMPLEFILE]++;
463
opd_stats
[OPD_LOST_SAMPLEFILE]++;
opd_trans.c
23
#include "
opd_stats
.h"
80
opd_stats
[OPD_DANGLING_CODE]++;
334
opd_stats
[OPD_DANGLING_CODE]++;
opd_spu.c
15
#include "
opd_stats
.h"
161
opd_stats
[OPD_DANGLING_CODE]++;
Completed in 211 milliseconds