Lines Matching full:sprintf
193 /*n =*/ VG_(sprintf)(buf, "(%d)\n", obj->number);
195 /*n =*/ VG_(sprintf)(buf, "(%d) %s\n",
200 /*n =*/ VG_(sprintf)(buf, "%s\n", obj->name);
207 VG_(sprintf)(buf+n, "mp=%p %p %p\n",
220 VG_(sprintf)(buf, "(%d)\n", file->number);
222 VG_(sprintf)(buf, "(%d) %s\n",
228 VG_(sprintf)(buf, "%s\n", file->name);
237 p = VG_(sprintf)(buf, "%s=",tag);
241 p += VG_(sprintf)(buf+p, "(%d)\n", fn->number);
243 p += VG_(sprintf)(buf+p, "(%d) %s\n",
249 p += VG_(sprintf)(buf+p, "%s\n", fn->name);
266 p = VG_(sprintf)(buf, "%s=(%d)\n",
278 p = VG_(sprintf)(buf, "%s=(%d) %s\n",
288 p = VG_(sprintf)(buf, "%s=(%d) (%d)", tag,
292 p += VG_(sprintf)(buf+p, "'%d", rec_index +1);
294 p += VG_(sprintf)(buf+p, "'(%d)",
296 p += VG_(sprintf)(buf+p, "\n");
304 p = VG_(sprintf)(buf, "%s=", tag);
308 p += VG_(sprintf)(buf+p, "(%d)\n", cxt->base_number + rec_index);
313 p += VG_(sprintf)(buf+p, "(%d) ", cxt->base_number + rec_index);
318 p += VG_(sprintf)(buf+p, "%s", cxt->fn[0]->name);
320 p += VG_(sprintf)(buf+p, "'%d", rec_index +1);
322 p += VG_(sprintf)(buf+p, "'%s", cxt->fn[i]->name);
324 p += VG_(sprintf)(buf+p, "\n");
348 VG_(sprintf)(outbuf, "rec=%d\n\n", bbcc->rec_index);
363 VG_(sprintf)(outbuf, "frfn=(spontaneous)\n");
377 VG_(sprintf)(outbuf, "ob=");
385 VG_(sprintf)(outbuf, "fl=");
533 VG_(sprintf)(outbuf, "fe=");
535 VG_(sprintf)(outbuf, "fi=");
542 VG_(sprintf)(outbuf, "ln=%d\n", curr->line);
560 VG_(sprintf)(outbuf, "%lu ", curr->addr - curr->bb_addr);
568 p = VG_(sprintf)(outbuf, "+%d ", diff);
570 p = VG_(sprintf)(outbuf, "* ");
572 p = VG_(sprintf)(outbuf, "%d ", diff);
575 p = VG_(sprintf)(outbuf, "%#lx ", curr->addr);
583 p += VG_(sprintf)(outbuf+p, "+%d ", diff);
585 p += VG_(sprintf)(outbuf+p, "* ");
587 p += VG_(sprintf)(outbuf+p, "%d ", diff);
590 p += VG_(sprintf)(outbuf+p, "%#lx ", curr->bb_addr);
599 VG_(sprintf)(outbuf+p, "+%d ", diff);
601 VG_(sprintf)(outbuf+p, "* ");
603 VG_(sprintf)(outbuf+p, "%d ", diff);
606 VG_(sprintf)(outbuf+p, "%u ", curr->line);
621 VG_(sprintf)(outbuf+p, "\n");
693 VG_(sprintf)(outbuf, "jfi=");
708 VG_(sprintf)(outbuf, "jcnd=%llu/%llu ",
713 VG_(sprintf)(outbuf, "jump=%llu ",
732 VG_(sprintf)(outbuf, "cob=");
739 VG_(sprintf)(outbuf, "cfi=");
750 VG_(sprintf)(outbuf, "calls=%llu ",
895 VG_(sprintf)(outbuf, "# Skipped\n");
1259 p = VG_(sprintf)(outbuf, "%s", prefix);
1261 VG_(sprintf)(outbuf + p, "\n");
1297 i = VG_(sprintf)(filename, "%s", out_file);
1300 i += VG_(sprintf)(filename+i, ".%d", out_counter);
1303 VG_(sprintf)(filename+i, "-%02d", tid);
1308 VG_(sprintf)(filename, "%s", out_file);
1333 VG_(sprintf)(buf, "version: 1\n");
1337 VG_(sprintf)(buf, "creator: callgrind-" VERSION "\n");
1341 VG_(sprintf)(buf, "pid: %d\n", VG_(getpid)());
1350 VG_(sprintf)(buf, "\npart: %d\n", out_counter);
1353 VG_(sprintf)(buf, "thread: %d\n", tid);
1363 VG_(sprintf)(buf, "\ndesc: Option: --skip-plt=%s\n",
1366 VG_(sprintf)(buf, "desc: Option: --collect-jumps=%s\n",
1369 VG_(sprintf)(buf, "desc: Option: --separate-recs=%d\n",
1372 VG_(sprintf)(buf, "desc: Option: --separate-callers=%d\n",
1376 VG_(sprintf)(buf, "desc: Option: --dump-bbs=%s\n",
1379 VG_(sprintf)(buf, "desc: Option: --separate-threads=%s\n",
1388 VG_(sprintf)(buf, "\ndesc: Timerange: Basic block %llu - %llu\n",
1392 VG_(sprintf)(buf, "desc: Trigger: %s\n",
1403 VG_(sprintf)(buf, "desc: Option: --fn-skip=%s\n", fnc->name);
1407 VG_(sprintf)(buf, "desc: Option: --fn-dump-at-enter=%s\n",
1412 VG_(sprintf)(buf, "desc: Option: --fn-dump-at-leave=%s\n",
1417 VG_(sprintf)(buf, "desc: Option: --separate-callers%d=%s\n",
1422 VG_(sprintf)(buf, "desc: Option: --separate-recs%d=%s\n",
1432 VG_(sprintf)(buf, "\npositions:%s%s%s\n",
1439 i = VG_(sprintf)(buf, "events: ");
1542 VG_(sprintf)(print_buf, "fe=");
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",
1651 size = VG_(sprintf)(cmdbuf, " %s", VG_(args_the_exename));