Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c33 uint64_t off_or_pc; member
84 return ea->off_or_pc > eb->off_or_pc; in sort_loc()
140 prefix, loc->off_or_pc); in plugin_exit()
168 static IOLocationCounts *new_location(GHashTable *table, uint64_t off_or_pc) in new_location() argument
171 loc->off_or_pc = off_or_pc; in new_location()
172 g_hash_table_insert(table, (gpointer) off_or_pc, loc); in new_location()