]> Git Repo - qemu.git/commit
memory: Display MemoryRegion name in read/write ops trace events
authorPhilippe Mathieu-Daudé <[email protected]>
Sun, 7 Mar 2021 07:48:33 +0000 (08:48 +0100)
committerLaurent Vivier <[email protected]>
Fri, 9 Jul 2021 16:42:46 +0000 (18:42 +0200)
commit9bb5405482e7be4c0a6f259d4f18ea612d4a31ba
treea9cbd0bccdd5308c83b4aae42dae0ecd6f2c64e4
parent0849cb547844b7205af01455b82dc54956c978a9
memory: Display MemoryRegion name in read/write ops trace events

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é <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20210307074833[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
softmmu/memory.c
softmmu/trace-events
This page took 0.022563 seconds and 4 git commands to generate.