OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:counterwidth
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
values.c
135
int *
counterwidth
;
local
137
counterwidth
= malloc(values->counters * sizeof(*
counterwidth
));
138
if (!
counterwidth
)
139
die("failed to allocate
counterwidth
array");
143
counterwidth
[j] = strlen(values->countername[j]);
155
if (width >
counterwidth
[j])
156
counterwidth
[j] = width;
162
fprintf(fp, " %*s",
counterwidth
[j], values->countername[j]);
170
counterwidth
[j], values->value[i][j])
[
all
...]
/external/lldb/test/
dotest.py
[
all
...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 185 milliseconds