nr_instructions_allocated   79 tools/perf/util/annotate.c 	size_t		nr_instructions_allocated;
nr_instructions_allocated  108 tools/perf/util/annotate.c 	if (arch->nr_instructions_allocated == 0 && arch->instructions)
nr_instructions_allocated  111 tools/perf/util/annotate.c 	new_nr_allocated = arch->nr_instructions_allocated + 128;
nr_instructions_allocated  118 tools/perf/util/annotate.c 	arch->nr_instructions_allocated = new_nr_allocated;
nr_instructions_allocated  135 tools/perf/util/annotate.c 	if (arch->nr_instructions == arch->nr_instructions_allocated &&