Linux Perf
|
Public Attributes | |
const char * | name |
struct ins * | instructions |
size_t | nr_instructions |
size_t | nr_instructions_allocated |
struct ins_ops *(* | associate_instruction_ops )(struct arch *arch, const char *name) |
bool | sorted_instructions |
bool | initialized |
void * | priv |
unsigned int | model |
unsigned int | family |
int(* | init )(struct arch *arch, char *cpuid) |
bool(* | ins_is_fused )(struct arch *arch, const char *ins1, const char *ins2) |
struct { | |
char comment_char | |
char skip_functions_char | |
} | objdump |
Definition at line 60 of file annotate.c.
Definition at line 65 of file annotate.c.
char arch::comment_char |
Definition at line 75 of file annotate.c.
unsigned int arch::family |
Definition at line 70 of file annotate.c.
Definition at line 71 of file annotate.c.
bool arch::initialized |
Definition at line 67 of file annotate.c.
Definition at line 72 of file annotate.c.
struct ins* arch::instructions |
Definition at line 62 of file annotate.c.
unsigned int arch::model |
Definition at line 69 of file annotate.c.
const char* arch::name |
Definition at line 61 of file annotate.c.
size_t arch::nr_instructions |
Definition at line 63 of file annotate.c.
size_t arch::nr_instructions_allocated |
Definition at line 64 of file annotate.c.
struct { ... } arch::objdump |
void* arch::priv |
Definition at line 68 of file annotate.c.
char arch::skip_functions_char |
Definition at line 76 of file annotate.c.
bool arch::sorted_instructions |
Definition at line 66 of file annotate.c.