Searched refs:desc_line (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg_sim.c49 Char desc_line[128]; member in struct:__anon10794
68 VG_(sprintf)(c->desc_line, "%d B, %d B, direct-mapped",
71 VG_(sprintf)(c->desc_line, "%d B, %d B, %d-way associative",
H A Dcg_main.c1362 I1.desc_line, D1.desc_line, LL.desc_line);
/external/valgrind/main/callgrind/
H A Dsim.c79 char desc_line[128]; member in struct:__anon10809
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);
1475 p = VG_(sprintf)(buf, "\ndesc: I1 cache: %s\n", I1.desc_line);
1476 p += VG_(sprintf)(buf+p, "desc: D1 cache: %s\n", D1.desc_line);
1477 VG_(sprintf)(buf+p, "desc: LL cache: %s\n", LL.desc_line);

Completed in 64 milliseconds