Home | History | Annotate | Download | only in callgrind

Lines Matching refs:fullOffset

120     CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
123 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
156 fullOffset_Bc = fullOffset(EG_BC);
182 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
186 fullOffset_Bi = fullOffset(EG_BI);
1674 o = fullOffset(EG_SYS);
1708 Bc_total_b = total[ fullOffset(EG_BC) ];
1709 Bc_total_mp = total[ fullOffset(EG_BC)+1 ];
1710 Bi_total_b = total[ fullOffset(EG_BI) ];
1711 Bi_total_mp = total[ fullOffset(EG_BI)+1 ];
1837 l1 = ULong_width( total[fullOffset(EG_IR)] );
1840 l2 = ULong_width( total[fullOffset(EG_DR)] );
1841 l3 = ULong_width( total[fullOffset(EG_DW)] );
1844 int l2b = ULong_width( total[fullOffset(EG_BC)] );
1845 int l3b = ULong_width( total[fullOffset(EG_BI)] );
1854 VG_(umsg)(fmt, "I refs: ", total[fullOffset(EG_IR)] );