Searched refs:checkpoint (Results 1 - 25 of 32) sorted by relevance

12

/gem5/tests/configs/
H A Drealview-simple-atomic-checkpoint.py40 import checkpoint
46 run_test = checkpoint.run_test
H A Drealview64-simple-atomic-checkpoint.py42 import checkpoint
49 run_test = functools.partial(checkpoint.run_test, interval=1.0)
H A Dcheckpoint.py62 Instantiate (optionally from a checkpoint if restore is set to the
65 checkpoint and exit.
80 m5.checkpoint(name)
91 checkpoint, then restore from the same checkpoint and run until
99 # Create a checkpoint from a separate child process. This enables
101 # simulation from the checkpoint.
113 # Restore from the checkpoint next iteration
/gem5/configs/boot/
H A Dgzip.rcS5 /sbin/m5 checkpoint 0 0
6 /sbin/m5 checkpoint 100000000 200000000
H A Dammp.rcS5 /sbin/m5 checkpoint 0 0
6 /sbin/m5 checkpoint 100000000 200000000
H A Dequake.rcS5 /sbin/m5 checkpoint 0 0
6 /sbin/m5 checkpoint 100000000 200000000
H A Dgcc.rcS5 /sbin/m5 checkpoint 0 0
6 /sbin/m5 checkpoint 100000000 200000000
H A Dmcf.rcS5 /sbin/m5 checkpoint 0 0
6 /sbin/m5 checkpoint 100000000 200000000
H A Dmesa.rcS5 /sbin/m5 checkpoint 0 0
6 /sbin/m5 checkpoint 100000000 200000000
H A Dhack_back_ckpt.rcS5 # a checkpoint after Linux boot up, but before any benchmarks have
7 # detect whether the checkpoint has been taken.
8 # - If the checkpoint hasn't been taken, the script allows M5 to checkpoint the system,
10 # second execution of this script (checkpoint has been taken), the
13 # - When we restore the simulation from a checkpoint, we can
15 # and it will be executed as if a checkpoint had just been taken.
36 /sbin/m5 checkpoint
45 # Read the script for the checkpoint restored execution
H A Dnfs-client-dbench.rcS52 /sbin/m5 checkpoint 100000000 2000000000
55 /sbin/m5 checkpoint 1000000000 2000000000
H A Dnat-netperf-maerts-client.rcS46 /sbin/m5 checkpoint 200000000 2000000000
H A Dnetperf-rr.rcS43 /sbin/m5 checkpoint 200000000 2000000000
H A Dnetperf-stream-client.rcS43 /sbin/m5 checkpoint 200000000 2000000000
H A Dnetperf-stream-nt-client.rcS43 /sbin/m5 checkpoint 200000000 2000000000
H A Dnat-netperf-stream-client.rcS48 /sbin/m5 checkpoint 200000000 2000000000
H A Dnetperf-maerts-client.rcS54 /sbin/m5 checkpoint $ckpt 2000000000
H A Dnfs-client-nhfsstone.rcS46 /sbin/m5 checkpoint 8000000000 2000000000
/gem5/util/m5/jni/
H A Dgem5Op.java58 public native void checkpoint(long ns_delay, long ns_period); method in class:gem5Op
/gem5/util/dist/test/
H A Dsimple_bootscript.rcS90 # Trigger an immediate checkpoint at the next sync (by passing a non-zero
92 /sbin/m5 checkpoint 1
/gem5/util/dist/
H A Dgem5-dist.sh317 --checkpoint-dir=$CKPT_DIR/m5out.switch \
350 --checkpoint-dir=$CKPT_DIR/m5out.$n \
/gem5/configs/example/arm/
H A Dstarter_fs.py180 if args.checkpoint:
186 if exit_msg == "checkpoint":
187 print("Dropping checkpoint at tick %d" % m5.curTick())
189 m5.checkpoint(os.path.join(cpt_dir))
226 parser.add_argument("--checkpoint", action="store_true")
/gem5/src/python/m5/util/
H A Djobfile.py192 print('checkpoint: %s' % self._checkpoint.name)
320 def options(self, groups=None, checkpoint=False):
325 if checkpoint:
338 if checkpoint:
343 if checkpoint:
438 checkpoint = False
443 checkpoint = True
445 checkpoint = True
459 elif checkpoint:
/gem5/util/cxx_config/
H A Dmain.cc89 " -s <dir> <ticks> -- save checkpoint to dir after"
92 " -r <dir> -- restore checkpoint from dir\n"
206 std::cerr << "Don't try and save and restore a checkpoint in the"
253 std::cerr << "Completed checkpoint\n";
259 std::cerr << "Restoring checkpoint\n";
261 CheckpointIn *checkpoint = new CheckpointIn(checkpoint_dir, local
265 Serializable::unserializeGlobals(*checkpoint);
266 config_manager->loadState(*checkpoint);
271 std::cerr << "Restored from checkpoint\n";
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc92 " -s <dir> <ticks> -- save checkpoint to dir after"
95 " -r <dir> -- restore checkpoint to dir\n"
273 fatal("Don't try to save and restore a checkpoint in the same"
298 std::cerr << "Restoring checkpoint\n";
300 CheckpointIn *checkpoint = new CheckpointIn(checkpoint_dir, local
303 /* Catch SystemC up with gem5 after checkpoint restore.
309 Serializable::unserializeGlobals(*checkpoint);
320 config_manager->loadState(*checkpoint);
359 std::cerr << "Completed checkpoint\n";

Completed in 12 milliseconds

12