Home | History | Annotate | Download | only in callgrind

Lines Matching refs:fullOffset

121     CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
124 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
153 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
157 fullOffset_Bc = fullOffset(EG_BC);
183 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
187 fullOffset_Bi = fullOffset(EG_BI);
1744 o = fullOffset(EG_SYS);
1779 Bc_total_b = total[ fullOffset(EG_BC) ];
1780 Bc_total_mp = total[ fullOffset(EG_BC)+1 ];
1781 Bi_total_b = total[ fullOffset(EG_BI) ];
1782 Bi_total_mp = total[ fullOffset(EG_BI)+1 ];
1913 l1 = ULong_width( total[fullOffset(EG_IR)] );
1916 l2 = ULong_width( total[fullOffset(EG_DR)] );
1917 l3 = ULong_width( total[fullOffset(EG_DW)] );
1920 int l2b = ULong_width( total[fullOffset(EG_BC)] );
1921 int l3b = ULong_width( total[fullOffset(EG_BI)] );
1930 VG_(umsg)(fmt, "I refs: ", total[fullOffset(EG_IR)] );