Lines Matching full:simulate
1449 " --simulate-wb=no|yes Count write-back events [no]\n"
1450 " --simulate-hwpref=no|yes Simulate hardware prefetch [no]\n"
1452 " --simulate-sectors=no|yes Simulate sectored behaviour [no]\n"
1465 if VG_BOOL_CLO(arg, "--simulate-wb", clo_simulate_writeback) {}
1466 else if VG_BOOL_CLO(arg, "--simulate-hwpref", clo_simulate_hwpref) {}
1467 else if VG_BOOL_CLO(arg, "--simulate-sectors", clo_simulate_sectors) {}