Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol.h206 void dso__insert_symbol(struct dso *dso,
H A Ddb-export.c191 dso__insert_symbol(dso, al->sym); in db_ids_from_al()
H A Dsymbol.c593 void dso__insert_symbol(struct dso *dso, struct symbol *sym) in dso__insert_symbol() function
H A Dmachine.c797 dso__insert_symbol(dso, sym); in machine__process_ksymbol_unregister()
/linux/tools/perf/ui/browsers/
H A Dhists.c2528 dso__insert_symbol(map__dso(map), sym); in add_annotate_opt()