Searched defs:pmcstat_stats (Results 1 – 5 of 5) sorted by relevance
304 struct pmcstat_stats { struct305 int ps_exec_aout; /* # a.out executables seen */306 int ps_exec_elf; /* # elf executables seen */307 int ps_exec_errors; /* # errors processing executables */308 int ps_exec_indeterminable; /* # unknown executables seen */309 int ps_samples_total; /* total number of samples processed */310 int ps_samples_skipped; /* #samples filtered out for any reason */311 int ps_samples_unknown_offset; /* #samples of rank 0 not in a map */312 int ps_samples_indeterminable; /* #samples in indeterminable images */313 int ps_samples_unknown_function;/* #samples with unknown function at offset */[all …]
77 struct pmcstat_stats *pmcstat_stats) in pmcstat_process_elf_exec()148 struct pmcstat_stats *pmcstat_stats) in pmcstat_process_exec()
188 struct pmcstat_stats *pmcstat_stats, in pmcstat_analyze_log()598 struct pmcstat_stats *pmcstat_stats) in pmcstat_shutdown_logging()
72 static struct pmcstat_stats pmcstat_stats; /* statistics */ variable
141 struct pmcstat_stats pmcstat_stats; /* statistics */ variable