mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 03:35:55 +00:00
Changes included (and more): 1. Dynamic RAM merge 2. Real-time page scan and allocation 3. Cache compression 4. Real-time IRQ checks 5. Dynamic I/O allocation for Java heap 6. Java page migration 7. Contiguous memory allocation 8. Idle pages tracking 9. Per CPU RAM usage tracking 10. ARM NEON scalar multiplication library 11. NEON/ARMv8 crypto extensions 12. NEON SHA, Blake, RIPEMD crypto extensions 13. Parallel NEON crypto engine for multi-algo based CPU stress reduction
20 lines
1.1 KiB
JSON
20 lines
1.1 KiB
JSON
[
|
|
{
|
|
"BriefDescription": "Cycles code-fetch stalled due to any reason.",
|
|
"Counter": "0,1",
|
|
"EventCode": "0x86",
|
|
"EventName": "FETCH_STALL.ALL",
|
|
"PublicDescription": "Counts cycles that fetch is stalled due to any reason. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes. This will include cycles due to an ITLB miss, ICache miss and other events.",
|
|
"SampleAfterValue": "200003",
|
|
"UMask": "0x3f"
|
|
},
|
|
{
|
|
"BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.",
|
|
"Counter": "0,1",
|
|
"EventCode": "0x86",
|
|
"EventName": "FETCH_STALL.ITLB_FILL_PENDING_CYCLES",
|
|
"PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ITLB miss. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes due to an ITLB miss. Note: this event is not the same as page walk cycles to retrieve an instruction translation.",
|
|
"SampleAfterValue": "200003",
|
|
"UMask": "0x2"
|
|
}
|
|
] |