mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
start moving malloc and friends in
This commit is contained in:
2
run
2
run
@@ -481,7 +481,7 @@ Extra options to append at the end of the emulator command line.
|
||||
else:
|
||||
if self.env['gem5_script'] == 'fs':
|
||||
if self.env['gem5_restore'] is not None:
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#gem5-checkpoint-internals
|
||||
# https://cirosantilli.com/linux-kernel-module-cheat#gem5-checkpoint-internals
|
||||
cpt_dirs = self.gem5_list_checkpoint_dirs()
|
||||
cpt_dir = cpt_dirs[-self.env['gem5_restore']]
|
||||
cpt_dirs_sorted_by_tick = sorted(cpt_dirs, key=lambda x: int(x.split('.')[1]))
|
||||
|
||||
Reference in New Issue
Block a user