Linux Perf
insn_field Struct Reference

#include <insn.h>

Collaboration diagram for insn_field:
Collaboration graph

Public Attributes

union {
   insn_value_t   value
 
   insn_byte_t   bytes [4]
 
}; 
 
unsigned char got
 
unsigned char nbytes
 

Detailed Description

Definition at line 26 of file insn.h.

Member Data Documentation

◆ @117

union { ... }

◆ bytes

insn_byte_t insn_field::bytes[4]

Definition at line 29 of file insn.h.

◆ got

unsigned char insn_field::got

Definition at line 32 of file insn.h.

◆ nbytes

unsigned char insn_field::nbytes

Definition at line 33 of file insn.h.

◆ value

insn_value_t insn_field::value

Definition at line 28 of file insn.h.


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