Home
last modified time | relevance | path

Searched refs:opd_stats (Results 1 – 15 of 15) sorted by relevance

/external/oprofile/daemon/
Dopd_stats.c22 unsigned long opd_stats[OPD_MAX_STATS]; variable
45 printf("Nr. sample dumps: %lu\n", opd_stats[OPD_DUMP_COUNT]); in opd_print_stats()
46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]); in opd_print_stats()
47 printf("Nr. kernel samples: %lu\n", opd_stats[OPD_KERNEL]); in opd_print_stats()
48 printf("Nr. lost samples (no kernel/user): %lu\n", opd_stats[OPD_NO_CTX]); in opd_print_stats()
49 printf("Nr. lost kernel samples: %lu\n", opd_stats[OPD_LOST_KERNEL]); in opd_print_stats()
50 printf("Nr. incomplete code structs: %lu\n", opd_stats[OPD_DANGLING_CODE]); in opd_print_stats()
52 opd_stats[OPD_LOST_SAMPLEFILE]); in opd_print_stats()
54 opd_stats[OPD_LOST_NO_MAPPING]); in opd_print_stats()
DMakefile.am7 opd_stats.c \
17 opd_stats.h \
Dopd_sfile.c228 opd_stats[OPD_SAMPLES]++; in sfile_find()
229 opd_stats[trans->in_kernel == 1 ? OPD_KERNEL : OPD_PROCESS]++; in sfile_find()
238 opd_stats[OPD_NO_CTX]++; in sfile_find()
247 opd_stats[OPD_LOST_KERNEL]++; in sfile_find()
256 opd_stats[OPD_LOST_NO_MAPPING]++; in sfile_find()
413 opd_stats[OPD_LOST_SAMPLEFILE]++; in sfile_log_arc()
463 opd_stats[OPD_LOST_SAMPLEFILE]++; in sfile_log_sample_count()
Dopd_stats.h15 extern unsigned long opd_stats[];
Dinit.c144 opd_stats[OPD_DUMP_COUNT]++; in opd_do_samples()
330 opd_stats[i] = 0; in opd_26_init()
DAndroid.mk35 opd_stats.c \
Dopd_trans.c80 opd_stats[OPD_DANGLING_CODE]++; in enough_remaining()
334 opd_stats[OPD_DANGLING_CODE]++; in opd_process_samples()
Dopd_spu.c161 opd_stats[OPD_DANGLING_CODE]++; in process_spu_samples()
/external/oprofile/
DChangeLog-200444 * daemon/opd_stats.c: some statistics are useless, don't print them
582 * daemon/opd_stats.c: handle new statistics added in callgraph patch
953 * daemon/opd_stats.c: dump /dev/oprofile/stats/*
DChangeLog-2005564 * daemon/opd_stats.h:
565 * daemon/opd_stats.c: handle NO_COOKIE (drop on the floor)
DChangeLog-200386 * daemon/opd_stats.c:
87 * daemon/opd_stats.h:
1038 * dae/opd_stats.c:
1039 * dae/opd_stats.h: statistics for opd_image struct depth search
3191 * daemon/opd_stats.h:
3192 * daemon/opd_stats.c: count short reads of
5326 * daemon/opd_stats.h: add statistics for nil image whilst receiving
5758 * dae/opd_stats.h:
5759 * dae/opd_stats.c:
5760 * daemon/opd_stats.h:
[all …]
DChangeLog-2008185 * daemon/opd_stats.c: Do not force printing of sample_invalid_eip
DChangeLog544 * daemon/opd_stats.c:
DChangeLog-200712 * daemon/opd_stats.c: dump invalid pc count, added to oprofile stats
DChangeLog-2002721 * dae/opd_stats.c:
1240 * dae/opd_stats.c: nicify
1514 * dae/opd_stats.h:
1515 * dae/opd_stats.c: