Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmap.h87 static inline bool map__hit(const struct map *map) in map__hit() function
H A Dmap.c119 assert(map__hit(map) == false); in map__init()
/linux/tools/perf/
H A Dbuiltin-inject.c871 if (!map__hit(map)) { in mark_dso_hit()