mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
split build and run scripts due to option conflicts
Remove -v from travis as it blew log length
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
Best attempt so far:
|
||||
|
||||
time ./runqemu -n -e 'init=/poweroff.out' -- -trace exec_tb,file=trace && \
|
||||
time ./run -n -e 'init=/poweroff.out' -- -trace exec_tb,file=trace && \
|
||||
time ./qemu/scripts/simpletrace.py qemu/trace-events trace >trace.txt && \
|
||||
wc -l trace.txt && \
|
||||
sed '/0x1000000/q' trace.txt >trace-boot.txt && \
|
||||
|
||||
Reference in New Issue
Block a user