mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
cuda: convert to trace-events
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
7092e84d42
commit
4b402e09e6
3 changed files with 29 additions and 33 deletions
11
hw/misc/macio/trace-events
Normal file
11
hw/misc/macio/trace-events
Normal file
|
@ -0,0 +1,11 @@
|
|||
# See docs/devel/tracing.txt for syntax documentation.
|
||||
|
||||
# hw/misc/macio/cuda.c
|
||||
cuda_delay_set_sr_int(void) ""
|
||||
cuda_data_send(uint8_t data) "send: 0x%02x"
|
||||
cuda_data_recv(uint8_t data) "recv: 0x%02x"
|
||||
cuda_receive_packet_cmd(const char *cmd) "handling command %s"
|
||||
cuda_packet_receive(int len) "length %d"
|
||||
cuda_packet_receive_data(int i, const uint8_t data) "[%d] 0x%02x"
|
||||
cuda_packet_send(int len) "length %d"
|
||||
cuda_packet_send_data(int i, const uint8_t data) "[%d] 0x%02x"
|
Loading…
Add table
Add a link
Reference in a new issue