Searched refs:hotblocks (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/contrib/plugins/ |
H A D | hotblocks.c | 24 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 D | meson.build | 1 contrib_plugins = ['bbv', 'cache', 'cflow', 'drcov', 'execlog', 'hotblocks',
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 442 ``contrib/plugins/hotblocks.c`` 444 The hotblocks plugin allows you to examine the where hot paths of 470 Similar to hotblocks but this time tracks memory accesses::
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |