]> git.ipfire.org Git - thirdparty/qemu.git/commit
contrib/plugins: control flow plugin
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Sep 2024 08:53:45 +0000 (09:53 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Sep 2024 14:58:01 +0000 (15:58 +0100)
commitf63c987b056303c5987ff90fbdb2d4f3c4c9fc14
tree0c47bd41a04886d6567a823c87cb051b9383648d
parent7866b0f7217c3318f22e807aa427c0c487fc0e68
contrib/plugins: control flow plugin

This is a simple control flow tracking plugin that uses the latest
inline and conditional operations to detect and track control flow
changes. It is currently an exercise at seeing how useful the changes
are.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240916085400.1046925-4-alex.bennee@linaro.org>
contrib/plugins/Makefile
contrib/plugins/cflow.c [new file with mode: 0644]