xref: /openbmc/qemu/hw/acpi/trace-events (revision 65b5bd3be51810b69763819a3791d89e4b69eb61)
1*65b5bd3bSDaniel P. Berrange# See docs/trace-events.txt for syntax documentation.
2*65b5bd3bSDaniel P. Berrange
3*65b5bd3bSDaniel P. Berrange# hw/acpi/memory_hotplug.c
4*65b5bd3bSDaniel P. Berrangemhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32
5*65b5bd3bSDaniel P. Berrangemhp_acpi_ejecting_invalid_slot(uint32_t slot) "0x%"PRIx32
6*65b5bd3bSDaniel P. Berrangemhp_acpi_read_addr_lo(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr lo: 0x%"PRIx32
7*65b5bd3bSDaniel P. Berrangemhp_acpi_read_addr_hi(uint32_t slot, uint32_t addr) "slot[0x%"PRIx32"] addr hi: 0x%"PRIx32
8*65b5bd3bSDaniel P. Berrangemhp_acpi_read_size_lo(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size lo: 0x%"PRIx32
9*65b5bd3bSDaniel P. Berrangemhp_acpi_read_size_hi(uint32_t slot, uint32_t size) "slot[0x%"PRIx32"] size hi: 0x%"PRIx32
10*65b5bd3bSDaniel P. Berrangemhp_acpi_read_pxm(uint32_t slot, uint32_t pxm) "slot[0x%"PRIx32"] proximity: 0x%"PRIx32
11*65b5bd3bSDaniel P. Berrangemhp_acpi_read_flags(uint32_t slot, uint32_t flags) "slot[0x%"PRIx32"] flags: 0x%"PRIx32
12*65b5bd3bSDaniel P. Berrangemhp_acpi_write_slot(uint32_t slot) "set active slot: 0x%"PRIx32
13*65b5bd3bSDaniel P. Berrangemhp_acpi_write_ost_ev(uint32_t slot, uint32_t ev) "slot[0x%"PRIx32"] OST EVENT: 0x%"PRIx32
14*65b5bd3bSDaniel P. Berrangemhp_acpi_write_ost_status(uint32_t slot, uint32_t st) "slot[0x%"PRIx32"] OST STATUS: 0x%"PRIx32
15*65b5bd3bSDaniel P. Berrangemhp_acpi_clear_insert_evt(uint32_t slot) "slot[0x%"PRIx32"] clear insert event"
16*65b5bd3bSDaniel P. Berrangemhp_acpi_clear_remove_evt(uint32_t slot) "slot[0x%"PRIx32"] clear remove event"
17*65b5bd3bSDaniel P. Berrangemhp_acpi_pc_dimm_deleted(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm deleted"
18*65b5bd3bSDaniel P. Berrangemhp_acpi_pc_dimm_delete_failed(uint32_t slot) "slot[0x%"PRIx32"] pc-dimm delete failed"
19