Searched refs:D_total (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg_main.c1597 CacheCC D_total; local
1639 D_total.a = Dr_total.a + Dw_total.a;
1640 D_total.m1 = Dr_total.m1 + Dw_total.m1;
1641 D_total.mL = Dr_total.mL + Dw_total.mL;
1648 D_total.a, Dr_total.a, Dw_total.a);
1650 D_total.m1, Dr_total.m1, Dw_total.m1);
1652 D_total.mL, Dr_total.mL, Dw_total.mL);
1654 if (0 == D_total.a) D_total.a = 1;
1657 VG_(percentify)( D_total
[all...]
/external/valgrind/main/callgrind/
H A Dsim.c1539 FullCost total = CLG_(total_cost), D_total = 0; local
1579 D_total = CLG_(get_eventset_cost)( CLG_(sets).full );
1580 CLG_(init_cost)( CLG_(sets).full, D_total);
1581 // we only use the first 3 values of D_total, adding up Dr and Dw costs
1582 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) );
1583 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) );
1585 commify( D_total[0], l1, buf1);
1591 commify( D_total[1], l1, buf1);
1597 commify( D_total[2], l1, buf1);
1605 if (0 == D_total[
[all...]

Completed in 1141 milliseconds