d0fb9657a3
Commit e50caf4a5c
("tracing: convert documentation to rST")
converted docs/devel/tracing.txt to docs/devel/tracing.rst.
We still have several references to the old file, so let's fix them
with the following command:
sed -i s/tracing.txt/tracing.rst/ $(git grep -l docs/devel/tracing.txt)
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210517151702.109066-2-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
20 lines
659 B
Plaintext
20 lines
659 B
Plaintext
# See docs/devel/tracing.rst for syntax documentation.
|
|
|
|
# wctablet.c
|
|
wct_init(void) ""
|
|
wct_cmd_re(void) ""
|
|
wct_cmd_st(void) ""
|
|
wct_cmd_sp(void) ""
|
|
wct_cmd_ts(int input) "0x%02x"
|
|
wct_cmd_other(const char *cmd) "%s"
|
|
wct_speed(int speed) "%d"
|
|
|
|
# spice.c
|
|
spice_chr_discard_write(int len) "spice chr write discarded %d"
|
|
spice_vmc_write(ssize_t out, int len) "spice wrote %zd of requested %d"
|
|
spice_vmc_read(int bytes, int len) "spice read %d of requested %d"
|
|
spice_vmc_register_interface(void *scd) "spice vmc registered interface %p"
|
|
spice_vmc_unregister_interface(void *scd) "spice vmc unregistered interface %p"
|
|
spice_vmc_event(int event) "spice vmc event %d"
|
|
|