Linux Perf
ins_ops Struct Reference

#include <annotate.h>

Collaboration diagram for ins_ops:
Collaboration graph

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)
 

Detailed Description

Definition at line 48 of file annotate.h.

Member Data Documentation

◆ free

void(* ins_ops::free) (struct ins_operands *ops)

Definition at line 49 of file annotate.h.

◆ parse

int(* ins_ops::parse) (struct arch *arch, struct ins_operands *ops, struct map_symbol *ms)

Definition at line 50 of file annotate.h.

◆ scnprintf

int(* ins_ops::scnprintf) (struct ins *ins, char *bf, size_t size, struct ins_operands *ops)

Definition at line 51 of file annotate.h.


The documentation for this struct was generated from the following file: