threads_max 14 tools/perf/util/values.c values->threads_max = 16; threads_max 15 tools/perf/util/values.c values->pid = malloc(values->threads_max * sizeof(*values->pid)); threads_max 16 tools/perf/util/values.c values->tid = malloc(values->threads_max * sizeof(*values->tid)); threads_max 17 tools/perf/util/values.c values->value = zalloc(values->threads_max * sizeof(*values->value)); threads_max 51 tools/perf/util/values.c if (!values->threads_max || !values->counters_max) threads_max 67 tools/perf/util/values.c int nthreads_max = values->threads_max * 2; threads_max 75 tools/perf/util/values.c values->threads_max = nthreads_max; threads_max 97 tools/perf/util/values.c if (values->threads == values->threads_max) { threads_max 9 tools/perf/util/values.h int threads_max;