Home | History | Annotate | Download | only in callgrind

Lines Matching refs:EG_DW

1240 	    cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1244 cost_Dw = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DW];
1250 CLG_(current_state).cost + fullOffset(EG_DW) );
1270 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW);
1272 cost_Dw = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DW];
1275 CLG_(current_state).cost + fullOffset(EG_DW) );
1527 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) );
1532 l3, total[fullOffset(EG_DW)]);
1537 l3, total[fullOffset(EG_DW)+1]);
1542 l3, total[fullOffset(EG_DW)+2]);
1546 if (0 == total[fullOffset(EG_DW)]) total[fullOffset(EG_DW)] = 1;
1551 l3, total[fullOffset(EG_DW)+1] * 100.0 / total[fullOffset(EG_DW)]);
1556 l3, total[fullOffset(EG_DW)+2] * 100.0 / total[fullOffset(EG_DW)]);
1565 total[fullOffset(EG_DW) +1] +
1570 LL_total_w = total[fullOffset(EG_DW) +1];
1576 total[fullOffset(EG_DW) +2] +
1581 LL_total_mw = total[fullOffset(EG_DW) +2];
1588 l3, LL_total_mw * 100.0 / total[fullOffset(EG_DW)]);
1611 CLG_(register_event_group3)(EG_DW, "Dw", "D1mw", "DLmw");
1616 CLG_(register_event_group4)(EG_DW, "Dw", "D1mw", "DLmw", "DLdmw");
1637 CLG_(sets).full = CLG_(add_event_group2)(CLG_(sets).base, EG_DR, EG_DW);