Home | History | Annotate | Download | only in pp

Lines Matching refs:p_it

117 	profile_t::iterator_pair p_it = cg_db.samples_range();
118 for (; p_it.first != p_it.second; ++p_it.first) {
119 bfd_vma from = p_it.first.vma() >> 32;
120 bfd_vma to = p_it.first.vma() & 0xffffffff;
125 u32 count = p_it.first.count();
126 if (count != p_it.first.count()) {
129 << p_it.first.count() - count << endl;
131 op_write_u32(fp, p_it.first.count());