Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
Ddie.c14 static unsigned int map_hits; variable
63 map_hits++; in die_map_get()
113 if (map_hits + map_misses > 0) in die_map_free()
114 debug("hits %u, misses %u (hit rate %.02f%%)", map_hits, in die_map_free()
116 (100.0f * map_hits) / (map_hits + map_misses)); in die_map_free()