Linux Perf
|
Public Attributes | |
size_t | privsize |
struct arch * | arch |
struct map_symbol | ms |
struct perf_evsel * | evsel |
struct annotation_options * | options |
s64 | offset |
char * | line |
int | line_nr |
Definition at line 1069 of file annotate.c.
struct arch* annotate_args::arch |
Definition at line 1071 of file annotate.c.
struct perf_evsel* annotate_args::evsel |
Definition at line 1073 of file annotate.c.
char* annotate_args::line |
Definition at line 1076 of file annotate.c.
int annotate_args::line_nr |
Definition at line 1077 of file annotate.c.
struct map_symbol annotate_args::ms |
Definition at line 1072 of file annotate.c.
s64 annotate_args::offset |
Definition at line 1075 of file annotate.c.
struct annotation_options* annotate_args::options |
Definition at line 1074 of file annotate.c.
size_t annotate_args::privsize |
Definition at line 1070 of file annotate.c.