|
@@ -317,7 +317,8 @@ probes:
|
|
--binary path/to/qemu-binary \
|
|
--binary path/to/qemu-binary \
|
|
--target-type system \
|
|
--target-type system \
|
|
--target-name x86_64 \
|
|
--target-name x86_64 \
|
|
- <trace-events-all >qemu.stp
|
|
|
|
|
|
+ --group=all \
|
|
|
|
+ trace-events-all >qemu.stp
|
|
|
|
|
|
To facilitate simple usage of systemtap where there merely needs to be printf
|
|
To facilitate simple usage of systemtap where there merely needs to be printf
|
|
logging of certain probes, a helper script "qemu-trace-stap" is provided.
|
|
logging of certain probes, a helper script "qemu-trace-stap" is provided.
|