Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dclo.c530 else if VG_BOOL_CLO(arg, "--cache-sim", CLG_(clo).simulate_cache) {} in CLG_()
532 else if VG_BOOL_CLO(arg, "--simulate-cache", CLG_(clo).simulate_cache) {} in CLG_()
540 CLG_(clo).simulate_cache = True; in CLG_()
660 CLG_(clo).simulate_cache = False; in CLG_()
Dmain.c599 if (!CLG_(clo).simulate_cache) return; in addEvent_Ir()
617 if (!CLG_(clo).simulate_cache) return; in addEvent_Dr()
638 if (!CLG_(clo).simulate_cache) return; in addEvent_Dw()
1798 if (CLG_(clo).simulate_cache) { in finish()
1815 if (CLG_(clo).simulate_cache) in finish()
Dsim.c1280 if (!CLG_(clo).simulate_cache) { in cachesim_post_clo_init()
1646 if (!CLG_(clo).simulate_cache) in CLG_()
1722 if (!CLG_(clo).simulate_cache) in cachesim_add_icost()
Dglobal.h94 Bool simulate_cache; /* Call into cache simulator ? */ member
Dbbcc.c602 if (!CLG_(clo).simulate_cache) { in CLG_()