Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:buf3

1466    static Char buf1[128], buf2[128], buf3[128], buf4[123], fmt[128];
1530 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3);
1531 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1535 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3);
1536 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1555 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3);
1556 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1579 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3);
1581 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
1598 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3);
1605 buf3, fn_debugs);