Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddisasm.h36 bool sorted_instructions; member
H A Ddisasm.c779 if (!arch->sorted_instructions) { in __ins__find()
781 ((struct arch *)arch)->sorted_instructions = true; in __ins__find()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c810 arch->sorted_instructions = true; in arch__new_x86()