Home | History | Annotate | Download | only in callgrind

Lines Matching refs:fullOffset

1065 	    cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1070 CLG_(current_state).cost + fullOffset(EG_IR) );
1091 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1094 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1127 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1130 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1164 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1165 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1173 CLG_(current_state).cost + fullOffset(EG_IR) );
1175 CLG_(current_state).cost + fullOffset(EG_DR) );
1195 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);
1200 CLG_(current_state).cost + fullOffset(EG_DR) );
1224 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1225 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1233 CLG_(current_state).cost + fullOffset(EG_IR) );
1235 CLG_(current_state).cost + fullOffset(EG_DW) );
1254 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1259 CLG_(current_state).cost + fullOffset(EG_DW) );
1517 commify(total[fullOffset(EG_IR) +1], l1, buf1);
1520 commify(total[fullOffset(EG_IR) +2], l1, buf1);
1525 if (0 == total[fullOffset(EG_IR)])
1526 total[fullOffset(EG_IR)] = 1;
1528 percentify(total[fullOffset(EG_IR)+1] * 100 * p /
1529 total[fullOffset(EG_IR)], p, l1+1, buf1);
1532 percentify(total[fullOffset(EG_IR)+2] * 100 * p /
1533 total[fullOffset(EG_IR)], p, l1+1, buf1);
1544 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) );
1545 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) );
1548 commify(total[fullOffset(EG_DR)], l2, buf2);
1549 commify(total[fullOffset(EG_DW)], l3, buf3);
1554 commify(total[fullOffset(EG_DR)+1], l2, buf2);
1555 commify(total[fullOffset(EG_DW)+1], l3, buf3);
1560 commify(total[fullOffset(EG_DR)+2], l2, buf2);
1561 commify(total[fullOffset(EG_DW)+2], l3, buf3);
1568 if (0 == total[fullOffset(EG_DR)]) total[fullOffset(EG_DR)] = 1;
1569 if (0 == total[fullOffset(EG_DW)]) total[fullOffset(EG_DW)] = 1;
1572 percentify(total[fullOffset(EG_DR)+1] * 100 * p /
1573 total[fullOffset(EG_DR)], p, l2+1, buf2);
1574 percentify(total[fullOffset(EG_DW)+1] * 100 * p /
1575 total[fullOffset(EG_DW)], p, l3+1, buf3);
1580 percentify(total[fullOffset(EG_DR)+2] * 100 * p /
1581 total[fullOffset(EG_DR)], p, l2+1, buf2);
1582 percentify(total[fullOffset(EG_DW)+2] * 100 * p /
1583 total[fullOffset(EG_DW)], p, l3+1, buf3);
1593 total[fullOffset(EG_DR) +1] +
1594 total[fullOffset(EG_DW) +1] +
1595 total[fullOffset(EG_IR) +1];
1597 total[fullOffset(EG_DR) +1] +
1598 total[fullOffset(EG_IR) +1];
1599 LL_total_w = total[fullOffset(EG_DW) +1];
1607 total[fullOffset(EG_DR) +2] +
1608 total[fullOffset(EG_DW) +2] +
1609 total[fullOffset(EG_IR) +2];
1611 total[fullOffset(EG_DR) +2] +
1612 total[fullOffset(EG_IR) +2];
1613 LL_total_mw = total[fullOffset(EG_DW) +2];
1621 (total[fullOffset(EG_IR)] + D_total[0]), p, l1+1, buf1);
1623 (total[fullOffset(EG_IR)] + total[fullOffset(EG_DR)]),
1626 total[fullOffset(EG_DW)], p, l3+1, buf3);
1723 cost[ fullOffset(EG_IR) ] += exe_count;