Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c13 ops = &ret_ops; in riscv64__associate_ins_ops()
/openbmc/linux/tools/perf/arch/csky/annotate/
H A Dinstructions.c34 ops = &ret_ops; in csky__associate_ins_ops()
/openbmc/linux/tools/perf/arch/mips/annotate/
H A Dinstructions.c25 ops = &ret_ops; in mips__associate_ins_ops()
/openbmc/linux/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c46 ops = &ret_ops; in powerpc__associate_instruction_ops()
/openbmc/linux/tools/perf/arch/sparc/annotate/
H A Dinstructions.c131 ops = &ret_ops; in sparc__associate_instruction_ops()
/openbmc/linux/tools/perf/arch/arm64/annotate/
H A Dinstructions.c80 ops = &ret_ops; in arm64__associate_instruction_ops()
/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c121 ops = &ret_ops; in s390__associate_ins_ops()
/openbmc/linux/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c108 ops = &ret_ops; in loongarch__associate_ins_ops()
/openbmc/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c93 { .name = "ret", .ops = &ret_ops, },
/openbmc/linux/tools/perf/util/
H A Dannotate.c100 static struct ins_ops ret_ops; variable
686 static struct ins_ops ret_ops = { variable
692 return ins->ops == &ret_ops; in ins__is_ret()