5eb76e480b
Move all trace-events for files in the hw/i386/ directory to their own file. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 1466066426-16657-25-git-send-email-berrange@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
13 lines
470 B
Plaintext
13 lines
470 B
Plaintext
# See docs/trace-events.txt for syntax documentation.
|
|
|
|
# hw/i386/xen/xen_platform.c
|
|
xen_platform_log(char *s) "xen platform: %s"
|
|
|
|
# hw/i386/xen/xen_pvdevice.c
|
|
xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (address %"PRIx64")"
|
|
xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address %"PRIx64")"
|
|
|
|
# hw/i386/pc.c
|
|
mhp_pc_dimm_assigned_slot(int slot) "0x%d"
|
|
mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64
|