Searched refs:countwidth (Results 1 – 1 of 1) sorted by relevance
252 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; in perf_read_values__display_raw() local259 countwidth = 5; /* "Count" */ in perf_read_values__display_raw()280 if (width > countwidth) in perf_read_values__display_raw()281 countwidth = width; in perf_read_values__display_raw()288 countwidth, "Count"); in perf_read_values__display_raw()296 countwidth, values->value[i][j]); in perf_read_values__display_raw()
Completed in 3 milliseconds