Searched refs:qemu_plugin_u64 (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | qemu-plugin.h | 249 } 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 D | plugin.h | 85 qemu_plugin_u64 entry; 94 qemu_plugin_u64 entry;
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | inline.c | 38 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 D | bb.c | 25 static qemu_plugin_u64 bb_count; 26 static qemu_plugin_u64 insn_count;
|
H A D | insn.c | 19 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 D | mem.c | 60 static qemu_plugin_u64 mem_count; 61 static qemu_plugin_u64 io_count;
|
/openbmc/qemu/plugins/ |
H A D | api.c | 112 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 D | plugin.h | 74 qemu_plugin_u64 entry, 101 qemu_plugin_u64 entry,
|
H A D | core.c | 357 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 D | bbv.c | 48 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 D | cflow.c | 88 static qemu_plugin_u64 end_block; 89 static qemu_plugin_u64 pc_after_block; 90 static qemu_plugin_u64 last_pc;
|
H A D | howvec.c | 46 qemu_plugin_u64 count; 52 qemu_plugin_u64 count;
|
H A D | stoptrigger.c | 26 static qemu_plugin_u64 insn_count;
|
H A D | ips.c | 116 qemu_plugin_u64 quantum_insn = in vcpu_tb_trans()
|
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | 120 static TCGv_ptr gen_plugin_u64_ptr(qemu_plugin_u64 entry) in gen_plugin_u64_ptr()
|