Lines Matching refs:D_total
1490 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat() local
1523 D_total = CLG_(get_eventset_cost)( CLG_(sets).full ); in cachesim_printstat()
1524 CLG_(init_cost)( CLG_(sets).full, D_total); in cachesim_printstat()
1526 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()
1527 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) ); in cachesim_printstat()
1530 l1, D_total[0], in cachesim_printstat()
1535 l1, D_total[1], in cachesim_printstat()
1540 l1, D_total[2], in cachesim_printstat()
1544 if (0 == D_total[0]) D_total[0] = 1; in cachesim_printstat()
1549 l1, D_total[1] * 100.0 / D_total[0], in cachesim_printstat()
1554 l1, D_total[2] * 100.0 / D_total[0], in cachesim_printstat()
1586 l1, LL_total_m * 100.0 / (total[fullOffset(EG_IR)] + D_total[0]), in cachesim_printstat()