ins_ops            13 tools/perf/arch/arm/annotate/instructions.c static struct ins_ops *arm__associate_instruction_ops(struct arch *arch, const char *name)
ins_ops            16 tools/perf/arch/arm/annotate/instructions.c 	struct ins_ops *ops;
ins_ops            64 tools/perf/arch/arm64/annotate/instructions.c static struct ins_ops arm64_mov_ops = {
ins_ops            69 tools/perf/arch/arm64/annotate/instructions.c static struct ins_ops *arm64__associate_instruction_ops(struct arch *arch, const char *name)
ins_ops            72 tools/perf/arch/arm64/annotate/instructions.c 	struct ins_ops *ops;
ins_ops             6 tools/perf/arch/csky/annotate/instructions.c static struct ins_ops *csky__associate_ins_ops(struct arch *arch,
ins_ops             9 tools/perf/arch/csky/annotate/instructions.c 	struct ins_ops *ops = NULL;
ins_ops             4 tools/perf/arch/powerpc/annotate/instructions.c static struct ins_ops *powerpc__associate_instruction_ops(struct arch *arch, const char *name)
ins_ops             7 tools/perf/arch/powerpc/annotate/instructions.c 	struct ins_ops *ops;
ins_ops            51 tools/perf/arch/s390/annotate/instructions.c static struct ins_ops s390_call_ops = {
ins_ops           104 tools/perf/arch/s390/annotate/instructions.c static struct ins_ops s390_mov_ops = {
ins_ops           109 tools/perf/arch/s390/annotate/instructions.c static struct ins_ops *s390__associate_ins_ops(struct arch *arch, const char *name)
ins_ops           111 tools/perf/arch/s390/annotate/instructions.c 	struct ins_ops *ops = NULL;
ins_ops           120 tools/perf/arch/sparc/annotate/instructions.c static struct ins_ops *sparc__associate_instruction_ops(struct arch *arch, const char *name)
ins_ops           122 tools/perf/arch/sparc/annotate/instructions.c 	struct ins_ops *ops = NULL;
ins_ops            71 tools/perf/util/annotate.c static struct ins_ops *ins__find(struct arch *arch, const char *name);
ins_ops            80 tools/perf/util/annotate.c 	struct ins_ops  *(*associate_instruction_ops)(struct arch *arch, const char *name);
ins_ops            95 tools/perf/util/annotate.c static struct ins_ops call_ops;
ins_ops            96 tools/perf/util/annotate.c static struct ins_ops dec_ops;
ins_ops            97 tools/perf/util/annotate.c static struct ins_ops jump_ops;
ins_ops            98 tools/perf/util/annotate.c static struct ins_ops mov_ops;
ins_ops            99 tools/perf/util/annotate.c static struct ins_ops nop_ops;
ins_ops           100 tools/perf/util/annotate.c static struct ins_ops lock_ops;
ins_ops           101 tools/perf/util/annotate.c static struct ins_ops ret_ops;
ins_ops           131 tools/perf/util/annotate.c static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops)
ins_ops           307 tools/perf/util/annotate.c static struct ins_ops call_ops = {
ins_ops           440 tools/perf/util/annotate.c static struct ins_ops jump_ops = {
ins_ops           529 tools/perf/util/annotate.c static struct ins_ops lock_ops = {
ins_ops           591 tools/perf/util/annotate.c static struct ins_ops mov_ops = {
ins_ops           630 tools/perf/util/annotate.c static struct ins_ops dec_ops = {
ins_ops           641 tools/perf/util/annotate.c static struct ins_ops nop_ops = {
ins_ops           645 tools/perf/util/annotate.c static struct ins_ops ret_ops = {
ins_ops           681 tools/perf/util/annotate.c static struct ins_ops *__ins__find(struct arch *arch, const char *name)
ins_ops           695 tools/perf/util/annotate.c static struct ins_ops *ins__find(struct arch *arch, const char *name)
ins_ops           697 tools/perf/util/annotate.c 	struct ins_ops *ops = __ins__find(arch, name);
ins_ops            17 tools/perf/util/annotate.h struct ins_ops;
ins_ops            28 tools/perf/util/annotate.h 	struct ins_ops *ops;