Lines Matching refs:D_total
1501 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat() local
1541 D_total = CLG_(get_eventset_cost)( CLG_(sets).full ); in cachesim_printstat()
1542 CLG_(init_cost)( CLG_(sets).full, D_total); in cachesim_printstat()
1544 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()
1545 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) ); in cachesim_printstat()
1547 commify( D_total[0], l1, buf1); in cachesim_printstat()
1553 commify( D_total[1], l1, buf1); in cachesim_printstat()
1559 commify( D_total[2], l1, buf1); in cachesim_printstat()
1567 if (0 == D_total[0]) D_total[0] = 1; in cachesim_printstat()
1571 percentify( D_total[1] * 100 * p / D_total[0], p, l1+1, buf1); in cachesim_printstat()
1579 percentify( D_total[2] * 100 * p / D_total[0], p, l1+1, buf1); in cachesim_printstat()
1621 (total[fullOffset(EG_IR)] + D_total[0]), p, l1+1, buf1); in cachesim_printstat()