mirror of
https://github.com/qemu/qemu.git
synced 2025-10-28 15:40:16 +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:
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| c.py | ||
| d.py | ||
| h.py | ||
| log_stap.py | ||
| simpletrace_stap.py | ||
| stap.py | ||
| tcg_h.py | ||
| tcg_helper_c.py | ||
| tcg_helper_h.py | ||
| tcg_helper_wrapper_h.py | ||
| ust_events_c.py | ||
| ust_events_h.py | ||