xref: /openbmc/qemu/hw/nubus/trace-events (revision 0d9e8c0b670b7856d36ed155d43548d2491230e7)
1# See docs/devel/tracing.rst for syntax documentation.
2
3# nubus-bus.c
4nubus_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d"
5nubus_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 " value 0x%"PRIx64 " size %d"
6nubus_super_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d"
7nubus_super_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 " value 0x%"PRIx64 " size %d"
8