Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:buf2

1594    static HChar buf1[128], buf2[128], buf3[128], buf4[123];
1658 VG_(percentify)(Dr_total.m1, Dr_total.a, 1, l2+1, buf2);
1660 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1663 VG_(percentify)(Dr_total.mL, Dr_total.a, 1, l2+1, buf2);
1665 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1683 VG_(percentify)(LL_total_mr, (Ir_total.a + Dr_total.a), 1, l2+1, buf2);
1685 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1707 VG_(percentify)(Bc_total.mp, Bc_total.b, 1, l2+1, buf2);
1710 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
1727 VG_(percentify)(file_line_debugs, debug_lookups, 1, 6, buf2);
1733 buf2, file_line_debugs);