Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dmap.h155 bool map__contains_symbol(const struct map *map, const struct symbol *sym);
Dmaps.c165 if (!map__contains_symbol(pos, sym)) { in maps__find_symbol_by_name()
Dmap.c533 bool map__contains_symbol(const struct map *map, const struct symbol *sym) in map__contains_symbol() function