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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dso.h 112 bool dso__loaded(const struct dso *dso, enum map_type type);
dso.c 424 bool dso__loaded(const struct dso *dso, enum map_type type) function
625 dso__loaded(dso, type) ? "" : "NOT ");
map.c 156 if (dso__loaded(map->dso, map->type))

Completed in 32 milliseconds