/external/valgrind/main/cachegrind/ |
cg_sim.c | 49 Char desc_line[128]; member in struct:__anon16618 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",
|
cg_main.c | [all...] |
/external/valgrind/main/callgrind/ |
sim.c | 79 char desc_line[128]; member in struct:__anon16634 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); [all...] |