Linux Perf
|
Public Member Functions | |
DECLARE_BITMAP (cpu_bitmap, MAX_NR_CPUS) | |
Public Attributes | |
struct perf_tool | tool |
struct perf_session * | session |
struct annotation_options | opts |
bool | use_tui |
bool | use_stdio |
bool | use_stdio2 |
bool | use_gtk |
bool | skip_missing |
bool | has_br_stack |
bool | group_set |
const char * | sym_hist_filter |
const char * | cpu_list |
Definition at line 40 of file builtin-annotate.c.
perf_annotate::DECLARE_BITMAP | ( | cpu_bitmap | , |
MAX_NR_CPUS | |||
) |
const char* perf_annotate::cpu_list |
Definition at line 49 of file builtin-annotate.c.
bool perf_annotate::group_set |
Definition at line 47 of file builtin-annotate.c.
bool perf_annotate::has_br_stack |
Definition at line 46 of file builtin-annotate.c.
struct annotation_options perf_annotate::opts |
Definition at line 43 of file builtin-annotate.c.
struct perf_session* perf_annotate::session |
Definition at line 42 of file builtin-annotate.c.
bool perf_annotate::skip_missing |
Definition at line 45 of file builtin-annotate.c.
const char* perf_annotate::sym_hist_filter |
Definition at line 48 of file builtin-annotate.c.
struct perf_tool perf_annotate::tool |
Definition at line 41 of file builtin-annotate.c.
bool perf_annotate::use_gtk |
Definition at line 44 of file builtin-annotate.c.
bool perf_annotate::use_stdio |
Definition at line 44 of file builtin-annotate.c.
bool perf_annotate::use_stdio2 |
Definition at line 44 of file builtin-annotate.c.
bool perf_annotate::use_tui |
Definition at line 44 of file builtin-annotate.c.