Home | History | Annotate | Download | only in callgrind

Lines Matching refs:print_buf

1507 static HChar print_buf[BUF_LEN];
1517 print_fd = new_dumpfile(print_buf, CLG_(current_tid), print_trigger);
1542 VG_(sprintf)(print_buf, "fe=");
1543 print_file(print_buf+3, lastFnPos.cxt->fn[0]->file);
1544 my_fwrite(print_fd, print_buf, VG_(strlen)(print_buf));
1564 pos = VG_(sprintf)(print_buf, "bb=%#lx ", (*p)->bb->offset);
1566 pos += VG_(sprintf)(print_buf+pos, "%d %llu ",
1571 VG_(sprintf)(print_buf+pos, "%d %llu\n",
1574 my_fwrite(print_fd, print_buf, VG_(strlen)(print_buf));