Linux Perf
|
#include <annotate.h>
Public Attributes | |
bool | hide_src_code |
bool | use_offset |
bool | jump_arrows |
bool | print_lines |
bool | full_path |
bool | show_linenr |
bool | show_nr_jumps |
bool | show_nr_samples |
bool | show_total_period |
bool | show_minmax_cycle |
bool | show_asm_raw |
bool | annotate_src |
u8 | offset_level |
int | min_pcnt |
int | max_lines |
int | context |
const char * | objdump_path |
const char * | disassembler_style |
Definition at line 66 of file annotate.h.
bool annotation_options::annotate_src |
Definition at line 67 of file annotate.h.
int annotation_options::context |
Definition at line 82 of file annotate.h.
const char* annotation_options::disassembler_style |
Definition at line 84 of file annotate.h.
bool annotation_options::full_path |
Definition at line 67 of file annotate.h.
bool annotation_options::hide_src_code |
Definition at line 67 of file annotate.h.
bool annotation_options::jump_arrows |
Definition at line 67 of file annotate.h.
int annotation_options::max_lines |
Definition at line 81 of file annotate.h.
int annotation_options::min_pcnt |
Definition at line 80 of file annotate.h.
const char* annotation_options::objdump_path |
Definition at line 83 of file annotate.h.
u8 annotation_options::offset_level |
Definition at line 79 of file annotate.h.
bool annotation_options::print_lines |
Definition at line 67 of file annotate.h.
bool annotation_options::show_asm_raw |
Definition at line 67 of file annotate.h.
bool annotation_options::show_linenr |
Definition at line 67 of file annotate.h.
bool annotation_options::show_minmax_cycle |
Definition at line 67 of file annotate.h.
bool annotation_options::show_nr_jumps |
Definition at line 67 of file annotate.h.
bool annotation_options::show_nr_samples |
Definition at line 67 of file annotate.h.
bool annotation_options::show_total_period |
Definition at line 67 of file annotate.h.
bool annotation_options::use_offset |
Definition at line 67 of file annotate.h.