cadence_gem: Correct indentation
[qemu/kevin.git] / hw / i386 / trace-events
blob5b99eba7b97362c9f078069a9c21484ceb30fc7f
1 # See docs/tracing.txt for syntax documentation.
3 # hw/i386/xen/xen_platform.c
4 xen_platform_log(char *s) "xen platform: %s"
6 # hw/i386/xen/xen_pvdevice.c
7 xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (address %"PRIx64")"
8 xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address %"PRIx64")"
10 # hw/i386/pc.c
11 mhp_pc_dimm_assigned_slot(int slot) "%d"
12 mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64
14 # hw/i386/x86-iommu.c
15 x86_iommu_iec_notify(bool global, uint32_t index, uint32_t mask) "Notify IEC invalidation: global=%d index=%" PRIu32 " mask=%" PRIu32