Linux Perf
|
#include <annotate.h>
Public Attributes | |
void(* | free )(struct ins_operands *ops) |
int(* | parse )(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) |
int(* | scnprintf )(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) |
Definition at line 48 of file annotate.h.
void(* ins_ops::free) (struct ins_operands *ops) |
Definition at line 49 of file annotate.h.
int(* ins_ops::parse) (struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) |
Definition at line 50 of file annotate.h.
int(* ins_ops::scnprintf) (struct ins *ins, char *bf, size_t size, struct ins_operands *ops) |
Definition at line 51 of file annotate.h.