Home
last modified time | relevance | path

Searched refs:QEMU_PLUGIN_INLINE_ADD_U64 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/tcg/plugins/
H A Dinline.c234 tb, QEMU_PLUGIN_INLINE_ADD_U64, count_tb_inline, 1); in vcpu_tb_trans()
237 tb, QEMU_PLUGIN_INLINE_ADD_U64, tb_cond_track_count, 1); in vcpu_tb_trans()
253 insn, QEMU_PLUGIN_INLINE_ADD_U64, count_insn_inline, 1); in vcpu_tb_trans()
256 insn, QEMU_PLUGIN_INLINE_ADD_U64, insn_cond_track_count, 1); in vcpu_tb_trans()
271 QEMU_PLUGIN_INLINE_ADD_U64, in vcpu_tb_trans()
H A Dbb.c86 tb, QEMU_PLUGIN_INLINE_ADD_U64, bb_count, 1); in vcpu_tb_trans()
88 tb, QEMU_PLUGIN_INLINE_ADD_U64, insn_count, n_insns); in vcpu_tb_trans()
H A Dinsn.c151 insn, QEMU_PLUGIN_INLINE_ADD_U64, insn_count, 1); in vcpu_tb_trans()
H A Dmem.c305 QEMU_PLUGIN_INLINE_ADD_U64, in vcpu_tb_trans()
/openbmc/qemu/contrib/plugins/
H A Dbbv.c118 tb, QEMU_PLUGIN_INLINE_ADD_U64, count_u64(), n_insns); in vcpu_tb_trans()
121 tb, QEMU_PLUGIN_INLINE_ADD_U64, bb_count_u64(bb), n_insns); in vcpu_tb_trans()
H A Dstoptrigger.c75 insn, QEMU_PLUGIN_INLINE_ADD_U64, insn_count, 1); in vcpu_tb_trans()
H A Dhotblocks.c133 tb, QEMU_PLUGIN_INLINE_ADD_U64, in vcpu_tb_trans()
H A Dips.c120 tb, QEMU_PLUGIN_INLINE_ADD_U64, quantum_insn, n_insns); in vcpu_tb_trans()
H A Dhowvec.c324 insn, QEMU_PLUGIN_INLINE_ADD_U64, in vcpu_tb_trans()
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h392 QEMU_PLUGIN_INLINE_ADD_U64, enumerator
/openbmc/qemu/plugins/
H A Dcore.c345 case QEMU_PLUGIN_INLINE_ADD_U64: in op_to_cb_type()