Symbol: c2c_dimension
tools/perf/builtin-c2c.c
1404
static struct c2c_dimension dim_dcacheline = {
tools/perf/builtin-c2c.c
1412
static struct c2c_dimension dim_dcacheline_node = {
tools/perf/builtin-c2c.c
1420
static struct c2c_dimension dim_dcacheline_count = {
tools/perf/builtin-c2c.c
1430
static struct c2c_dimension dim_offset = {
tools/perf/builtin-c2c.c
1438
static struct c2c_dimension dim_offset_node = {
tools/perf/builtin-c2c.c
1446
static struct c2c_dimension dim_iaddr = {
tools/perf/builtin-c2c.c
1454
static struct c2c_dimension dim_tot_hitm = {
tools/perf/builtin-c2c.c
1462
static struct c2c_dimension dim_lcl_hitm = {
tools/perf/builtin-c2c.c
1470
static struct c2c_dimension dim_rmt_hitm = {
tools/perf/builtin-c2c.c
1478
static struct c2c_dimension dim_tot_peer = {
tools/perf/builtin-c2c.c
1486
static struct c2c_dimension dim_lcl_peer = {
tools/perf/builtin-c2c.c
1494
static struct c2c_dimension dim_rmt_peer = {
tools/perf/builtin-c2c.c
1502
static struct c2c_dimension dim_cl_rmt_hitm = {
tools/perf/builtin-c2c.c
1510
static struct c2c_dimension dim_cl_lcl_hitm = {
tools/perf/builtin-c2c.c
1518
static struct c2c_dimension dim_cl_rmt_peer = {
tools/perf/builtin-c2c.c
1526
static struct c2c_dimension dim_cl_lcl_peer = {
tools/perf/builtin-c2c.c
1534
static struct c2c_dimension dim_tot_stores = {
tools/perf/builtin-c2c.c
1542
static struct c2c_dimension dim_stores_l1hit = {
tools/perf/builtin-c2c.c
1550
static struct c2c_dimension dim_stores_l1miss = {
tools/perf/builtin-c2c.c
1558
static struct c2c_dimension dim_stores_na = {
tools/perf/builtin-c2c.c
1566
static struct c2c_dimension dim_cl_stores_l1hit = {
tools/perf/builtin-c2c.c
1574
static struct c2c_dimension dim_cl_stores_l1miss = {
tools/perf/builtin-c2c.c
1582
static struct c2c_dimension dim_cl_stores_na = {
tools/perf/builtin-c2c.c
1590
static struct c2c_dimension dim_ld_fbhit = {
tools/perf/builtin-c2c.c
1598
static struct c2c_dimension dim_ld_l1hit = {
tools/perf/builtin-c2c.c
1606
static struct c2c_dimension dim_ld_l2hit = {
tools/perf/builtin-c2c.c
1614
static struct c2c_dimension dim_ld_llchit = {
tools/perf/builtin-c2c.c
1622
static struct c2c_dimension dim_ld_rmthit = {
tools/perf/builtin-c2c.c
1630
static struct c2c_dimension dim_tot_recs = {
tools/perf/builtin-c2c.c
1638
static struct c2c_dimension dim_tot_loads = {
tools/perf/builtin-c2c.c
1653
static struct c2c_dimension dim_percent_costly_snoop = {
tools/perf/builtin-c2c.c
1661
static struct c2c_dimension dim_percent_rmt_hitm = {
tools/perf/builtin-c2c.c
1670
static struct c2c_dimension dim_percent_lcl_hitm = {
tools/perf/builtin-c2c.c
1679
static struct c2c_dimension dim_percent_rmt_peer = {
tools/perf/builtin-c2c.c
1688
static struct c2c_dimension dim_percent_lcl_peer = {
tools/perf/builtin-c2c.c
1697
static struct c2c_dimension dim_percent_stores_l1hit = {
tools/perf/builtin-c2c.c
1706
static struct c2c_dimension dim_percent_stores_l1miss = {
tools/perf/builtin-c2c.c
1715
static struct c2c_dimension dim_percent_stores_na = {
tools/perf/builtin-c2c.c
1724
static struct c2c_dimension dim_dram_lcl = {
tools/perf/builtin-c2c.c
1732
static struct c2c_dimension dim_dram_rmt = {
tools/perf/builtin-c2c.c
1740
static struct c2c_dimension dim_pid = {
tools/perf/builtin-c2c.c
1748
static struct c2c_dimension dim_tid = {
tools/perf/builtin-c2c.c
1754
static struct c2c_dimension dim_symbol = {
tools/perf/builtin-c2c.c
1759
static struct c2c_dimension dim_dso = {
tools/perf/builtin-c2c.c
1765
static struct c2c_dimension dim_node = {
tools/perf/builtin-c2c.c
1772
static struct c2c_dimension dim_mean_rmt = {
tools/perf/builtin-c2c.c
1780
static struct c2c_dimension dim_mean_lcl = {
tools/perf/builtin-c2c.c
1788
static struct c2c_dimension dim_mean_load = {
tools/perf/builtin-c2c.c
1796
static struct c2c_dimension dim_mean_rmt_peer = {
tools/perf/builtin-c2c.c
1804
static struct c2c_dimension dim_mean_lcl_peer = {
tools/perf/builtin-c2c.c
1812
static struct c2c_dimension dim_cpucnt = {
tools/perf/builtin-c2c.c
1820
static struct c2c_dimension dim_srcline = {
tools/perf/builtin-c2c.c
1825
static struct c2c_dimension dim_dcacheline_idx = {
tools/perf/builtin-c2c.c
1833
static struct c2c_dimension dim_dcacheline_num = {
tools/perf/builtin-c2c.c
1841
static struct c2c_dimension dim_dcacheline_num_empty = {
tools/perf/builtin-c2c.c
1849
static struct c2c_dimension *dimensions[] = {
tools/perf/builtin-c2c.c
1924
static struct c2c_dimension *get_dimension(const char *name)
tools/perf/builtin-c2c.c
1929
struct c2c_dimension *dim = dimensions[i];
tools/perf/builtin-c2c.c
1942
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1959
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1968
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1977
struct c2c_dimension *dim = get_dimension(name);
tools/perf/builtin-c2c.c
2025
struct c2c_dimension *dim;
tools/perf/builtin-c2c.c
2200
struct c2c_dimension *dim;
tools/perf/builtin-c2c.c
463
struct c2c_dimension *dim;
tools/perf/builtin-c2c.c
468
static struct c2c_dimension dim_symbol;
tools/perf/builtin-c2c.c
469
static struct c2c_dimension dim_srcline;
tools/perf/builtin-c2c.c
486
struct c2c_dimension *dim;
tools/perf/builtin-c2c.c
503
struct c2c_dimension *dim;