Linux Perf
|
Public Attributes | |
struct perf_tool | tool |
struct c2c_hists | hists |
struct mem2node | mem2node |
unsigned long ** | nodes |
int | nodes_cnt |
int | cpus_cnt |
int * | cpu2node |
int | node_info |
bool | show_src |
bool | show_all |
bool | use_stdio |
bool | stats_only |
bool | symbol_full |
struct c2c_stats | hitm_stats |
int | shared_clines |
int | display |
const char * | coalesce |
char * | cl_sort |
char * | cl_resort |
char * | cl_output |
Definition at line 73 of file builtin-c2c.c.
char* perf_c2c::cl_output |
Definition at line 99 of file builtin-c2c.c.
char* perf_c2c::cl_resort |
Definition at line 98 of file builtin-c2c.c.
char* perf_c2c::cl_sort |
Definition at line 97 of file builtin-c2c.c.
const char* perf_c2c::coalesce |
Definition at line 96 of file builtin-c2c.c.
int* perf_c2c::cpu2node |
Definition at line 81 of file builtin-c2c.c.
int perf_c2c::cpus_cnt |
Definition at line 80 of file builtin-c2c.c.
int perf_c2c::display |
Definition at line 94 of file builtin-c2c.c.
struct c2c_hists perf_c2c::hists |
Definition at line 75 of file builtin-c2c.c.
struct c2c_stats perf_c2c::hitm_stats |
Definition at line 91 of file builtin-c2c.c.
struct mem2node perf_c2c::mem2node |
Definition at line 76 of file builtin-c2c.c.
int perf_c2c::node_info |
Definition at line 82 of file builtin-c2c.c.
unsigned long** perf_c2c::nodes |
Definition at line 78 of file builtin-c2c.c.
int perf_c2c::nodes_cnt |
Definition at line 79 of file builtin-c2c.c.
int perf_c2c::shared_clines |
Definition at line 92 of file builtin-c2c.c.
bool perf_c2c::show_all |
Definition at line 85 of file builtin-c2c.c.
bool perf_c2c::show_src |
Definition at line 84 of file builtin-c2c.c.
bool perf_c2c::stats_only |
Definition at line 87 of file builtin-c2c.c.
bool perf_c2c::symbol_full |
Definition at line 88 of file builtin-c2c.c.
struct perf_tool perf_c2c::tool |
Definition at line 74 of file builtin-c2c.c.
bool perf_c2c::use_stdio |
Definition at line 86 of file builtin-c2c.c.