diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2011-08-26 21:20:11 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-08-27 17:03:23 +0000 |
commit | b213b37072e2eb3e3d13f2a3064e8876f00ce1a0 (patch) | |
tree | f7e089c41caef620afba91b78ca5cef539aa07f1 /trace-events | |
parent | 01c4330b58909612ac202573da6e1a872b8bb0ad (diff) |
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-events | 4 |
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" |