Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.c70 int symlen; in hists__calc_col_len() local
76 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
77 hists__new_col_len(hists, HISTC_SYMBOL, symlen); in hists__calc_col_len()
99 symlen = (int)h->branch_info->from.sym->namelen + 4; in hists__calc_col_len()
100 hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen); in hists__calc_col_len()
102 symlen = dso__name_len(h->branch_info->from.map->dso); in hists__calc_col_len()
103 hists__new_col_len(hists, HISTC_DSO_FROM, symlen); in hists__calc_col_len()
105 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
106 hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen); in hists__calc_col_len()
111 symlen = (int)h->branch_info->to.sym->namelen + 4; in hists__calc_col_len()
[all …]