Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-07-09 Thread Laurent Vivier
Le 21/06/2021 à 14:17, Philippe Mathieu-Daudé a écrit : > On 6/21/21 12:13 PM, Laurent Vivier wrote: >> Le 21/06/2021 à 12:08, Philippe Mathieu-Daudé a écrit : >>> Hi Laurent, >>> >>> On 6/7/21 1:29 PM, Laurent Vivier wrote: Le 07/06/2021 à 10:28, Philippe Mathieu-Daudé a écrit : > On 6/7/

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-21 Thread Philippe Mathieu-Daudé
On 6/21/21 12:13 PM, Laurent Vivier wrote: > Le 21/06/2021 à 12:08, Philippe Mathieu-Daudé a écrit : >> Hi Laurent, >> >> On 6/7/21 1:29 PM, Laurent Vivier wrote: >>> Le 07/06/2021 à 10:28, Philippe Mathieu-Daudé a écrit : On 6/7/21 9:33 AM, Laurent Vivier wrote: > Le 02/06/2021 à 12:49, P

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-21 Thread Philippe Mathieu-Daudé
Hi Laurent, On 6/7/21 1:29 PM, Laurent Vivier wrote: > Le 07/06/2021 à 10:28, Philippe Mathieu-Daudé a écrit : >> On 6/7/21 9:33 AM, Laurent Vivier wrote: >>> Le 02/06/2021 à 12:49, Philippe Mathieu-Daudé a écrit : Cc'ing qemu-trivial@ On 3/18/21 4:39 PM, Philippe Mathieu-Daudé wrot

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-21 Thread Laurent Vivier
Le 21/06/2021 à 12:08, Philippe Mathieu-Daudé a écrit : > Hi Laurent, > > On 6/7/21 1:29 PM, Laurent Vivier wrote: >> Le 07/06/2021 à 10:28, Philippe Mathieu-Daudé a écrit : >>> On 6/7/21 9:33 AM, Laurent Vivier wrote: Le 02/06/2021 à 12:49, Philippe Mathieu-Daudé a écrit : > Cc'ing qemu-

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-07 Thread Laurent Vivier
Le 07/06/2021 à 10:28, Philippe Mathieu-Daudé a écrit : > On 6/7/21 9:33 AM, Laurent Vivier wrote: >> Le 02/06/2021 à 12:49, Philippe Mathieu-Daudé a écrit : >>> Cc'ing qemu-trivial@ >>> >>> On 3/18/21 4:39 PM, Philippe Mathieu-Daudé wrote: ping? On 3/7/21 8:48 AM, Philippe Mathieu-D

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-07 Thread Philippe Mathieu-Daudé
On 6/7/21 9:33 AM, Laurent Vivier wrote: > Le 02/06/2021 à 12:49, Philippe Mathieu-Daudé a écrit : >> Cc'ing qemu-trivial@ >> >> On 3/18/21 4:39 PM, Philippe Mathieu-Daudé wrote: >>> ping? >>> >>> On 3/7/21 8:48 AM, Philippe Mathieu-Daudé wrote: MemoryRegion names is cached on first call to me

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-07 Thread Laurent Vivier
Le 02/06/2021 à 12:49, Philippe Mathieu-Daudé a écrit : > Cc'ing qemu-trivial@ > > On 3/18/21 4:39 PM, Philippe Mathieu-Daudé wrote: >> ping? >> >> On 3/7/21 8:48 AM, Philippe Mathieu-Daudé wrote: >>> MemoryRegion names is cached on first call to memory_region_name(), It is cached on first call b

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-05 Thread Laurent Vivier
Le 07/03/2021 à 08:48, Philippe Mathieu-Daudé a écrit : > MemoryRegion names is cached on first call to memory_region_name(), > so displaying the name is trace events is cheap. Add it for read / > write ops. > > Signed-off-by: Philippe Mathieu-Daudé > --- > softmmu/memory.c | 12

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-06-02 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ On 3/18/21 4:39 PM, Philippe Mathieu-Daudé wrote: > ping? > > On 3/7/21 8:48 AM, Philippe Mathieu-Daudé wrote: >> MemoryRegion names is cached on first call to memory_region_name(), >> so displaying the name is trace events is cheap. Add it for read / >> write ops. >> >> Sign

Re: [PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-03-18 Thread Philippe Mathieu-Daudé
ping? On 3/7/21 8:48 AM, Philippe Mathieu-Daudé wrote: > MemoryRegion names is cached on first call to memory_region_name(), > so displaying the name is trace events is cheap. Add it for read / > write ops. > > Signed-off-by: Philippe Mathieu-Daudé > --- > softmmu/memory.c | 12

[PATCH] memory: Display MemoryRegion name in read/write ops trace events

2021-03-06 Thread Philippe Mathieu-Daudé
MemoryRegion names is cached on first call to memory_region_name(), so displaying the name is trace events is cheap. Add it for read / write ops. Signed-off-by: Philippe Mathieu-Daudé --- softmmu/memory.c | 12 softmmu/trace-events | 4 ++-- 2 files changed, 10 insertions(+), 6