mirror of
https://github.com/mii443/qemu.git
synced 2025-08-30 10:59:53 +00:00
plugins: add helper functions for coverage plugins
Which provide information about: - start_code. - end_code. - entry. - path to the executable binary. Signed-off-by: Ivanov Arkady <arkadiy.ivanov@ispras.ru> Message-Id: <163491883461.304355.8210754161847179432.stgit@pc-System-Product-Name> [AJB: reword title, better descriptions, defaults, rm export, fix include] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220204204335.1689602-22-alex.bennee@linaro.org>
This commit is contained in:
committed by
Alex Bennée
parent
126d4123c5
commit
91d4032710
@ -1,5 +1,7 @@
|
||||
{
|
||||
qemu_plugin_bool_parse;
|
||||
qemu_plugin_end_code;
|
||||
qemu_plugin_entry_code;
|
||||
qemu_plugin_get_hwaddr;
|
||||
qemu_plugin_hwaddr_device_name;
|
||||
qemu_plugin_hwaddr_is_io;
|
||||
@ -17,6 +19,7 @@
|
||||
qemu_plugin_n_max_vcpus;
|
||||
qemu_plugin_n_vcpus;
|
||||
qemu_plugin_outs;
|
||||
qemu_plugin_path_to_binary;
|
||||
qemu_plugin_register_atexit_cb;
|
||||
qemu_plugin_register_flush_cb;
|
||||
qemu_plugin_register_vcpu_exit_cb;
|
||||
@ -33,6 +36,7 @@
|
||||
qemu_plugin_register_vcpu_tb_exec_inline;
|
||||
qemu_plugin_register_vcpu_tb_trans_cb;
|
||||
qemu_plugin_reset;
|
||||
qemu_plugin_start_code;
|
||||
qemu_plugin_tb_get_insn;
|
||||
qemu_plugin_tb_n_insns;
|
||||
qemu_plugin_tb_vaddr;
|
||||
|
Reference in New Issue
Block a user