|
Linux Perf
|
#include <annotate.h>

Public Attributes | |
| struct list_head | node |
| struct rb_node | rb_node |
| s64 | offset |
| char * | line |
| int | line_nr |
| int | jump_sources |
| float | ipc |
| u64 | cycles |
| u64 | cycles_max |
| u64 | cycles_min |
| size_t | privsize |
| char * | path |
| u32 | idx |
| int | idx_asm |
| int | samples_nr |
| struct annotation_data | samples [0] |
Definition at line 110 of file annotate.h.
| u64 annotation_line::cycles |
Definition at line 118 of file annotate.h.
| u64 annotation_line::cycles_max |
Definition at line 119 of file annotate.h.
| u64 annotation_line::cycles_min |
Definition at line 120 of file annotate.h.
| u32 annotation_line::idx |
Definition at line 123 of file annotate.h.
| int annotation_line::idx_asm |
Definition at line 124 of file annotate.h.
| float annotation_line::ipc |
Definition at line 117 of file annotate.h.
| int annotation_line::jump_sources |
Definition at line 116 of file annotate.h.
| char* annotation_line::line |
Definition at line 114 of file annotate.h.
| int annotation_line::line_nr |
Definition at line 115 of file annotate.h.
| struct list_head annotation_line::node |
Definition at line 111 of file annotate.h.
| s64 annotation_line::offset |
Definition at line 113 of file annotate.h.
| char* annotation_line::path |
Definition at line 122 of file annotate.h.
| size_t annotation_line::privsize |
Definition at line 121 of file annotate.h.
| struct rb_node annotation_line::rb_node |
Definition at line 112 of file annotate.h.
| struct annotation_data annotation_line::samples[0] |
Definition at line 126 of file annotate.h.
| int annotation_line::samples_nr |
Definition at line 125 of file annotate.h.