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 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 603 if (!CLG_(clo).simulate_cache) return;
621 if (!CLG_(clo).simulate_cache) return;
643 if (!CLG_(clo).simulate_cache) return;
680 if (!CLG_(clo).simulate_cache) return;
    [all...]
bbcc.c 601 if (!CLG_(clo).simulate_cache) {
610 if (!CLG_(clo).simulate_cache) {
global.h 91 Bool simulate_cache; /* Call into cache simulator ? */ member in struct:_CommandLineOptions
sim.c     [all...]

Completed in 1032 milliseconds