mirror of
https://github.com/qemu/qemu.git
synced 2025-10-27 22:03:47 +00:00
target/hppa/trace-events only contains disabled events, resulting in a
trace-dtrace.dtrace file that says "provider qemu {}". SystemTap's
dtrace(1) tool prints a warning when processing this input file.
This patch avoids the error by emitting an empty file instead of
"provider qemu {}" when there are no enabled trace events.
Fixes:
|
||
|---|---|---|
| .. | ||
| backend | ||
| format | ||
| __init__.py | ||
| transform.py | ||
| vcpu.py | ||