Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dsymbol.h238 bool __dsos__read_build_ids(struct list_head *head, bool with_hits);
Dheader.c367 bool ret = __dsos__read_build_ids(&machine->kernel_dsos, with_hits); in machine__read_build_ids()
368 ret |= __dsos__read_build_ids(&machine->user_dsos, with_hits); in machine__read_build_ids()
Dsymbol.c1308 bool __dsos__read_build_ids(struct list_head *head, bool with_hits) in __dsos__read_build_ids() function