e723b87103
Documentation is docs/tracing.txt instead of docs/trace-events.txt. find . -name trace-events -exec \ sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \ {} \; Signed-off-by: Laurent Vivier <lvivier@redhat.com> Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
16 lines
622 B
Plaintext
16 lines
622 B
Plaintext
# See docs/tracing.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
|
|
|
|
# hw/i386/x86-iommu.c
|
|
x86_iommu_iec_notify(bool global, uint32_t index, uint32_t mask) "Notify IEC invalidation: global=%d index=%" PRIu32 " mask=%" PRIu32
|