mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
trace: improve a bit, fix bugs
This commit is contained in:
@@ -31,7 +31,7 @@ if common.emulator == 'gem5':
|
||||
run.main(args, extra_args)
|
||||
else:
|
||||
extra_args.update({
|
||||
'kernel_cli_extra': 'init=/poweroff.out',
|
||||
'kernel_cli': 'init=/poweroff.out',
|
||||
'trace': 'exec_tb',
|
||||
})
|
||||
run.main(args, extra_args)
|
||||
|
||||
Reference in New Issue
Block a user