Home | History | Annotate | Download | only in callgrind

Lines Matching refs:VG_

44     VG_(printf)("%s", sp+40-s);
54 VG_(printf)("BB %#lx (Obj '%s')", bb_addr(bb), bb->obj->name);
63 VG_(printf)("(none)");
65 VG_(printf)("%s", cxt->fn[0]->name);
67 VG_(printf)("'%d", rec_index +1);
69 VG_(printf)("'%s", cxt->fn[i]->name);
86 VG_(printf)("Cxt %d" ,cxt->base_number + rec_index);
88 VG_(printf)(" [active=%d]", *pactive);
89 VG_(printf)(": ");
91 VG_(printf)("\n");
94 VG_(printf)("(no context)\n");
105 VG_(printf)("ExecState 0x0\n");
109 VG_(printf)("ExecState [Sig %d, collect %s, nonskipped %p]: jmps_passed %d\n",
125 VG_(printf)("BBCC 0x0\n");
132 VG_(printf)("%s +%#lx=%#lx, ",
150 VG_(printf)("(EventSet not set)\n");
154 VG_(printf)("EventSet %d (%d groups, size %d):",
158 VG_(printf)("-\n");
166 VG_(printf)(" (%d: %s", i, eg->name[0]);
168 VG_(printf)(" %s", eg->name[j]);
169 VG_(printf)(")");
171 VG_(printf)("\n");
187 VG_(printf)("Cost (Nothing, EventSet not set)\n");
191 VG_(printf)("Cost (Null, EventSet %d)\n", es->mask);
196 VG_(printf)("Cost (Nothing, EventSet with len 0)\n");
201 pos += VG_(printf)("Cost [%p]: ", c);
211 VG_(printf)(",\n");
216 pos += VG_(printf)(", ");
219 pos += VG_(printf)("%s %llu", eg->name[j], c[off++]);
222 VG_(printf)("\n");
229 VG_(printf)("%#lx => %#lx [calls %llu/Ir %llu, Dr %llu, Dw %llu]",
237 VG_(printf)("[Skipped JCC]");
248 VG_(printf)("JCC to skipped function\n");
251 VG_(printf)("JCC %p from ", jcc);
254 VG_(printf)("to ");
257 VG_(printf)("Calls %llu\n", jcc->call_counter);
273 VG_(printf)("[%-2d] SP %#lx, RA %#lx", sp, ce->sp, ce->ret_addr);
275 VG_(printf)(" NonSkipped BB %#lx / %s",
278 VG_(printf)("\n");
289 VG_(printf)("Call Stack:\n");
300 VG_(printf)("%08x", 0);
304 VG_(printf)("%08lx/%c %d:", bb_addr(bbcc->bb),
315 VG_(printf)(" %s", obj->name+obj->last_slash_pos);
317 if (VG_(strcmp)(bbcc->cxt->fn[0]->file->name, "???") !=0) {
318 VG_(printf)(" %s", bbcc->cxt->fn[0]->file->name);
320 VG_(printf)(":%d", bbcc->bb->line);
336 VG_(printf)("BBCC 0x0\n");
348 VG_(printf)("ECounter: sum %llu ", ecounter);
350 VG_(printf)("[%d]=%llu ",
353 VG_(printf)("\n");
359 VG_(printf)("[%2d] IOff %2d ecnt %3llu ",
382 VG_(printf)("%08lx", addr);
388 if (VG_(strcmp)(fn_buf,"???")==0)
389 VG_(printf)("%#lx", addr);
391 VG_(printf)("%#lx %s", addr, fn_buf);
394 obj_name = VG_(DebugInfo_get_filename)(di);
401 VG_(printf)(" %s", obj_name+opos);
407 VG_(printf)(" (%s/%s:%u)", dir_buf, fl_buf, ln);
409 VG_(printf)(" (%s:%u)", fl_buf, ln);
416 VG_(printf)("\n");
425 VG_(printf)("BB# %llu\n",CLG_(stat).bb_executions);
438 VG_(printf)("\n");
444 return VG_(malloc)(cc,s);