mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 04:54:27 +01:00
bak
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
import common
|
||||
|
||||
def main():
|
||||
return common.run_cmd(
|
||||
return self.sh.run_cmd(
|
||||
[
|
||||
os.path.join(common.qemu_src_dir, 'scripts/simpletrace.py'), common.Newline,
|
||||
os.path.join(common.qemu_build_dir, 'trace-events-all'), common.Newline,
|
||||
|
||||
Reference in New Issue
Block a user