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
| [
| {
| "Unit": "CPU-M-CF",
| "EventCode": "80",
| "EventName": "ECC_FUNCTION_COUNT",
| "BriefDescription": "ECC Function Count",
| "PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC) functions issued by the CPU."
| },
| {
| "Unit": "CPU-M-CF",
| "EventCode": "81",
| "EventName": "ECC_CYCLES_COUNT",
| "BriefDescription": "ECC Cycles Count",
| "PublicDescription": "This counter counts the total number of CPU cycles when the ECC coprocessor is busy performing the elliptic-curve cryptography (ECC) functions issued by the CPU."
| },
| {
| "Unit": "CPU-M-CF",
| "EventCode": "82",
| "EventName": "ECC_BLOCKED_FUNCTION_COUNT",
| "BriefDescription": "Ecc Blocked Function Count",
| "PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC) functions that are issued by the CPU and are blocked because the ECC coprocessor is busy performing a function issued by another CPU."
| },
| {
| "Unit": "CPU-M-CF",
| "EventCode": "83",
| "EventName": "ECC_BLOCKED_CYCLES_COUNT",
| "BriefDescription": "ECC Blocked Cycles Count",
| "PublicDescription": "This counter counts the total number of CPU cycles blocked for the elliptic-curve cryptography (ECC) functions issued by the CPU because the ECC coprocessor is busy performing a function issued by another CPU."
| },
| ]
|
|