Home | History | Annotate | Download | only in callgrind

Lines Matching refs:desc_line

79    char         desc_line[128];
194 VG_(sprintf)(c->desc_line, "%d B, %d B, direct-mapped%s",
198 VG_(sprintf)(c->desc_line, "%d B, %d B, %d-way associative%s",
654 CLG_DEBUG(6, "Config %s:\n", c->desc_line);
1402 p = VG_(sprintf)(buf, "\ndesc: I1 cache: %s\n", I1.desc_line);
1403 p += VG_(sprintf)(buf+p, "desc: D1 cache: %s\n", D1.desc_line);
1404 desc_line);