aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/trace-events
blob: b81987896300c3fd6019c01251b57b35d4775f03 (plain)
1
2
3
4
5
6
7
# See docs/devel/tracing.txt for syntax documentation.

# sifive_gpio.c
sifive_gpio_read(uint64_t offset, uint64_t r) "offset 0x%" PRIx64 " value 0x%" PRIx64
sifive_gpio_write(uint64_t offset, uint64_t value) "offset 0x%" PRIx64 " value 0x%" PRIx64
sifive_gpio_set(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
sifive_gpio_update_output_irq(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64