blob: f68c178afc2b6d8f5c6ffea7bc2199fb16cac058 [file] [log] [blame]
Philippe Mathieu-Daudé87e03312017-07-28 19:46:05 -03001# See docs/devel/tracing.txt for syntax documentation.
Daniel P. Berrangefec28132016-06-16 09:40:13 +01002
3# hw/pci/pci.c
Vladimir Sementsov-Ogievskiydb73ee42017-07-31 19:01:33 +03004pci_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,0x%"PRIx64"+0x%"PRIx64
5pci_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,0x%"PRIx64"+0x%"PRIx64
Daniel P. Berrangefec28132016-06-16 09:40:13 +01006
7# hw/pci/pci_host.c
8pci_cfg_read(const char *dev, unsigned devid, unsigned fnid, unsigned offs, unsigned val) "%s %02u:%u @0x%x -> 0x%x"
9pci_cfg_write(const char *dev, unsigned devid, unsigned fnid, unsigned offs, unsigned val) "%s %02u:%u @0x%x <- 0x%x"
Peter Xu993b1f42017-05-09 14:00:43 +080010
11# hw/pci/msix.c
12msix_write_config(char *name, bool enabled, bool masked) "dev %s enabled %d masked %d"