Linux Perf
annotation_options Struct Reference

#include <annotate.h>

Collaboration diagram for annotation_options:
Collaboration graph

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
 

Detailed Description

Definition at line 66 of file annotate.h.

Member Data Documentation

◆ annotate_src

bool annotation_options::annotate_src

Definition at line 67 of file annotate.h.

◆ context

int annotation_options::context

Definition at line 82 of file annotate.h.

◆ disassembler_style

const char* annotation_options::disassembler_style

Definition at line 84 of file annotate.h.

◆ full_path

bool annotation_options::full_path

Definition at line 67 of file annotate.h.

◆ hide_src_code

bool annotation_options::hide_src_code

Definition at line 67 of file annotate.h.

◆ jump_arrows

bool annotation_options::jump_arrows

Definition at line 67 of file annotate.h.

◆ max_lines

int annotation_options::max_lines

Definition at line 81 of file annotate.h.

◆ min_pcnt

int annotation_options::min_pcnt

Definition at line 80 of file annotate.h.

◆ objdump_path

const char* annotation_options::objdump_path

Definition at line 83 of file annotate.h.

◆ offset_level

u8 annotation_options::offset_level

Definition at line 79 of file annotate.h.

◆ print_lines

bool annotation_options::print_lines

Definition at line 67 of file annotate.h.

◆ show_asm_raw

bool annotation_options::show_asm_raw

Definition at line 67 of file annotate.h.

◆ show_linenr

bool annotation_options::show_linenr

Definition at line 67 of file annotate.h.

◆ show_minmax_cycle

bool annotation_options::show_minmax_cycle

Definition at line 67 of file annotate.h.

◆ show_nr_jumps

bool annotation_options::show_nr_jumps

Definition at line 67 of file annotate.h.

◆ show_nr_samples

bool annotation_options::show_nr_samples

Definition at line 67 of file annotate.h.

◆ show_total_period

bool annotation_options::show_total_period

Definition at line 67 of file annotate.h.

◆ use_offset

bool annotation_options::use_offset

Definition at line 67 of file annotate.h.


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