xref: /qemu/plugins/qemu-plugins.symbols (revision 1156a033)
126fffe29SEmilio G. Cota{
2*1156a033SAlex Bennée  qemu_plugin_get_hwaddr;
3*1156a033SAlex Bennée  qemu_plugin_hwaddr_is_io;
4*1156a033SAlex Bennée  qemu_plugin_insn_data;
5*1156a033SAlex Bennée  qemu_plugin_insn_disas;
6*1156a033SAlex Bennée  qemu_plugin_insn_haddr;
7*1156a033SAlex Bennée  qemu_plugin_insn_size;
8*1156a033SAlex Bennée  qemu_plugin_insn_vaddr;
9*1156a033SAlex Bennée  qemu_plugin_mem_is_big_endian;
10*1156a033SAlex Bennée  qemu_plugin_mem_is_sign_extended;
11*1156a033SAlex Bennée  qemu_plugin_mem_is_store;
12*1156a033SAlex Bennée  qemu_plugin_mem_size_shift;
13*1156a033SAlex Bennée  qemu_plugin_n_max_vcpus;
14*1156a033SAlex Bennée  qemu_plugin_n_vcpus;
15*1156a033SAlex Bennée  qemu_plugin_outs;
16*1156a033SAlex Bennée  qemu_plugin_register_atexit_cb;
17*1156a033SAlex Bennée  qemu_plugin_register_flush_cb;
1826fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_exit_cb;
1926fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_idle_cb;
20*1156a033SAlex Bennée  qemu_plugin_register_vcpu_init_cb;
2126fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_insn_exec_cb;
2226fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_insn_exec_inline;
2326fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_mem_cb;
2426fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_mem_inline;
25*1156a033SAlex Bennée  qemu_plugin_register_vcpu_resume_cb;
2626fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_syscall_cb;
2726fffe29SEmilio G. Cota  qemu_plugin_register_vcpu_syscall_ret_cb;
28*1156a033SAlex Bennée  qemu_plugin_register_vcpu_tb_exec_cb;
29*1156a033SAlex Bennée  qemu_plugin_register_vcpu_tb_exec_inline;
30*1156a033SAlex Bennée  qemu_plugin_register_vcpu_tb_trans_cb;
31*1156a033SAlex Bennée  qemu_plugin_reset;
3226fffe29SEmilio G. Cota  qemu_plugin_tb_get_insn;
33*1156a033SAlex Bennée  qemu_plugin_tb_n_insns;
3426fffe29SEmilio G. Cota  qemu_plugin_tb_vaddr;
35*1156a033SAlex Bennée  qemu_plugin_uninstall;
3626fffe29SEmilio G. Cota  qemu_plugin_vcpu_for_each;
3726fffe29SEmilio G. Cota};
38