HomeSort by relevance Sort by last modified time
    Searched refs:desc_line (Results 1 - 3 of 3) sorted by null

  /external/valgrind/cachegrind/
cg_sim.c 49 HChar desc_line[128]; /* large enough */ member in struct:__anon42146
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/callgrind/
sim.c 79 HChar desc_line[128]; // large enough member in struct:__anon42162
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",
666 CLG_DEBUG(6, "Config %s:\n", c->desc_line);
    [all...]

Completed in 94 milliseconds