summaryrefslogtreecommitdiff
path: root/trace-events
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2011-08-26 21:20:11 +0200
committerBlue Swirl <blauwirbel@gmail.com>2011-08-27 17:03:23 +0000
commitb213b37072e2eb3e3d13f2a3064e8876f00ce1a0 (patch)
treef7e089c41caef620afba91b78ca5cef539aa07f1 /trace-events
parent01c4330b58909612ac202573da6e1a872b8bb0ad (diff)
downloadqemu-b213b37072e2eb3e3d13f2a3064e8876f00ce1a0.tar.gz
g364fb: use trace framework
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events4
1 files changed, 4 insertions, 0 deletions
diff --git a/trace-events b/trace-events
index dc300a29b1..f08d6d0b41 100644
--- a/trace-events
+++ b/trace-events
@@ -284,6 +284,10 @@ disable qed_aio_write_prefill(void *s, void *acb, uint64_t start, size_t len, ui
disable qed_aio_write_postfill(void *s, void *acb, uint64_t start, size_t len, uint64_t offset) "s %p acb %p start %"PRIu64" len %zu offset %"PRIu64""
disable qed_aio_write_main(void *s, void *acb, int ret, uint64_t offset, size_t len) "s %p acb %p ret %d offset %"PRIu64" len %zu"
+# hw/g364fb.c
+disable g364fb_read(uint64_t addr, uint32_t val) "read addr=0x%"PRIx64": 0x%x"
+disable g364fb_write(uint64_t addr, uint32_t new) "write addr=0x%"PRIx64": 0x%x"
+
# hw/grlib_gptimer.c
disable grlib_gptimer_enable(int id, uint32_t count) "timer:%d set count 0x%x and run"
disable grlib_gptimer_disabled(int id, uint32_t config) "timer:%d Timer disable config 0x%x"