Home
last modified time | relevance | path

Searched refs:nr_instructions_allocated (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dannotate.c77 size_t nr_instructions_allocated; member
106 if (arch->nr_instructions_allocated == 0 && arch->instructions) in arch__grow_instructions()
109 new_nr_allocated = arch->nr_instructions_allocated + 128; in arch__grow_instructions()
116 arch->nr_instructions_allocated = new_nr_allocated; in arch__grow_instructions()
133 if (arch->nr_instructions == arch->nr_instructions_allocated && in arch__associate_ins_ops()