Lines Matching refs:Vg_UserMsg
1556 VG_(message)(Vg_UserMsg, "I1 misses: %s\n", buf1); in cachesim_printstat()
1559 VG_(message)(Vg_UserMsg, "LLi misses: %s\n", buf1); in cachesim_printstat()
1568 VG_(message)(Vg_UserMsg, "I1 miss rate: %s\n", buf1); in cachesim_printstat()
1572 VG_(message)(Vg_UserMsg, "LLi miss rate: %s\n", buf1); in cachesim_printstat()
1573 VG_(message)(Vg_UserMsg, "\n"); in cachesim_printstat()
1588 VG_(message)(Vg_UserMsg, "D refs: %s (%s rd + %s wr)\n", in cachesim_printstat()
1594 VG_(message)(Vg_UserMsg, "D1 misses: %s (%s rd + %s wr)\n", in cachesim_printstat()
1600 VG_(message)(Vg_UserMsg, "LLd misses: %s (%s rd + %s wr)\n", in cachesim_printstat()
1614 VG_(message)(Vg_UserMsg, "D1 miss rate: %s (%s + %s )\n", in cachesim_printstat()
1622 VG_(message)(Vg_UserMsg, "LLd miss rate: %s (%s + %s )\n", in cachesim_printstat()
1624 VG_(message)(Vg_UserMsg, "\n"); in cachesim_printstat()
1641 VG_(message)(Vg_UserMsg, "LL refs: %s (%s rd + %s wr)\n", in cachesim_printstat()
1655 VG_(message)(Vg_UserMsg, "LL misses: %s (%s rd + %s wr)\n", in cachesim_printstat()
1665 VG_(message)(Vg_UserMsg, "LL miss rate: %s (%s + %s )\n", in cachesim_printstat()