Home
last modified time | relevance | path

Searched refs:qemu_plugin_u64 (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h249 } qemu_plugin_u64; typedef
380 qemu_plugin_u64 entry,
409 qemu_plugin_u64 entry,
450 qemu_plugin_u64 entry,
467 qemu_plugin_u64 entry,
701 qemu_plugin_u64 entry,
966 (qemu_plugin_u64) {score, 0}
968 (qemu_plugin_u64) {score, offsetof(type, member)}
977 void qemu_plugin_u64_add(qemu_plugin_u64 entry, unsigned int vcpu_index,
995 void qemu_plugin_u64_set(qemu_plugin_u64 entry, unsigned int vcpu_index,
[all …]
H A Dplugin.h85 qemu_plugin_u64 entry;
94 qemu_plugin_u64 entry;
/openbmc/qemu/tests/tcg/plugins/
H A Dinline.c38 static qemu_plugin_u64 count_tb;
39 static qemu_plugin_u64 count_tb_inline;
40 static qemu_plugin_u64 count_insn;
41 static qemu_plugin_u64 count_insn_inline;
42 static qemu_plugin_u64 count_mem;
43 static qemu_plugin_u64 count_mem_inline;
44 static qemu_plugin_u64 tb_cond_num_trigger;
45 static qemu_plugin_u64 tb_cond_track_count;
49 static qemu_plugin_u64 data_insn;
50 static qemu_plugin_u64 data_tb;
[all …]
H A Dbb.c25 static qemu_plugin_u64 bb_count;
26 static qemu_plugin_u64 insn_count;
H A Dinsn.c19 static qemu_plugin_u64 insn_count;
225 qemu_plugin_u64 hit_e = qemu_plugin_scoreboard_u64_in_struct(m->counts, MatchCount, hits); in plugin_exit()
H A Dmem.c60 static qemu_plugin_u64 mem_count;
61 static qemu_plugin_u64 io_count;
/openbmc/qemu/plugins/
H A Dapi.c112 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_cond_cb()
130 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_inline_per_vcpu()
153 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_cond_cb()
171 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu()
197 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_mem_inline_per_vcpu()
609 static uint64_t *plugin_u64_address(qemu_plugin_u64 entry, in plugin_u64_address()
616 void qemu_plugin_u64_add(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_add()
622 uint64_t qemu_plugin_u64_get(qemu_plugin_u64 entry, in qemu_plugin_u64_get()
628 void qemu_plugin_u64_set(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_set()
634 uint64_t qemu_plugin_u64_sum(qemu_plugin_u64 entry) in qemu_plugin_u64_sum()
H A Dplugin.h74 qemu_plugin_u64 entry,
101 qemu_plugin_u64 entry,
H A Dcore.c357 qemu_plugin_u64 entry, in plugin_register_inline_op_on_entry()
400 qemu_plugin_u64 entry, in plugin_register_dyn_cond_cb__udata()
/openbmc/qemu/contrib/plugins/
H A Dbbv.c48 static qemu_plugin_u64 count_u64(void) in count_u64()
53 static qemu_plugin_u64 bb_count_u64(Bb *bb) in bb_count_u64()
H A Dcflow.c88 static qemu_plugin_u64 end_block;
89 static qemu_plugin_u64 pc_after_block;
90 static qemu_plugin_u64 last_pc;
H A Dhowvec.c46 qemu_plugin_u64 count;
52 qemu_plugin_u64 count;
H A Dstoptrigger.c26 static qemu_plugin_u64 insn_count;
H A Dips.c116 qemu_plugin_u64 quantum_insn = in vcpu_tb_trans()
/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c120 static TCGv_ptr gen_plugin_u64_ptr(qemu_plugin_u64 entry) in gen_plugin_u64_ptr()