Home | History | Annotate | Download | only in libpp

Lines Matching refs:counts

346 get_counts_string(count_array_t const & counts, size_t begin, size_t end)
351 // if no cpu separation then return a simple count, omit zero counts
353 size_t count = counts[begin];
361 size_t count = counts[p];
425 void add_to_summary(count_array_t const & counts);
540 void module_info::add_to_summary(count_array_t const & counts)
543 summary[pclass] += counts[pclass];
640 add_to_summary((*it)->sample.counts);
666 // propagate this symbols counts to the module
667 my_modules[nr_modules-1].add_to_summary((*it)->sample.counts);
874 m.add_to_summary((*it)->sample.counts);
912 if (has_sample_counts((*it)->sample.counts, lo, hi)) {
918 my_modules[nr_modules-1].add_to_summary((*it)->sample.counts);