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

/linux-master/tools/perf/util/
H A Dvalues.c24 values->counters_max = 16;
25 values->counterrawid = malloc(values->counters_max
27 values->countername = malloc(values->counters_max
51 if (!values->threads_max || !values->counters_max)
105 values->value[i] = zalloc(values->counters_max * sizeof(**values->value));
120 int i, counters_max = values->counters_max * 2; local
121 u64 *counterrawid = realloc(values->counterrawid, counters_max * sizeof(*values->counterrawid));
128 countername = realloc(values->countername, counters_max * sizeof(*values->countername));
135 u64 *value = realloc(values->value[i], counters_max * sizeo
[all...]
H A Dvalues.h12 int counters_max; member in struct:perf_read_values

Completed in 81 milliseconds