Home | History | Annotate | Download | only in callgrind

Lines Matching refs:total

827   unsigned int c; // store the total here
1523 FullCost total = CLG_(total_cost), D_total = 0;
1539 commify(total[fullOffset(EG_IR) +1], l1, buf1);
1542 commify(total[fullOffset(EG_IR) +2], l1, buf1);
1547 if (0 == total[fullOffset(EG_IR)])
1548 total[fullOffset(EG_IR)] = 1;
1550 percentify(total[fullOffset(EG_IR)+1] * 100 * p /
1551 total[fullOffset(EG_IR)], p, l1+1, buf1);
1554 percentify(total[fullOffset(EG_IR)+2] * 100 * p /
1555 total[fullOffset(EG_IR)], p, l1+1, buf1);
1566 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) );
1567 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) );
1570 commify(total[fullOffset(EG_DR)], l2, buf2);
1571 commify(total[fullOffset(EG_DW)], l3, buf3);
1576 commify(total[fullOffset(EG_DR)+1], l2, buf2);
1577 commify(total[fullOffset(EG_DW)+1], l3, buf3);
1582 commify(total[fullOffset(EG_DR)+2], l2, buf2);
1583 commify(total[fullOffset(EG_DW)+2], l3, buf3);
1590 if (0 == total[fullOffset(EG_DR)]) total[fullOffset(EG_DR)] = 1;
1591 if (0 == total[fullOffset(EG_DW)]) total[fullOffset(EG_DW)] = 1;
1594 percentify(total[fullOffset(EG_DR)+1] * 100 * p /
1595 total[fullOffset(EG_DR)], p, l2+1, buf2);
1596 percentify(total[fullOffset(EG_DW)+1] * 100 * p /
1597 total[fullOffset(EG_DW)], p, l3+1, buf3);
1602 percentify(total[fullOffset(EG_DR)+2] * 100 * p /
1603 total[fullOffset(EG_DR)], p, l2+1, buf2);
1604 percentify(total[fullOffset(EG_DW)+2] * 100 * p /
1605 total[fullOffset(EG_DW)], p, l3+1, buf3);
1615 total[fullOffset(EG_DR) +1] +
1616 total[fullOffset(EG_DW) +1] +
1617 total[fullOffset(EG_IR) +1];
1619 total[fullOffset(EG_DR) +1] +
1620 total[fullOffset(EG_IR) +1];
1621 LL_total_w = total[fullOffset(EG_DW) +1];
1629 total[fullOffset(EG_DR) +2] +
1630 total[fullOffset(EG_DW) +2] +
1631 total[fullOffset(EG_IR) +2];
1633 total[fullOffset(EG_DR) +2] +
1634 total[fullOffset(EG_IR) +2];
1635 LL_total_mw = total[fullOffset(EG_DW) +2];
1643 (total[fullOffset(EG_IR)] + D_total[0]), p, l1+1, buf1);
1645 (total[fullOffset(EG_IR)] + total[fullOffset(EG_DR)]),
1648 total[fullOffset(EG_DW)], p, l3+1, buf3);