Home
last modified time | relevance | path

Searched refs:simulate_cache (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/callgrind/
Dclo.c531 else if VG_BOOL_CLO(arg, "--cache-sim", CLG_(clo).simulate_cache) {} in CLG_()
533 else if VG_BOOL_CLO(arg, "--simulate-cache", CLG_(clo).simulate_cache) {} in CLG_()
541 CLG_(clo).simulate_cache = True; in CLG_()
661 CLG_(clo).simulate_cache = False; in CLG_()
Dmain.c604 if (!CLG_(clo).simulate_cache) return; in addEvent_Ir()
622 if (!CLG_(clo).simulate_cache) return; in addEvent_Dr()
643 if (!CLG_(clo).simulate_cache) return; in addEvent_Dw()
681 if (!CLG_(clo).simulate_cache) return; in addEvent_D_guarded()
1107 if (CLG_(clo).simulate_cache && dataSize > CLG_(min_line_size)) in CLG_()
1915 if (CLG_(clo).simulate_cache) { in finish()
1932 if (CLG_(clo).simulate_cache) in finish()
Dbbcc.c608 if (!CLG_(clo).simulate_cache) { in CLG_()
617 if (!CLG_(clo).simulate_cache) { in CLG_()
Dsim.c1296 if (!CLG_(clo).simulate_cache) { in cachesim_post_clo_init()
1606 if (!CLG_(clo).simulate_cache) in CLG_()
1682 if (!CLG_(clo).simulate_cache) in cachesim_add_icost()
Dglobal.h111 Bool simulate_cache; /* Call into cache simulator ? */ member