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

/linux-master/tools/perf/util/
H A Dhist.c72 const unsigned int unresolved_col_width = BITS_PER_LONG / 4; local
74 if (hists__col_len(hists, dso) < unresolved_col_width &&
77 hists__set_col_len(hists, dso, unresolved_col_width);
82 const unsigned int unresolved_col_width = BITS_PER_LONG / 4; local
99 symlen = unresolved_col_width + 4 + 2;
126 symlen = unresolved_col_width + 4 + 2;
141 symlen = unresolved_col_width + 4 + 2;
158 + unresolved_col_width + 2;
164 symlen = unresolved_col_width + 4 + 2;
173 + unresolved_col_width
[all...]

Completed in 118 milliseconds