Linux Perf
test_data Struct Reference
Collaboration diagram for test_data:
Collaboration graph

Public Attributes

u8 data [MAX_INSN_SIZE]
 
int expected_length
 
int expected_rel
 
const char * expected_op_str
 
const char * expected_branch_str
 
const char * asm_rep
 

Detailed Description

Definition at line 11 of file insn-x86.c.

Member Data Documentation

◆ asm_rep

const char* test_data::asm_rep

Definition at line 17 of file insn-x86.c.

◆ data

u8 test_data::data[MAX_INSN_SIZE]

Definition at line 12 of file insn-x86.c.

◆ expected_branch_str

const char* test_data::expected_branch_str

Definition at line 16 of file insn-x86.c.

◆ expected_length

int test_data::expected_length

Definition at line 13 of file insn-x86.c.

◆ expected_op_str

const char* test_data::expected_op_str

Definition at line 15 of file insn-x86.c.

◆ expected_rel

int test_data::expected_rel

Definition at line 14 of file insn-x86.c.


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