Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
annotate_browser Struct Reference

Data Fields

struct ui_browser b
 
struct rb_root entries
 
struct rb_nodecurr_hot
 
struct disasm_lineselection
 
struct disasm_line ** offsets
 
u64 start
 
int nr_asm_entries
 
int nr_entries
 
int max_jump_sources
 
int nr_jumps
 
bool searching_backwards
 
u8 addr_width
 
u8 jumps_width
 
u8 target_width
 
u8 min_addr_width
 
u8 max_addr_width
 
char search_bf [128]
 

Detailed Description

Definition at line 32 of file annotate.c.

Field Documentation

u8 addr_width

Definition at line 44 of file annotate.c.

Definition at line 33 of file annotate.c.

struct rb_node* curr_hot

Definition at line 35 of file annotate.c.

struct rb_root entries

Definition at line 34 of file annotate.c.

u8 jumps_width

Definition at line 45 of file annotate.c.

u8 max_addr_width

Definition at line 48 of file annotate.c.

int max_jump_sources

Definition at line 41 of file annotate.c.

u8 min_addr_width

Definition at line 47 of file annotate.c.

int nr_asm_entries

Definition at line 39 of file annotate.c.

int nr_entries

Definition at line 40 of file annotate.c.

int nr_jumps

Definition at line 42 of file annotate.c.

struct disasm_line** offsets

Definition at line 37 of file annotate.c.

char search_bf[128]

Definition at line 49 of file annotate.c.

bool searching_backwards

Definition at line 43 of file annotate.c.

struct disasm_line* selection

Definition at line 36 of file annotate.c.

u64 start

Definition at line 38 of file annotate.c.

u8 target_width

Definition at line 46 of file annotate.c.


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