Linux Perf
instructions.c File Reference
#include <linux/compiler.h>
#include <sys/types.h>
#include <regex.h>
Include dependency graph for instructions.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  arm_annotate
 

Macros

#define ARM_CONDS   "(cc|cs|eq|ge|gt|hi|le|ls|lt|mi|ne|pl|vc|vs)"
 

Functions

static struct ins_opsarm__associate_instruction_ops (struct arch *arch, const char *name)
 
static int arm__annotate_init (struct arch *arch, char *cpuid __maybe_unused)
 

Macro Definition Documentation

◆ ARM_CONDS

#define ARM_CONDS   "(cc|cs|eq|ge|gt|hi|le|ls|lt|mi|ne|pl|vc|vs)"

Function Documentation

◆ arm__annotate_init()

static int arm__annotate_init ( struct arch arch,
char *cpuid  __maybe_unused 
)
static

Definition at line 28 of file instructions.c.

Here is the call graph for this function:

◆ arm__associate_instruction_ops()

static struct ins_ops* arm__associate_instruction_ops ( struct arch arch,
const char *  name 
)
static

Definition at line 11 of file instructions.c.

Here is the call graph for this function: