Lines Matching defs:pmcstat_stats
304 struct pmcstat_stats { struct
305 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 */
314 int ps_callchain_dubious_frames;/* #dubious frame pointers seen */