Linux Perf
|
Public Attributes | |
struct ui_browser | b |
struct rb_root | entries |
struct rb_node * | curr_hot |
struct annotation_line * | selection |
struct arch * | arch |
struct annotation_options * | opts |
bool | searching_backwards |
char | search_bf [128] |
Definition at line 26 of file annotate.c.
struct arch* annotate_browser::arch |
Definition at line 31 of file annotate.c.
struct ui_browser annotate_browser::b |
Definition at line 27 of file annotate.c.
struct rb_node* annotate_browser::curr_hot |
Definition at line 29 of file annotate.c.
struct rb_root annotate_browser::entries |
Definition at line 28 of file annotate.c.
struct annotation_options* annotate_browser::opts |
Definition at line 32 of file annotate.c.
char annotate_browser::search_bf[128] |
Definition at line 34 of file annotate.c.
bool annotate_browser::searching_backwards |
Definition at line 33 of file annotate.c.
struct annotation_line* annotate_browser::selection |
Definition at line 30 of file annotate.c.