Lines Matching refs:EG_DR

1177 	    cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR);  in log_1I1Dr()
1181 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR]; in log_1I1Dr()
1187 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_1I1Dr()
1210 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_0I1Dr()
1212 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR]; in log_0I1Dr()
1215 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_0I1Dr()
1526 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()
1531 l2, total[fullOffset(EG_DR)], in cachesim_printstat()
1536 l2, total[fullOffset(EG_DR)+1], in cachesim_printstat()
1541 l2, total[fullOffset(EG_DR)+2], in cachesim_printstat()
1545 if (0 == total[fullOffset(EG_DR)]) total[fullOffset(EG_DR)] = 1; in cachesim_printstat()
1550 l2, total[fullOffset(EG_DR)+1] * 100.0 / total[fullOffset(EG_DR)], in cachesim_printstat()
1555 l2, total[fullOffset(EG_DR)+2] * 100.0 / total[fullOffset(EG_DR)], in cachesim_printstat()
1564 total[fullOffset(EG_DR) +1] + in cachesim_printstat()
1568 total[fullOffset(EG_DR) +1] + in cachesim_printstat()
1575 total[fullOffset(EG_DR) +2] + in cachesim_printstat()
1579 total[fullOffset(EG_DR) +2] + in cachesim_printstat()
1587 l2, LL_total_mr * 100.0 / (total[fullOffset(EG_IR)] + total[fullOffset(EG_DR)]), in cachesim_printstat()
1610 CLG_(register_event_group3)(EG_DR, "Dr", "D1mr", "DLmr"); in CLG_()
1615 CLG_(register_event_group4)(EG_DR, "Dr", "D1mr", "DLmr", "DLdmr"); in CLG_()
1637 CLG_(sets).full = CLG_(add_event_group2)(CLG_(sets).base, EG_DR, EG_DW); in CLG_()