diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:40:09 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:16 +0100 |
commit | 2b785e3cbfe7539d3da6eeeb21967ddb44f0c99f (patch) | |
tree | 14dace61a6a90718a20b53c9fde8dd4322bdfac4 /hw/isa | |
parent | 1374aecc7c6c6ea2c6b40b7c4c6e9bdb9163b774 (diff) |
trace: split out trace events for hw/isa/ directory
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>
Diffstat (limited to 'hw/isa')
-rw-r--r-- | hw/isa/trace-events | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/isa/trace-events b/hw/isa/trace-events new file mode 100644 index 0000000000..686282fd19 --- /dev/null +++ b/hw/isa/trace-events @@ -0,0 +1,9 @@ +# 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" |