aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/pmu-events/arch/x86/amdzen4/memory-controller.json
blob: 55263e5e4f69a783d14666131b1169c8ec123027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
  {
    "EventName": "umc_mem_clk",
    "PublicDescription": "Number of memory clock cycles.",
    "EventCode": "0x00",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_act_cmd.all",
    "PublicDescription": "Number of ACTIVATE commands sent.",
    "EventCode": "0x05",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_act_cmd.rd",
    "PublicDescription": "Number of ACTIVATE commands sent for reads.",
    "EventCode": "0x05",
    "RdWrMask": "0x1",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_act_cmd.wr",
    "PublicDescription": "Number of ACTIVATE commands sent for writes.",
    "EventCode": "0x05",
    "RdWrMask": "0x2",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_pchg_cmd.all",
    "PublicDescription": "Number of PRECHARGE commands sent.",
    "EventCode": "0x06",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_pchg_cmd.rd",
    "PublicDescription": "Number of PRECHARGE commands sent for reads.",
    "EventCode": "0x06",
    "RdWrMask": "0x1",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_pchg_cmd.wr",
    "PublicDescription": "Number of PRECHARGE commands sent for writes.",
    "EventCode": "0x06",
    "RdWrMask": "0x2",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_cas_cmd.all",
    "PublicDescription": "Number of CAS commands sent.",
    "EventCode": "0x0a",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_cas_cmd.rd",
    "PublicDescription": "Number of CAS commands sent for reads.",
    "EventCode": "0x0a",
    "RdWrMask": "0x1",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_cas_cmd.wr",
    "PublicDescription": "Number of CAS commands sent for writes.",
    "EventCode": "0x0a",
    "RdWrMask": "0x2",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_data_slot_clks.all",
    "PublicDescription": "Number of clocks used by the data bus.",
    "EventCode": "0x14",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_data_slot_clks.rd",
    "PublicDescription": "Number of clocks used by the data bus for reads.",
    "EventCode": "0x14",
    "RdWrMask": "0x1",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  },
  {
    "EventName": "umc_data_slot_clks.wr",
    "PublicDescription": "Number of clocks used by the data bus for writes.",
    "EventCode": "0x14",
    "RdWrMask": "0x2",
    "PerPkg": "1",
    "Unit": "UMCPMC"
  }
]