Home
last modified time | relevance | path

Searched refs:collect_bus (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/callgrind/
Dclo.c529 else if VG_BOOL_CLO(arg, "--collect-bus", CLG_(clo).collect_bus) {} in CLG_()
652 CLG_(clo).collect_bus = False; in CLG_()
Dglobal.h107 Bool collect_bus; /* Collect global bus events */ member
Dsim.c1624 if (CLG_(clo).collect_bus) in CLG_()
Dmain.c760 if (!CLG_(clo).collect_bus) return; in addEvent_G()