Re: [Qemu-devel] [PATCH 1/4] Sparc: convert mmu_helper to trace framework

2011-09-13 Thread Stefan Hajnoczi
On Sun, Sep 11, 2011 at 04:41:10PM +, Blue Swirl wrote: > +mmu_helper_dmiss(uint64_t address, uint64_t context) "DMISS at > %"PRIx64" context %"PRIx64 > +mmu_helper_tfault(uint64_t address, uint64_t context) "TFAULT at > %"PRIx64" context %"PRIx64 > +mmu_helper_tmiss(uint64_t address, uint64_t

[Qemu-devel] [PATCH 1/4] Sparc: convert mmu_helper to trace framework

2011-09-11 Thread Blue Swirl
Signed-off-by: Blue Swirl --- target-sparc/mmu_helper.c | 64 ++--- trace-events | 10 +++ 2 files changed, 30 insertions(+), 44 deletions(-) diff --git a/target-sparc/mmu_helper.c b/target-sparc/mmu_helper.c index 5743081..8cdc224 100