]> Git Repo - qemu.git/blob - hw/gpio/trace-events
qmp: Move dispatcher to a coroutine
[qemu.git] / hw / gpio / trace-events
1 # See docs/devel/tracing.txt for syntax documentation.
2
3 # nrf51_gpio.c
4 nrf51_gpio_read(uint64_t offset, uint64_t r) "offset 0x%" PRIx64 " value 0x%" PRIx64
5 nrf51_gpio_write(uint64_t offset, uint64_t value) "offset 0x%" PRIx64 " value 0x%" PRIx64
6 nrf51_gpio_set(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
7 nrf51_gpio_update_output_irq(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
8
9 # sifive_gpio.c
10 sifive_gpio_read(uint64_t offset, uint64_t r) "offset 0x%" PRIx64 " value 0x%" PRIx64
11 sifive_gpio_write(uint64_t offset, uint64_t value) "offset 0x%" PRIx64 " value 0x%" PRIx64
12 sifive_gpio_set(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
13 sifive_gpio_update_output_irq(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
This page took 0.026937 seconds and 4 git commands to generate.