Searched defs:ins_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | annotate.h | 60 struct ins_ops { struct 61 void (*free)(struct ins_operands *ops); 62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 63 int (*scnprintf)(struct ins *ins, char *bf, size_t size,
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | annotate.h | 60 struct ins_ops { struct 61 void (*free)(struct ins_operands *ops); 62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 63 int (*scnprintf)(struct ins *ins, char *bf, size_t size,
|