|
Linux Perf
|
#include <annotate.h>

Public Attributes | |
| pthread_mutex_t | lock |
| u64 | max_coverage |
| u64 | start |
| struct annotation_options * | options |
| 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_source * | src |
Definition at line 236 of file annotate.h.
| u8 annotation::addr |
Definition at line 249 of file annotate.h.
| bool annotation::have_cycles |
Definition at line 255 of file annotate.h.
| u8 annotation::jumps |
Definition at line 250 of file annotate.h.
| pthread_mutex_t annotation::lock |
Definition at line 237 of file annotate.h.
| u8 annotation::max_addr |
Definition at line 253 of file annotate.h.
| u64 annotation::max_coverage |
Definition at line 238 of file annotate.h.
| int annotation::max_jump_sources |
Definition at line 244 of file annotate.h.
| u16 annotation::max_line_len |
Definition at line 247 of file annotate.h.
| u8 annotation::min_addr |
Definition at line 252 of file annotate.h.
| int annotation::nr_asm_entries |
Definition at line 246 of file annotate.h.
| int annotation::nr_entries |
Definition at line 245 of file annotate.h.
| int annotation::nr_events |
Definition at line 242 of file annotate.h.
| int annotation::nr_jumps |
Definition at line 243 of file annotate.h.
| struct annotation_line** annotation::offsets |
Definition at line 241 of file annotate.h.
| struct annotation_options* annotation::options |
Definition at line 240 of file annotate.h.
| struct annotated_source* annotation::src |
Definition at line 256 of file annotate.h.
| u64 annotation::start |
Definition at line 239 of file annotate.h.
| u8 annotation::target |
Definition at line 251 of file annotate.h.
| struct { ... } annotation::widths |