Searched refs:ins_operands (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h16 struct ins_operands { struct
32 struct ins_operands *ops;
38 void (*free)(struct ins_operands *ops);
39 int (*parse)(struct ins_operands *ops);
41 struct ins_operands *ops);
51 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops);
61 struct ins_operands ops;
H A Dannotate.c27 static void ins__delete(struct ins_operands *ops)
36 struct ins_operands *ops)
42 struct ins_operands *ops)
50 static int call__parse(struct ins_operands *ops)
88 struct ins_operands *ops)
109 static int jump__parse(struct ins_operands *ops)
124 struct ins_operands *ops)
164 static int lock__parse(struct ins_operands *ops)
194 struct ins_operands *ops)
206 static void lock__delete(struct ins_operands *op
[all...]

Completed in 227 milliseconds