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 599 if (!CLG_(clo).simulate_cache) return;
617 if (!CLG_(clo).simulate_cache) return;
638 if (!CLG_(clo).simulate_cache) return;
    [all...]
global.h 94 Bool simulate_cache; /* Call into cache simulator ? */ member in struct:_CommandLineOptions
sim.c     [all...]
bbcc.c 602 if (!CLG_(clo).simulate_cache) {

Completed in 35 milliseconds