HomeSort by relevance Sort by last modified time
    Searched full:countwidth (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/util/
values.c 178 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
185 countwidth = 5; /* "Count" */
206 if (width > countwidth)
207 countwidth = width;
214 countwidth, "Count");
222 countwidth, values->value[i][j]);

Completed in 32 milliseconds