Lines Matching refs:umsg
1277 VG_(umsg)("error: can't open cache simulation output file '%s'\n",
1279 VG_(umsg)(" ... so simulation results will be missing.\n");
1492 VG_(umsg)(fmt, "I refs: ", Ir_total.a);
1497 VG_(umsg)(fmt, "I1 misses: ", Ir_total.m1);
1498 VG_(umsg)(fmt, "LLi misses: ", Ir_total.mL);
1502 VG_(umsg)("I1 miss rate: %s\n", buf1);
1505 VG_(umsg)("LLi miss rate: %s\n", buf1);
1506 VG_(umsg)("\n");
1518 VG_(umsg)(fmt, "D refs: ",
1520 VG_(umsg)(fmt, "D1 misses: ",
1522 VG_(umsg)(fmt, "LLd misses: ",
1531 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1536 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1537 VG_(umsg)("\n");
1544 VG_(umsg)(fmt, "LL refs: ",
1550 VG_(umsg)(fmt, "LL misses: ",
1556 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1570 VG_(umsg)("\n");
1571 VG_(umsg)(fmt, "Branches: ",
1574 VG_(umsg)(fmt, "Mispredicts: ",
1581 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
1745 VG_(umsg)("Cachegrind: cannot continue: the minimum line size (%d)\n",
1747 VG_(umsg)(" must be equal to or larger than the maximum register size (%d)\n",
1749 VG_(umsg)(" but it is not. Exiting now.\n");