From fec28134e57f7ac40f0cc4e8fe3e9d5d3644f3e4 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 16 Jun 2016 09:40:13 +0100 Subject: trace: split out trace events for hw/pci/ directory Move all trace-events for files in the hw/pci/ directory to their own file. Signed-off-by: Daniel P. Berrange Message-id: 1466066426-16657-28-git-send-email-berrange@redhat.com Signed-off-by: Stefan Hajnoczi --- hw/pci/trace-events | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hw/pci/trace-events (limited to 'hw/pci') diff --git a/hw/pci/trace-events b/hw/pci/trace-events new file mode 100644 index 0000000..285338a --- /dev/null +++ b/hw/pci/trace-events @@ -0,0 +1,9 @@ +# See docs/trace-events.txt for syntax documentation. + +# hw/pci/pci.c +pci_update_mappings_del(void *d, uint32_t bus, uint32_t slot, uint32_t func, int bar, uint64_t addr, uint64_t size) "d=%p %02x:%02x.%x %d,%#"PRIx64"+%#"PRIx64 +pci_update_mappings_add(void *d, uint32_t bus, uint32_t slot, uint32_t func, int bar, uint64_t addr, uint64_t size) "d=%p %02x:%02x.%x %d,%#"PRIx64"+%#"PRIx64 + +# hw/pci/pci_host.c +pci_cfg_read(const char *dev, unsigned devid, unsigned fnid, unsigned offs, unsigned val) "%s %02u:%u @0x%x -> 0x%x" +pci_cfg_write(const char *dev, unsigned devid, unsigned fnid, unsigned offs, unsigned val) "%s %02u:%u @0x%x <- 0x%x" -- cgit v1.1