Home
last modified time | relevance | path

Searched refs:dso__find_symbol (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.h137 struct symbol *dso__find_symbol(struct dso *dso, u64 addr);
H A Ddb-export.c258 al.sym = dso__find_symbol(al.map->dso, al.addr); in call_path_from_sample()
H A Dmap.c365 return dso__find_symbol(map->dso, addr); in map__find_symbol()
H A Dsymbol.c542 struct symbol *dso__find_symbol(struct dso *dso, u64 addr) in dso__find_symbol() function
H A Dmachine.c799 sym = dso__find_symbol(map->dso, map->map_ip(map, map->start)); in machine__process_ksymbol_unregister()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.h131 struct symbol *dso__find_symbol(struct dso *dso, u64 addr);
H A Dmap.c390 return dso__find_symbol(map__dso(map), addr); in map__find_symbol()
H A Ddb-export.c261 al.sym = dso__find_symbol(map__dso(al.map), al.addr); in call_path_from_sample()
H A Dsymbol.c565 struct symbol *dso__find_symbol(struct dso *dso, u64 addr) in dso__find_symbol() function
H A Dmachine.c977 sym = dso__find_symbol(dso, map__map_ip(map, map__start(map))); in machine__process_ksymbol_unregister()

Completed in 20 milliseconds