mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
common: rename _src_ to _source_ everywhere
This commit is contained in:
@@ -10,12 +10,12 @@ from shell_helpers import LF
|
||||
def main():
|
||||
return self.sh.run_cmd(
|
||||
[
|
||||
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,
|
||||
os.path.join(self.env['qemu_source_dir'], 'scripts/simpletrace.py'), LF,
|
||||
os.path.join(self.env['qemu_build_dir'], 'trace-events-all'), LF,
|
||||
os.path.join(self.env['qemu_trace_file']), LF,
|
||||
],
|
||||
cmd_file=os.path.join(kwargs['run_dir'], 'qemu-trace2txt'),
|
||||
out_file=kwargs['qemu_trace_txt_file'],
|
||||
cmd_file=os.path.join(self.env['run_dir'], 'qemu-trace2txt'),
|
||||
out_file=self.env['qemu_trace_txt_file'],
|
||||
show_stdout=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user