/external/valgrind/main/callgrind/ |
main.c | 114 CLG_(bb_base) + ii->instr_offset, ii->instr_size); 143 CLG_(bb_base) + ii->instr_offset, taken); 145 miss = 1 & do_cond_branch_predict(CLG_(bb_base) + ii->instr_offset, taken); 173 CLG_(bb_base) + ii->instr_offset, actual_dst); 175 miss = 1 & do_ind_branch_predict(CLG_(bb_base) + ii->instr_offset, actual_dst); 322 UInt instr_offset; member in struct:__anon16631 334 ev->inode, ev->inode->instr_offset); 338 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB); 344 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB); 350 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB) [all...] |
sim.c | 847 idx, CLG_(bb_base) + current_ii->instr_offset, memline); 864 loaded->iaddr = CLG_(bb_base) + current_ii->instr_offset; [all...] |
global.h | 282 UInt instr_offset; member in struct:_InstrInfo 742 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0;
|
callstack.c | 241 from->bb->instr[instr].instr_offset +
|
debug.c | 360 i, ii->instr_offset, ecounter);
|
dump.c | 807 if (!get_debug_pos(bbcc, bb_addr(bb) + instr_info->instr_offset, 847 get_debug_pos(bbcc, bb_addr(bb)+instr_info->instr_offset, &(currCost->p)); [all...] |