Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dsymbol.h247 bool __dsos__read_build_ids(struct list_head *head, bool with_hits);
Dheader.c427 bool ret = __dsos__read_build_ids(&machine->kernel_dsos, with_hits); in machine__read_build_ids()
428 ret |= __dsos__read_build_ids(&machine->user_dsos, with_hits); in machine__read_build_ids()
Dsymbol.c1401 bool __dsos__read_build_ids(struct list_head *head, bool with_hits) in __dsos__read_build_ids() function