Searched refs:map__find_symbol_by_name_idx (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dmap.h157 for (pos = map__find_symbol_by_name_idx(map, sym_name, &idx); \
209 struct symbol *map__find_symbol_by_name_idx(struct map *map, const char *name, size_t *idx);
H A Dmap.c393 struct symbol *map__find_symbol_by_name_idx(struct map *map, const char *name, size_t *idx) function
410 return map__find_symbol_by_name_idx(map, name, &idx);

Completed in 315 milliseconds