]> git.ipfire.org Git - thirdparty/qemu.git/commit
contrib/plugins/uftrace: define cpu operations and implement aarch64
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Mon, 22 Sep 2025 09:37:03 +0000 (10:37 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 26 Sep 2025 09:07:54 +0000 (10:07 +0100)
commit490aa81855e1c85466368a707ddf6da61097ff13
tree1af71bfd42c2db7a62de18a8f22ca415444e2638
parent293028ca25fdf0c9b91e5e9eeea16fe4cc4b9217
contrib/plugins/uftrace: define cpu operations and implement aarch64

We define a new CpuOps structure that will be used to implement tracking
independently of guest architecture.

As well, we now instrument only instructions following ones that might
have touched the frame pointer.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250902075042.223990-3-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250922093711.2768983-19-alex.bennee@linaro.org>
contrib/plugins/uftrace.c