Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Ddso.h250 int dso__name_len(const struct dso *dso);
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()
Ddso.c1288 int dso__name_len(const struct dso *dso) in dso__name_len() function