Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/arch/csky/annotate/
Dinstructions.c34 ops = &ret_ops; in csky__associate_ins_ops()
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/annotate/
Dinstructions.c46 ops = &ret_ops; in powerpc__associate_instruction_ops()
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/
Dinstructions.c113 { .name = "ret", .ops = &ret_ops, },
114 { .name = "retq", .ops = &ret_ops, },
/kernel/linux/linux-5.10/tools/perf/arch/sparc/annotate/
Dinstructions.c131 ops = &ret_ops; in sparc__associate_instruction_ops()
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/
Dinstructions.c80 ops = &ret_ops; in arm64__associate_instruction_ops()
/kernel/linux/linux-5.10/tools/perf/arch/s390/annotate/
Dinstructions.c124 ops = &ret_ops; in s390__associate_ins_ops()
/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.c101 static struct ins_ops ret_ops; variable
653 static struct ins_ops ret_ops = { variable
659 return ins->ops == &ret_ops; in ins__is_ret()