mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
build-linux and build-gem5 seem to work
This commit is contained in:
@@ -9,12 +9,12 @@ import common
|
||||
def main():
|
||||
return self.sh.run_cmd(
|
||||
[
|
||||
os.path.join(common.qemu_src_dir, 'scripts/simpletrace.py'), LF,
|
||||
os.path.join(common.qemu_build_dir, 'trace-events-all'), LF,
|
||||
os.path.join(common.qemu_trace_file), LF,
|
||||
os.path.join(kwargs['qemu_src_dir'], 'scripts/simpletrace.py'), LF,
|
||||
os.path.join(kwargs['qemu_build_dir'], 'trace-events-all'), LF,
|
||||
os.path.join(kwargs['qemu_trace_file']), LF,
|
||||
],
|
||||
cmd_file=os.path.join(common.run_dir, 'qemu-trace2txt'),
|
||||
out_file=common.qemu_trace_txt_file,
|
||||
cmd_file=os.path.join(kwargs['run_dir'], 'qemu-trace2txt'),
|
||||
out_file=kwargs['qemu_trace_txt_file'],
|
||||
show_stdout=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user