ins_operands       13 tools/perf/arch/arm64/annotate/instructions.c 			    struct ins_operands *ops,
ins_operands       62 tools/perf/arch/arm64/annotate/instructions.c 			  struct ins_operands *ops, int max_ins_name);
ins_operands        4 tools/perf/arch/s390/annotate/instructions.c static int s390_call__parse(struct arch *arch, struct ins_operands *ops,
ins_operands       49 tools/perf/arch/s390/annotate/instructions.c 			   struct ins_operands *ops, int max_ins_name);
ins_operands       57 tools/perf/arch/s390/annotate/instructions.c 			   struct ins_operands *ops,
ins_operands      207 tools/perf/util/annotate.c static void ins__delete(struct ins_operands *ops)
ins_operands      218 tools/perf/util/annotate.c 			      struct ins_operands *ops, int max_ins_name)
ins_operands      224 tools/perf/util/annotate.c 		   struct ins_operands *ops, int max_ins_name)
ins_operands      240 tools/perf/util/annotate.c static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms)
ins_operands      293 tools/perf/util/annotate.c 			   struct ins_operands *ops, int max_ins_name)
ins_operands      321 tools/perf/util/annotate.c static inline const char *validate_comma(const char *c, struct ins_operands *ops)
ins_operands      329 tools/perf/util/annotate.c static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms)
ins_operands      408 tools/perf/util/annotate.c 			   struct ins_operands *ops, int max_ins_name)
ins_operands      477 tools/perf/util/annotate.c static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms)
ins_operands      503 tools/perf/util/annotate.c 			   struct ins_operands *ops, int max_ins_name)
ins_operands      515 tools/perf/util/annotate.c static void lock__delete(struct ins_operands *ops)
ins_operands      535 tools/perf/util/annotate.c static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_unused)
ins_operands      584 tools/perf/util/annotate.c 			   struct ins_operands *ops, int max_ins_name)
ins_operands      596 tools/perf/util/annotate.c static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol *ms __maybe_unused)
ins_operands      624 tools/perf/util/annotate.c 			   struct ins_operands *ops, int max_ins_name)
ins_operands      636 tools/perf/util/annotate.c 			  struct ins_operands *ops __maybe_unused, int max_ins_name)
ins_operands       51 tools/perf/util/annotate.h 			struct ins_operands *ops;
ins_operands       59 tools/perf/util/annotate.h 	void (*free)(struct ins_operands *ops);
ins_operands       60 tools/perf/util/annotate.h 	int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms);
ins_operands       62 tools/perf/util/annotate.h 			 struct ins_operands *ops, int max_ins_name);
ins_operands       69 tools/perf/util/annotate.h int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops, int max_ins_name);
ins_operands      151 tools/perf/util/annotate.h 	struct ins_operands	 ops;