Linux Perf
instructions.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static bool x86__ins_is_fused (struct arch *arch, const char *ins1, const char *ins2)
 
static int x86__cpuid_parse (struct arch *arch, char *cpuid)
 
static int x86__annotate_init (struct arch *arch, char *cpuid)
 

Variables

static struct ins x86__instructions []
 

Function Documentation

◆ x86__annotate_init()

static int x86__annotate_init ( struct arch arch,
char *  cpuid 
)
static

Definition at line 192 of file instructions.c.

Here is the call graph for this function:

◆ x86__cpuid_parse()

static int x86__cpuid_parse ( struct arch arch,
char *  cpuid 
)
static

Definition at line 174 of file instructions.c.

◆ x86__ins_is_fused()

static bool x86__ins_is_fused ( struct arch arch,
const char *  ins1,
const char *  ins2 
)
static

Definition at line 146 of file instructions.c.

Variable Documentation

◆ x86__instructions

struct ins x86__instructions[]
static

Definition at line 2 of file instructions.c.