nthreads_max       67 tools/perf/util/values.c 	int nthreads_max = values->threads_max * 2;
nthreads_max       68 tools/perf/util/values.c 	void *npid = realloc(values->pid, nthreads_max * sizeof(*values->pid)),
nthreads_max       69 tools/perf/util/values.c 	     *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)),
nthreads_max       70 tools/perf/util/values.c 	     *nvalue = realloc(values->value, nthreads_max * sizeof(*values->value));
nthreads_max       75 tools/perf/util/values.c 	values->threads_max = nthreads_max;