Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:buf3

1460    static Char buf1[128], buf2[128], buf3[128], buf4[123], fmt[128];
1524 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3);
1525 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1529 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3);
1530 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1549 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3);
1550 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1573 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3);
1575 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
1592 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3);
1599 buf3, fn_debugs);