Linux Perf
|
Public Member Functions | |
DECLARE_BITMAP (cpu_bitmap, MAX_NR_CPUS) | |
Public Attributes | |
struct perf_tool | tool |
struct perf_session * | session |
bool | use_tui |
bool | use_gtk |
bool | use_stdio |
bool | show_full_info |
bool | show_threads |
bool | inverted_callchain |
bool | mem_mode |
bool | stats_mode |
bool | tasks_mode |
bool | mmaps_mode |
bool | header |
bool | header_only |
bool | nonany_branch_mode |
bool | group_set |
int | max_stack |
struct perf_read_values | show_threads_values |
struct annotation_options | annotation_opts |
const char * | pretty_printing_style |
const char * | cpu_list |
const char * | symbol_filter_str |
const char * | time_str |
struct perf_time_interval * | ptime_range |
int | range_size |
int | range_num |
float | min_percent |
u64 | nr_entries |
u64 | queue_size |
int | socket_filter |
struct branch_type_stat | brtype_stat |
Definition at line 57 of file builtin-report.c.
report::DECLARE_BITMAP | ( | cpu_bitmap | , |
MAX_NR_CPUS | |||
) |
struct annotation_options report::annotation_opts |
Definition at line 74 of file builtin-report.c.
struct branch_type_stat report::brtype_stat |
Definition at line 87 of file builtin-report.c.
const char* report::cpu_list |
Definition at line 76 of file builtin-report.c.
bool report::group_set |
Definition at line 71 of file builtin-report.c.
bool report::header |
Definition at line 68 of file builtin-report.c.
bool report::header_only |
Definition at line 69 of file builtin-report.c.
bool report::inverted_callchain |
Definition at line 63 of file builtin-report.c.
int report::max_stack |
Definition at line 72 of file builtin-report.c.
bool report::mem_mode |
Definition at line 64 of file builtin-report.c.
float report::min_percent |
Definition at line 82 of file builtin-report.c.
bool report::mmaps_mode |
Definition at line 67 of file builtin-report.c.
bool report::nonany_branch_mode |
Definition at line 70 of file builtin-report.c.
u64 report::nr_entries |
Definition at line 83 of file builtin-report.c.
const char* report::pretty_printing_style |
Definition at line 75 of file builtin-report.c.
struct perf_time_interval* report::ptime_range |
Definition at line 79 of file builtin-report.c.
u64 report::queue_size |
Definition at line 84 of file builtin-report.c.
int report::range_num |
Definition at line 81 of file builtin-report.c.
int report::range_size |
Definition at line 80 of file builtin-report.c.
struct perf_session* report::session |
Definition at line 59 of file builtin-report.c.
bool report::show_full_info |
Definition at line 61 of file builtin-report.c.
bool report::show_threads |
Definition at line 62 of file builtin-report.c.
struct perf_read_values report::show_threads_values |
Definition at line 73 of file builtin-report.c.
int report::socket_filter |
Definition at line 85 of file builtin-report.c.
bool report::stats_mode |
Definition at line 65 of file builtin-report.c.
const char* report::symbol_filter_str |
Definition at line 77 of file builtin-report.c.
bool report::tasks_mode |
Definition at line 66 of file builtin-report.c.
const char* report::time_str |
Definition at line 78 of file builtin-report.c.
struct perf_tool report::tool |
Definition at line 58 of file builtin-report.c.
bool report::use_gtk |
Definition at line 60 of file builtin-report.c.
bool report::use_stdio |
Definition at line 60 of file builtin-report.c.
bool report::use_tui |
Definition at line 60 of file builtin-report.c.