Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.c60 const unsigned int unresolved_col_width = BITS_PER_LONG / 4; in hists__set_unres_dso_col_len() local
62 if (hists__col_len(hists, dso) < unresolved_col_width && in hists__set_unres_dso_col_len()
65 hists__set_col_len(hists, dso, unresolved_col_width); in hists__set_unres_dso_col_len()
70 const unsigned int unresolved_col_width = BITS_PER_LONG / 4; in hists__calc_col_len() local
85 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
112 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
126 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
135 + unresolved_col_width + 2; in hists__calc_col_len()
139 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
148 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
[all …]