Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dvalues.c251 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; in perf_read_values__display_raw() local
258 countwidth = 5; /* "Count" */ in perf_read_values__display_raw()
279 if (width > countwidth) in perf_read_values__display_raw()
280 countwidth = width; in perf_read_values__display_raw()
287 countwidth, "Count"); in perf_read_values__display_raw()
295 countwidth, values->value[i][j]); in perf_read_values__display_raw()