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

  /external/valgrind/main/callgrind/
clo.c 530 else if VG_BOOL_CLO(arg, "--cache-sim", CLG_(clo).simulate_cache) {}
532 else if VG_BOOL_CLO(arg, "--simulate-cache", CLG_(clo).simulate_cache) {}
540 CLG_(clo).simulate_cache = True;
660 CLG_(clo).simulate_cache = False;
main.c 603 if (!CLG_(clo).simulate_cache) return;
621 if (!CLG_(clo).simulate_cache) return;
643 if (!CLG_(clo).simulate_cache) return;
1036 if (CLG_(clo).simulate_cache && dataSize > CLG_(min_line_size))
    [all...]
global.h 91 Bool simulate_cache; /* Call into cache simulator ? */ member in struct:_CommandLineOptions
sim.c     [all...]
bbcc.c 596 if (!CLG_(clo).simulate_cache) {

Completed in 67 milliseconds