Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhowvec.c54 } InsnExecCount; typedef
160 InsnExecCount *ea = (InsnExecCount *) a; in cmp_exec_count()
161 InsnExecCount *eb = (InsnExecCount *) b; in cmp_exec_count()
169 InsnExecCount *rec = (InsnExecCount *) data; in free_record()
215 InsnExecCount *rec = (InsnExecCount *) counts->data; in plugin_exit()
283 InsnExecCount *icount; in find_counter()
286 icount = (InsnExecCount *) g_hash_table_lookup(insns, in find_counter()
290 icount = g_new0(InsnExecCount, 1); in find_counter()