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

  /external/valgrind/callgrind/
clo.c 531 else if VG_BOOL_CLO(arg, "--cache-sim", CLG_(clo).simulate_cache) {}
533 else if VG_BOOL_CLO(arg, "--simulate-cache", CLG_(clo).simulate_cache) {}
541 CLG_(clo).simulate_cache = True;
661 CLG_(clo).simulate_cache = False;
main.c 604 if (!CLG_(clo).simulate_cache) return;
622 if (!CLG_(clo).simulate_cache) return;
643 if (!CLG_(clo).simulate_cache) return;
681 if (!CLG_(clo).simulate_cache) return;
    [all...]
bbcc.c 608 if (!CLG_(clo).simulate_cache) {
617 if (!CLG_(clo).simulate_cache) {
sim.c     [all...]
global.h 111 Bool simulate_cache; /* Call into cache simulator ? */ member in struct:_CommandLineOptions

Completed in 80 milliseconds