Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddso.h250 int dso__name_len(const struct dso *dso);
H A Dhist.c109 len = dso__name_len(map__dso(h->ms.map)); in hists__calc_col_len()
123 symlen = dso__name_len(map__dso(h->branch_info->from.ms.map)); in hists__calc_col_len()
138 symlen = dso__name_len(map__dso(h->branch_info->to.ms.map)); in hists__calc_col_len()
183 symlen = dso__name_len(map__dso(h->mem_info->daddr.ms.map)); in hists__calc_col_len()
H A Ddso.c1288 int dso__name_len(const struct dso *dso) in dso__name_len() function