Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/arch/riscv64/annotate/
Dinstructions.c13 ops = &ret_ops; in riscv64__associate_ins_ops()
/linux-5.19.10/tools/perf/arch/csky/annotate/
Dinstructions.c34 ops = &ret_ops; in csky__associate_ins_ops()
/linux-5.19.10/tools/perf/arch/mips/annotate/
Dinstructions.c25 ops = &ret_ops; in mips__associate_ins_ops()
/linux-5.19.10/tools/perf/arch/powerpc/annotate/
Dinstructions.c46 ops = &ret_ops; in powerpc__associate_instruction_ops()
/linux-5.19.10/tools/perf/arch/x86/annotate/
Dinstructions.c113 { .name = "ret", .ops = &ret_ops, },
114 { .name = "retq", .ops = &ret_ops, },
/linux-5.19.10/tools/perf/arch/sparc/annotate/
Dinstructions.c131 ops = &ret_ops; in sparc__associate_instruction_ops()
/linux-5.19.10/tools/perf/arch/arm64/annotate/
Dinstructions.c80 ops = &ret_ops; in arm64__associate_instruction_ops()
/linux-5.19.10/tools/perf/arch/s390/annotate/
Dinstructions.c124 ops = &ret_ops; in s390__associate_ins_ops()
/linux-5.19.10/tools/perf/util/
Dannotate.c99 static struct ins_ops ret_ops; variable
663 static struct ins_ops ret_ops = { variable
669 return ins->ops == &ret_ops; in ins__is_ret()