Home
last modified time | relevance | path

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

/linux/tools/perf/util/annotate-arch/
H A Dannotate-riscv64.c17 ops = &ret_ops; in riscv64__associate_ins_ops()
H A Dannotate-mips.c29 ops = &ret_ops; in mips__associate_ins_ops()
H A Dannotate-csky.c36 ops = &ret_ops; in csky__associate_ins_ops()
H A Dannotate-sparc.c135 ops = &ret_ops; in sparc__associate_instruction_ops()
H A Dannotate-arm64.c83 ops = &ret_ops; in arm64__associate_instruction_ops()
H A Dannotate-loongarch.c126 ops = &ret_ops; in loongarch__associate_ins_ops()
H A Dannotate-s390.c136 ops = &ret_ops; in s390__associate_ins_ops()
H A Dannotate-powerpc.c138 ops = &ret_ops; in powerpc__associate_instruction_ops()
H A Dannotate-x86.c108 { .name = "ret", .ops = &ret_ops, },
/linux/tools/perf/util/
H A Ddisasm.h121 extern const struct ins_ops ret_ops;
H A Ddisasm.c47 const struct ins_ops ret_ops; variable
720 const struct ins_ops ret_ops = { variable
731 return ins->ops == &ret_ops; in ins__is_ret()