Searched refs:action (Results 76 - 83 of 83) sorted by relevance

1234

/gem5/util/
H A Dqdo57 optparser.add_option('-l', dest='save_log', action='store_true',
/gem5/ext/mcpat/regression/
H A Dverify_output.py58 "-v", "--verbose", action = "store_true", default = False,
/gem5/util/style/
H A Dsort_includes.py298 add_option('-n', '--dry-run', action='store_true',
/gem5/ext/ply/ply/
H A Dyacc.py242 self.action = lrtab.lr_action
285 actions = self.action # Local reference to action table (to avoid lookup on self.)
355 # Check the action table
600 actions = self.action # Local reference to action table (to avoid lookup on self.)
656 # Check the action table
872 actions = self.action # Local reference to action table (to avoid lookup on self.)
928 # Check the action tabl
[all...]
/gem5/util/streamline/
H A Dm5stats2streamline.py98 parser.add_argument("--num-events", action="store", type=int,
104 parser.add_argument("--gzipped-bmp-not-supported", action="store_true",
109 parser.add_argument("--verbose", action="store_true",
/gem5/src/sim/
H A Deventq.hh133 /// enabling trace output), so we don't miss any action when
183 * An item on an event queue. The action caused by a given
288 virtual void trace(const char *action); //!< trace event activity
/gem5/configs/ruby/
H A DMOESI_AMD_Base.py208 parser.add_option("--no-resource-stalls", action="store_false",
H A DGPU_RfO.py413 parser.add_option("--no-resource-stalls", action="store_false",

Completed in 23 milliseconds

1234