2b785e3cbf
Move all trace-events for files in the hw/isa/ directory to their own file. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 1466066426-16657-24-git-send-email-berrange@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
# See docs/trace-events.txt for syntax documentation.
|
|
|
|
# hw/isa/pc87312.c
|
|
pc87312_io_read(uint32_t addr, uint32_t val) "read addr=%x val=%x"
|
|
pc87312_io_write(uint32_t addr, uint32_t val) "write addr=%x val=%x"
|
|
pc87312_info_floppy(uint32_t base) "base 0x%x"
|
|
pc87312_info_ide(uint32_t base) "base 0x%x"
|
|
pc87312_info_parallel(uint32_t base, uint32_t irq) "base 0x%x, irq %u"
|
|
pc87312_info_serial(int n, uint32_t base, uint32_t irq) "id=%d, base 0x%x, irq %u"
|