Linux Perf
annotation Struct Reference

#include <annotate.h>

Collaboration diagram for annotation:
Collaboration graph

Public Attributes

pthread_mutex_t lock
 
u64 max_coverage
 
u64 start
 
struct annotation_optionsoptions
 
struct annotation_line ** offsets
 
int nr_events
 
int nr_jumps
 
int max_jump_sources
 
int nr_entries
 
int nr_asm_entries
 
u16 max_line_len
 
struct {
   u8   addr
 
   u8   jumps
 
   u8   target
 
   u8   min_addr
 
   u8   max_addr
 
widths
 
bool have_cycles
 
struct annotated_sourcesrc
 

Detailed Description

Definition at line 236 of file annotate.h.

Member Data Documentation

◆ addr

u8 annotation::addr

Definition at line 249 of file annotate.h.

◆ have_cycles

bool annotation::have_cycles

Definition at line 255 of file annotate.h.

◆ jumps

u8 annotation::jumps

Definition at line 250 of file annotate.h.

◆ lock

pthread_mutex_t annotation::lock

Definition at line 237 of file annotate.h.

◆ max_addr

u8 annotation::max_addr

Definition at line 253 of file annotate.h.

◆ max_coverage

u64 annotation::max_coverage

Definition at line 238 of file annotate.h.

◆ max_jump_sources

int annotation::max_jump_sources

Definition at line 244 of file annotate.h.

◆ max_line_len

u16 annotation::max_line_len

Definition at line 247 of file annotate.h.

◆ min_addr

u8 annotation::min_addr

Definition at line 252 of file annotate.h.

◆ nr_asm_entries

int annotation::nr_asm_entries

Definition at line 246 of file annotate.h.

◆ nr_entries

int annotation::nr_entries

Definition at line 245 of file annotate.h.

◆ nr_events

int annotation::nr_events

Definition at line 242 of file annotate.h.

◆ nr_jumps

int annotation::nr_jumps

Definition at line 243 of file annotate.h.

◆ offsets

struct annotation_line** annotation::offsets

Definition at line 241 of file annotate.h.

◆ options

struct annotation_options* annotation::options

Definition at line 240 of file annotate.h.

◆ src

struct annotated_source* annotation::src

Definition at line 256 of file annotate.h.

◆ start

u64 annotation::start

Definition at line 239 of file annotate.h.

◆ target

u8 annotation::target

Definition at line 251 of file annotate.h.

◆ widths

struct { ... } annotation::widths

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