Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c79 size_t nr_instructions_allocated; member
108 if (arch->nr_instructions_allocated == 0 && arch->instructions) in arch__grow_instructions()
111 new_nr_allocated = arch->nr_instructions_allocated + 128; in arch__grow_instructions()
118 arch->nr_instructions_allocated = new_nr_allocated; in arch__grow_instructions()
135 if (arch->nr_instructions == arch->nr_instructions_allocated && in arch__associate_ins_ops()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c74 size_t nr_instructions_allocated; member
104 if (arch->nr_instructions_allocated == 0 && arch->instructions) in arch__grow_instructions()
107 new_nr_allocated = arch->nr_instructions_allocated + 128; in arch__grow_instructions()
114 arch->nr_instructions_allocated = new_nr_allocated; in arch__grow_instructions()
131 if (arch->nr_instructions == arch->nr_instructions_allocated && in arch__associate_ins_ops()

Completed in 12 milliseconds