OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:counterwidth
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
values.c
134
int *
counterwidth
;
local
136
counterwidth
= malloc(values->counters * sizeof(*
counterwidth
));
137
if (!
counterwidth
)
138
die("failed to allocate
counterwidth
array");
142
counterwidth
[j] = strlen(values->countername[j]);
154
if (width >
counterwidth
[j])
155
counterwidth
[j] = width;
161
fprintf(fp, " %*s",
counterwidth
[j], values->countername[j]);
169
counterwidth
[j], values->value[i][j])
[
all
...]
Completed in 375 milliseconds