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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
vdso.c 94 struct dso *dso = dsos__find(head, VDSO__MAP_NAME, true);
dso.h 140 struct dso *dsos__find(struct list_head *head, const char *name,
dso.c 549 struct dso *dsos__find(struct list_head *head, const char *name, bool cmp_short) function
567 struct dso *dso = dsos__find(head, name, false);

Completed in 1280 milliseconds