]> git.proxmox.com Git - mirror_qemu.git/blob - target/riscv/trace-events
Makefile: generate header file with the list of devices enabled
[mirror_qemu.git] / target / riscv / trace-events
1 # target/riscv/cpu_helper.c
2 riscv_trap(uint64_t hartid, bool async, uint64_t cause, uint64_t epc, uint64_t tval, const char *desc) "hart:%"PRId64", async:%d, cause:%"PRId64", epc:0x%"PRIx64", tval:0x%"PRIx64", desc=%s"