OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opd_24_stats
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_24_stats.c
2
* @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_PROCESS])
[
all
...]
opd_24_stats.h
2
* @file
opd_24_stats
.h
15
extern unsigned long
opd_24_stats
[];
opd_proc.c
18
#include "
opd_24_stats
.h"
91
opd_24_stats
[OPD_PROC_QUEUE_ACCESS]++;
93
opd_24_stats
[OPD_PROC_QUEUE_DEPTH]++;
140
opd_24_stats
[OPD_LOST_SAMPLEFILE]++;
171
opd_24_stats
[OPD_MAP_ARRAY_ACCESS]++;
180
opd_24_stats
[OPD_PROCESS]++;
183
opd_24_stats
[OPD_MAP_ARRAY_DEPTH]++;
195
opd_24_stats
[OPD_SAMPLES]++;
217
opd_24_stats
[OPD_LOST_PROCESS]++;
234
opd_24_stats
[OPD_LOST_MAP_PROCESS]++
[
all
...]
opd_kernel.c
17
#include "
opd_24_stats
.h"
280
opd_24_stats
[OPD_LOST_MODULE]++;
367
opd_24_stats
[OPD_MODULE]++;
371
opd_24_stats
[OPD_LOST_MODULE]++;
384
opd_24_stats
[OPD_KERNEL]++;
opd_image.c
15
#include "
opd_24_stats
.h"
229
opd_24_stats
[OPD_IMAGE_HASH_ACCESS]++;
232
opd_24_stats
[OPD_IMAGE_HASH_DEPTH]++;
init.c
16
#include "
opd_24_stats
.h"
220
opd_24_stats
[OPD_NOTIFICATIONS]++;
267
opd_24_stats
[OPD_DUMP_COUNT]++;
348
opd_24_stats
[i] = 0;
Completed in 8095 milliseconds