Linux Perf
|
Public Attributes | |
struct c2c_hists * | hists |
struct c2c_stats | stats |
unsigned long * | cpuset |
unsigned long * | nodeset |
struct c2c_stats * | node_stats |
unsigned int | cacheline_idx |
struct compute_stats | cstats |
struct hist_entry | he |
unsigned long | paddr |
unsigned long | paddr_cnt |
bool | paddr_zero |
char * | nodestr |
Definition at line 49 of file builtin-c2c.c.
unsigned int c2c_hist_entry::cacheline_idx |
Definition at line 55 of file builtin-c2c.c.
unsigned long* c2c_hist_entry::cpuset |
Definition at line 52 of file builtin-c2c.c.
struct compute_stats c2c_hist_entry::cstats |
Definition at line 57 of file builtin-c2c.c.
struct hist_entry c2c_hist_entry::he |
Definition at line 63 of file builtin-c2c.c.
struct c2c_hists* c2c_hist_entry::hists |
Definition at line 50 of file builtin-c2c.c.
struct c2c_stats* c2c_hist_entry::node_stats |
Definition at line 54 of file builtin-c2c.c.
unsigned long* c2c_hist_entry::nodeset |
Definition at line 53 of file builtin-c2c.c.
char* c2c_hist_entry::nodestr |
Definition at line 68 of file builtin-c2c.c.
unsigned long c2c_hist_entry::paddr |
Definition at line 65 of file builtin-c2c.c.
unsigned long c2c_hist_entry::paddr_cnt |
Definition at line 66 of file builtin-c2c.c.
bool c2c_hist_entry::paddr_zero |
Definition at line 67 of file builtin-c2c.c.
struct c2c_stats c2c_hist_entry::stats |
Definition at line 51 of file builtin-c2c.c.