HomeSort by relevance Sort by last modified time
    Searched refs:__dsos__read_build_ids (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dso.h 143 bool __dsos__read_build_ids(struct list_head *head, bool with_hits);
dso.c 522 bool __dsos__read_build_ids(struct list_head *head, bool with_hits) function
header.c 444 bool ret = __dsos__read_build_ids(&machine->kernel_dsos, with_hits);
445 ret |= __dsos__read_build_ids(&machine->user_dsos, with_hits);
    [all...]

Completed in 654 milliseconds