Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.c73 const unsigned int unresolved_col_width = BITS_PER_LONG / 4; in hists__set_unres_dso_col_len() local
75 if (hists__col_len(hists, dso) < unresolved_col_width && in hists__set_unres_dso_col_len()
78 hists__set_col_len(hists, dso, unresolved_col_width); in hists__set_unres_dso_col_len()
83 const unsigned int unresolved_col_width = BITS_PER_LONG / 4; in hists__calc_col_len() local
100 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
127 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
142 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
159 + unresolved_col_width + 2; in hists__calc_col_len()
165 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
174 + unresolved_col_width + 2; in hists__calc_col_len()
[all …]