summaryrefslogblamecommitdiffstats
path: root/chardev/trace-events
blob: 027107b0c104b3cf3dd7ef1cf3d110c4633eb44e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                      
 
            







                                   
         
                                                               





                                                                               
# 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"