aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'target/riscv/trace-events')
-rw-r--r--target/riscv/trace-events2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/riscv/trace-events b/target/riscv/trace-events
new file mode 100644
index 0000000000..48af0373df
--- /dev/null
+++ b/target/riscv/trace-events
@@ -0,0 +1,2 @@
+# target/riscv/cpu_helper.c
+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"