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

/linux-master/tools/perf/util/
H A Dvalues.c252 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
258 rawwidth = 3; /* "Raw" */
274 if (width > rawwidth)
275 rawwidth = width;
287 namewidth, "Name", rawwidth, "Raw",
295 rawwidth, values->counterrawid[j],

Completed in 169 milliseconds