Home
last modified time | relevance | path

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

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