trace: enforce that every trace-events file has a final newline
[qemu/ar7.git] / hw / gpio / trace-events
blob5d4dd200c2ac7a339e6cd53e39b778a68297fd1c
1 # See docs/devel/tracing.txt for syntax documentation.
3 # hw/gpio/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