Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c35 } IOLocationCounts; typedef
82 IOLocationCounts *ea = (IOLocationCounts *) a; in sort_loc()
83 IOLocationCounts *eb = (IOLocationCounts *) b; in sort_loc()
138 IOLocationCounts *loc = (IOLocationCounts *) io_it->data; in plugin_exit()
168 static IOLocationCounts *new_location(GHashTable *table, uint64_t off_or_pc) in new_location()
170 IOLocationCounts *loc = g_new0(IOLocationCounts, 1); in new_location()
231 IOLocationCounts *io_count = g_hash_table_lookup(counts->detail, in vcpu_haddr()