Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dannotate.h16 struct ins_operands { struct
32 struct ins_operands *ops; argument
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;
Dannotate.c27 static void ins__delete(struct ins_operands *ops) in ins__delete()
36 struct ins_operands *ops) in ins__raw_scnprintf()
42 struct ins_operands *ops) in ins__scnprintf()
50 static int call__parse(struct ins_operands *ops) in call__parse()
88 struct ins_operands *ops) in call__scnprintf()
109 static int jump__parse(struct ins_operands *ops) in jump__parse()
124 struct ins_operands *ops) in jump__scnprintf()
164 static int lock__parse(struct ins_operands *ops) in lock__parse()
194 struct ins_operands *ops) in lock__scnprintf()
206 static void lock__delete(struct ins_operands *ops) in lock__delete()
[all …]