Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhotblocks.c24 static GHashTable *hotblocks; variable
66 g_hash_table_size(hotblocks)); in plugin_exit()
67 counts = g_hash_table_get_values(hotblocks); in plugin_exit()
88 g_hash_table_foreach(hotblocks, exec_count_free, NULL); in plugin_exit()
89 g_hash_table_destroy(hotblocks); in plugin_exit()
94 hotblocks = g_hash_table_new(NULL, g_direct_equal); in plugin_init()
117 cnt = (ExecCount *) g_hash_table_lookup(hotblocks, (gconstpointer) hash); in vcpu_tb_trans()
126 g_hash_table_insert(hotblocks, (gpointer) hash, (gpointer) cnt); in vcpu_tb_trans()
H A DMakefile17 NAMES += hotblocks
/openbmc/qemu/docs/about/
H A Demulation.rst403 ``contrib/plugins/hotblocks.c``
405 The hotblocks plugin allows you to examine the where hot paths of
431 Similar to hotblocks but this time tracks memory accesses::