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

/linux-master/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c13 ops = &ret_ops;
/linux-master/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c46 ops = &ret_ops;
/linux-master/tools/perf/arch/csky/annotate/
H A Dinstructions.c34 ops = &ret_ops;
/linux-master/tools/perf/arch/mips/annotate/
H A Dinstructions.c25 ops = &ret_ops;
/linux-master/tools/perf/arch/sparc/annotate/
H A Dinstructions.c131 ops = &ret_ops;
/linux-master/tools/perf/arch/arm64/annotate/
H A Dinstructions.c80 ops = &ret_ops;
/linux-master/tools/perf/arch/s390/annotate/
H A Dinstructions.c121 ops = &ret_ops;
/linux-master/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c108 ops = &ret_ops;
/linux-master/tools/perf/arch/x86/annotate/
H A Dinstructions.c96 { .name = "ret", .ops = &ret_ops, },
/linux-master/tools/perf/util/
H A Dannotate.c106 static struct ins_ops ret_ops; variable in typeref:struct:ins_ops
747 static struct ins_ops ret_ops = { variable in typeref:struct:ins_ops
753 return ins->ops == &ret_ops;

Completed in 268 milliseconds