Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c28 arch->associate_instruction_ops = riscv64__associate_ins_ops; in riscv64__annotate_init()
/openbmc/linux/tools/perf/arch/csky/annotate/
H A Dinstructions.c45 arch->associate_instruction_ops = csky__associate_ins_ops; in csky__annotate_init()
/openbmc/linux/tools/perf/arch/mips/annotate/
H A Dinstructions.c40 arch->associate_instruction_ops = mips__associate_ins_ops; in mips__annotate_init()
/openbmc/linux/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c56 arch->associate_instruction_ops = powerpc__associate_instruction_ops; in powerpc__annotate_init()
/openbmc/linux/tools/perf/arch/arm/annotate/
H A Dinstructions.c53 arch->associate_instruction_ops = arm__associate_instruction_ops; in arm__annotate_init()
/openbmc/linux/tools/perf/arch/sparc/annotate/
H A Dinstructions.c164 arch->associate_instruction_ops = sparc__associate_instruction_ops; in sparc__annotate_init()
/openbmc/linux/tools/perf/arch/arm64/annotate/
H A Dinstructions.c112 arch->associate_instruction_ops = arm64__associate_instruction_ops; in arm64__annotate_init()
/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c163 arch->associate_instruction_ops = s390__associate_ins_ops; in s390__annotate_init()
/openbmc/linux/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c129 arch->associate_instruction_ops = loongarch__associate_ins_ops; in loongarch__annotate_init()
/openbmc/linux/tools/perf/util/
H A Dannotate.c78 struct ins_ops *(*associate_instruction_ops)(struct arch *arch, const char *name); member
760 if (!ops && arch->associate_instruction_ops) in ins__find()
761 ops = arch->associate_instruction_ops(arch, name); in ins__find()