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

  /external/linux-tools-perf/src/tools/perf/util/
dso.h 110 int dso__name_len(const struct dso *dso);
hist.c 95 len = dso__name_len(h->ms.map->dso);
109 symlen = dso__name_len(h->branch_info->from.map->dso);
123 symlen = dso__name_len(h->branch_info->to.map->dso);
144 symlen = dso__name_len(h->mem_info->daddr.map->dso);
dso.c 387 int dso__name_len(const struct dso *dso) function

Completed in 1056 milliseconds