qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 19/26] Sparc: convert mmu_helper to trace framew


From: Lluís Vilanova
Subject: Re: [Qemu-devel] [PATCH 19/26] Sparc: convert mmu_helper to trace framework
Date: Sun, 25 Sep 2011 19:43:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Blue Swirl writes:
> diff --git a/trace-events b/trace-events
> index a31d9aa..718e0d5 100644
> --- a/trace-events
> +++ b/trace-events
> @@ -502,3 +502,13 @@ escc_sunkbd_event_in(int ch) "Untranslated keycode %2.2x"
>  escc_sunkbd_event_out(int ch) "Translated keycode %2.2x"
>  escc_kbd_command(int val) "Command %d"
>  escc_sunmouse_event(int dx, int dy, int buttons_state) "dx=%d dy=%d
> buttons=%01x"
> +
> +# target-sparc/mmu_helper.c
> +mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t 
> tl) "DFAULT at %"PRIx64" context %"PRIx64" mmu_idx=%d tl=%d"

Won't any of these collide with events from other targets?

If all targets are going to use the same tracing events, then maybe the header
stating the file should be renamed.


Lluis

-- 
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]