Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhotblocks.c40 } ExecCount; typedef
44 ExecCount *ea = (ExecCount *) a; in cmp_exec_count()
45 ExecCount *eb = (ExecCount *) b; in cmp_exec_count()
55 ExecCount *cnt = value; in exec_count_free()
74 ExecCount *rec = (ExecCount *) it->data; in plugin_exit()
99 ExecCount *cnt = (ExecCount *)udata; in vcpu_tb_exec()
111 ExecCount *cnt; in vcpu_tb_trans()
117 cnt = (ExecCount *) g_hash_table_lookup(hotblocks, (gconstpointer) hash); in vcpu_tb_trans()
121 cnt = g_new0(ExecCount, 1); in vcpu_tb_trans()