diff options
author | Daniel P. Berrange | 2016-06-16 10:40:16 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2016-06-20 18:22:16 +0200 |
commit | 65b5bd3be51810b69763819a3791d89e4b69eb61 (patch) | |
tree | a383f2032b540c4f46de905e8f086b7f574f1739 /hw/acpi | |
parent | trace: split out trace events for hw/vfio/ directory (diff) | |
download | qemu-65b5bd3be51810b69763819a3791d89e4b69eb61.tar.gz qemu-65b5bd3be51810b69763819a3791d89e4b69eb61.tar.xz qemu-65b5bd3be51810b69763819a3791d89e4b69eb61.zip |
trace: split out trace events for hw/acpi/ directory
Move all trace-events for files in the hw/acpi/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-31-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/acpi')
-rw-r--r-- | hw/acpi/trace-events | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hw/acpi/trace-events b/hw/acpi/trace-events new file mode 100644 index 0000000000..e95b2183ac --- /dev/null +++ b/hw/acpi/trace-events @@ -0,0 +1,18 @@ +# See docs/trace-events.txt for syntax documentation. + +# hw/acpi/memory_hotplug.c +mhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32 +mhp_acpi_ejecting_invalid_slot(uint32_t slot) "0x%"PRIx32 +mhp_acpi_read_addr_lo(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr lo: 0x%"PRIx32 +mhp_acpi_read_addr_hi(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr hi: 0x%"PRIx32 +mhp_acpi_read_size_lo(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size lo: 0x%"PRIx32 +mhp_acpi_read_size_hi(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size hi: 0x%"PRIx32 +mhp_acpi_read_pxm(uint32_t slot, uint32_t pxm) "slot[0x%"PRIx32"] proximity: 0x%"PRIx32 +mhp_acpi_read_flags(uint32_t slot, uint32_t flags) "slot[0x%"PRIx32"] flags: 0x%"PRIx32 +mhp_acpi_write_slot(uint32_t slot) "set active slot: 0x%"PRIx32 +mhp_acpi_write_ost_ev(uint32_t slot, uint32_t ev) "slot[0x%"PRIx32"] OST EVENT: 0x%"PRIx32 +mhp_acpi_write_ost_status(uint32_t slot, uint32_t st) "slot[0x%"PRIx32"] OST STATUS: 0x%"PRIx32 +mhp_acpi_clear_insert_evt(uint32_t slot) "slot[0x%"PRIx32"] clear insert event" +mhp_acpi_clear_remove_evt(uint32_t slot) "slot[0x%"PRIx32"] clear remove event" +mhp_acpi_pc_dimm_deleted(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm deleted" +mhp_acpi_pc_dimm_delete_failed(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm delete failed" |