Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:buf3

1536    static Char buf1[128], buf2[128], buf3[128], buf4[123], fmt[128];
1600 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3);
1601 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1605 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3);
1606 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1625 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3);
1626 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1649 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3);
1651 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
1668 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3);
1675 buf3, fn_debugs);