ret_ops            80 tools/perf/arch/arm64/annotate/instructions.c 		ops = &ret_ops;
ret_ops            34 tools/perf/arch/csky/annotate/instructions.c 		ops = &ret_ops;
ret_ops            46 tools/perf/arch/powerpc/annotate/instructions.c 		ops = &ret_ops;
ret_ops           124 tools/perf/arch/s390/annotate/instructions.c 		ops = &ret_ops;
ret_ops           131 tools/perf/arch/sparc/annotate/instructions.c 		ops = &ret_ops;
ret_ops           113 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "retq",	.ops = &ret_ops,  },
ret_ops           101 tools/perf/util/annotate.c static struct ins_ops ret_ops;
ret_ops           645 tools/perf/util/annotate.c static struct ins_ops ret_ops = {
ret_ops           651 tools/perf/util/annotate.c 	return ins->ops == &ret_ops;