Home | History | Annotate | Download | only in callgrind

Lines Matching defs:eg

142     EventGroup* eg;
164 eg = CLG_(get_event_group)(i);
165 if (!eg) continue;
166 VG_(printf)(" (%d: %s", i, eg->name[0]);
167 for(j=1; j<eg->size; j++)
168 VG_(printf)(" %s", eg->name[j]);
179 EventGroup* eg;
205 eg = CLG_(get_event_group)(i);
206 if (!eg) continue;
207 for(j=0; j<eg->size; j++) {
219 pos += VG_(printf)("%s %llu", eg->name[j], c[off++]);