mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
printk.time=y
This commit is contained in:
@@ -568,6 +568,7 @@ says:
|
|||||||
- <https://github.com/cirosantilli/chat/issues/31>
|
- <https://github.com/cirosantilli/chat/issues/31>
|
||||||
- <https://rwmj.wordpress.com/2016/03/17/tracing-qemu-guest-execution/>
|
- <https://rwmj.wordpress.com/2016/03/17/tracing-qemu-guest-execution/>
|
||||||
- `qemu/docs/tracing.txt` and `qemu/docs/replay.txt`
|
- `qemu/docs/tracing.txt` and `qemu/docs/replay.txt`
|
||||||
|
- <https://stackoverflow.com/questions/39149446/how-to-use-qemus-simple-trace-backend/46497873#46497873>
|
||||||
|
|
||||||
Naive attempt: add to `S99`:
|
Naive attempt: add to `S99`:
|
||||||
|
|
||||||
|
|||||||
5
runqemu
5
runqemu
@@ -8,8 +8,9 @@ debug=false
|
|||||||
debug_qemu=''
|
debug_qemu=''
|
||||||
kgdb=false
|
kgdb=false
|
||||||
nographic=false
|
nographic=false
|
||||||
# norandmaps: reduce randomization to make our lives easier.
|
# norandmaps: Don't use address space randomization. Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space.
|
||||||
extra_append='norandmaps'
|
# printk.time=y: log in format: "[time ] msg" for all printk messages.
|
||||||
|
extra_append='norandmaps printk.time=y'
|
||||||
extra_flags=''
|
extra_flags=''
|
||||||
while getopts a:de:knqt: OPT; do
|
while getopts a:de:knqt: OPT; do
|
||||||
case "$OPT" in
|
case "$OPT" in
|
||||||
|
|||||||
Reference in New Issue
Block a user