mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00

The trace-events for a given source file should generally always live in the same directory as the source file. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20170125161417.31949-3-berrange@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
6 lines
340 B
Text
6 lines
340 B
Text
# See docs/tracing.txt for syntax documentation.
|
|
|
|
# hw/block/dataplane/virtio-blk.c
|
|
virtio_blk_data_plane_start(void *s) "dataplane %p"
|
|
virtio_blk_data_plane_stop(void *s) "dataplane %p"
|
|
virtio_blk_data_plane_process_request(void *s, unsigned int out_num, unsigned int in_num, unsigned int head) "dataplane %p out_num %u in_num %u head %u"
|