Home | History | Annotate | Download | only in cachegrind

Lines Matching full:percentify

1571       VG_(percentify)(Ir_total.m1, Ir_total.a, 2, l1+1, buf1);
1574 VG_(percentify)(Ir_total.mL, Ir_total.a, 2, l1+1, buf1);
1598 VG_(percentify)( D_total.m1, D_total.a, 1, l1+1, buf1);
1599 VG_(percentify)(Dr_total.m1, Dr_total.a, 1, l2+1, buf2);
1600 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3);
1603 VG_(percentify)( D_total.mL, D_total.a, 1, l1+1, buf1);
1604 VG_(percentify)(Dr_total.mL, Dr_total.a, 1, l2+1, buf2);
1605 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3);
1623 VG_(percentify)(LL_total_m, (Ir_total.a + D_total.a), 1, l1+1, buf1);
1624 VG_(percentify)(LL_total_mr, (Ir_total.a + Dr_total.a), 1, l2+1, buf2);
1625 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3);
1647 VG_(percentify)(B_total.mp, B_total.b, 1, l1+1, buf1);
1648 VG_(percentify)(Bc_total.mp, Bc_total.b, 1, l2+1, buf2);
1649 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3);
1666 VG_(percentify)(full_debugs, debug_lookups, 1, 6, buf1);
1667 VG_(percentify)(file_line_debugs, debug_lookups, 1, 6, buf2);
1668 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3);
1669 VG_(percentify)(no_debugs, debug_lookups, 1, 6, buf4);