]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg/plugins/mem: add option to print memory accesses
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Mon, 16 Sep 2024 08:53:50 +0000 (09:53 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Sep 2024 14:58:01 +0000 (15:58 +0100)
commit7fd9ff76cccd5a5a701e462c8f2b487cba52d407
tree8acc5cd51fe91279a64ee215f6fbe97d87f954e7
parent8856bd265387bd0ce768d09da12dd0a773a0ea52
tests/tcg/plugins/mem: add option to print memory accesses

By using "print-accesses=true" option, mem plugin will now print every
value accessed, with associated size, type (store vs load), symbol,
instruction address and phys/virt address accessed.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Xingtao Yao <yaoxt.fnst@fujitsu.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20240724194708.1843704-6-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240916085400.1046925-9-alex.bennee@linaro.org>
tests/tcg/plugins/mem.c