Home
last modified time | relevance | path

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

/linux-4.1.27/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);
62 struct ins_operands ops;
Dannotate.c31 static void ins__delete(struct ins_operands *ops) in ins__delete()
42 struct ins_operands *ops) in ins__raw_scnprintf()
48 struct ins_operands *ops) in ins__scnprintf()
56 static int call__parse(struct ins_operands *ops) in call__parse()
94 struct ins_operands *ops) in call__scnprintf()
115 static int jump__parse(struct ins_operands *ops) in jump__parse()
130 struct ins_operands *ops) in jump__scnprintf()
170 static int lock__parse(struct ins_operands *ops) in lock__parse()
202 struct ins_operands *ops) in lock__scnprintf()
214 static void lock__delete(struct ins_operands *ops) in lock__delete()
[all …]