Home | History | Annotate | Download | only in callgrind

Lines Matching defs:xa

457     XArray *xa = VG_(newXA)(VG_(malloc), "cl.events.emas", VG_(free),
462 VG_(xaprintf)(xa, "%c", ' ');
466 VG_(xaprintf)(xa, "%s", eg->name[em->entry[i].index]);
468 VG_(xaprintf)(xa, "%c", '\0'); // zero terminate the string
470 HChar *buf = VG_(strdup)("cl.events.emas", VG_(indexXA)(xa, 0));
471 VG_(deleteXA)(xa);
484 XArray *xa = VG_(newXA)(VG_(malloc), "cl.events.mcas", VG_(free),
488 VG_(xaprintf)(xa, "%llu", c[em->entry[0].offset]);
496 VG_(xaprintf)(xa, " 0");
499 VG_(xaprintf)(xa, " %llu", c[em->entry[i].offset]);
501 VG_(xaprintf)(xa, "%c", '\0'); // zero terminate the string
503 HChar *buf = VG_(strdup)("cl.events.mas", VG_(indexXA)(xa, 0));
504 VG_(deleteXA)(xa);