Home | History | Annotate | Download | only in callgrind

Lines Matching refs:instr_offset

115               CLG_(bb_base) + ii->instr_offset, ii->instr_size);
144 CLG_(bb_base) + ii->instr_offset, taken);
146 miss = 1 & do_cond_branch_predict(CLG_(bb_base) + ii->instr_offset, taken);
174 CLG_(bb_base) + ii->instr_offset, actual_dst);
176 miss = 1 & do_ind_branch_predict(CLG_(bb_base) + ii->instr_offset, actual_dst);
323 UInt instr_offset;
335 ev->inode, ev->inode->instr_offset);
339 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
345 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
351 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB);
773 We only can set instr_offset/instr_size here. The required event set and
787 CLG_ASSERT(ii->instr_offset == clgs->instr_offset);
791 ii->instr_offset = clgs->instr_offset;
798 clgs->instr_offset += instr_size;
1014 clgs.instr_offset = 0;
1032 CLG_ASSERT(clgs.instr_offset == cia - origAddr);
1234 origAddr + curr_inode->instr_offset + curr_inode->instr_size)
1319 origAddr + clgs.instr_offset))
1343 CLG_ASSERT(clgs.bb->instr_len == clgs.instr_offset);
1347 clgs.bb->instr_len = clgs.instr_offset;