Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddisasm.h24 size_t nr_instructions_allocated; member
A Ddisasm.c64 if (arch->nr_instructions_allocated == 0 && arch->instructions) in arch__grow_instructions()
67 new_nr_allocated = arch->nr_instructions_allocated + 128; in arch__grow_instructions()
74 arch->nr_instructions_allocated = new_nr_allocated; in arch__grow_instructions()
91 if (arch->nr_instructions == arch->nr_instructions_allocated && in arch__associate_ins_ops()

Completed in 7 milliseconds