Home
last modified time | relevance | path

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

/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,
986 uint64_t qemu_plugin_u64_get(qemu_plugin_u64 entry, unsigned int vcpu_index);
[all …]
H A Dplugin.h85 qemu_plugin_u64 entry;
94 qemu_plugin_u64 entry;
/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;
46 static qemu_plugin_u64 insn_cond_num_trigger;
47 static qemu_plugin_u64 insn_cond_track_count;
[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;
223 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;
/qemu/plugins/
H A Dapi.c100 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_cond_cb()
118 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_inline_per_vcpu()
141 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_cond_cb()
159 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu()
185 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_mem_inline_per_vcpu()
482 static uint64_t *plugin_u64_address(qemu_plugin_u64 entry, in plugin_u64_address()
489 void qemu_plugin_u64_add(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_add()
495 uint64_t qemu_plugin_u64_get(qemu_plugin_u64 entry, in qemu_plugin_u64_get()
501 void qemu_plugin_u64_set(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_set()
507 uint64_t qemu_plugin_u64_sum(qemu_plugin_u64 entry) in qemu_plugin_u64_sum()
H A Dplugin.h75 qemu_plugin_u64 entry,
102 qemu_plugin_u64 entry,
H A Dcore.c349 qemu_plugin_u64 entry, in plugin_register_inline_op_on_entry()
392 qemu_plugin_u64 entry, in plugin_register_dyn_cond_cb__udata()
/qemu/contrib/plugins/
H A Dcflow.c90 static qemu_plugin_u64 tb_pc;
91 static qemu_plugin_u64 end_block;
92 static qemu_plugin_u64 pc_after_block;
93 static qemu_plugin_u64 last_pc;
H A Dstoptrigger.c27 static qemu_plugin_u64 insn_count;
28 static qemu_plugin_u64 current_pc;
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 Dhowvec.c46 qemu_plugin_u64 count;
52 qemu_plugin_u64 count;
H A Dips.c116 qemu_plugin_u64 quantum_insn = in vcpu_tb_trans()
H A Dhwprofile.c47 static qemu_plugin_u64 source_pc;
/qemu/accel/tcg/
H A Dplugin-gen.c126 static TCGv_ptr gen_plugin_u64_ptr(qemu_plugin_u64 entry) in gen_plugin_u64_ptr()