mmu.json (2262B)
1[ 2 { 3 "PublicDescription": "Duration of a translation table walk handled by the MMU", 4 "EventCode": "0xE0", 5 "EventName": "MMU_PTW", 6 "BriefDescription": "Duration of a translation table walk handled by the MMU" 7 }, 8 { 9 "PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event is not counted when it is accessible from Non-secure EL0 or EL1", 10 "EventCode": "0xE1", 11 "EventName": "MMU_PTW_ST1", 12 "BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event is not counted when it is accessible from Non-secure EL0 or EL1" 13 }, 14 { 15 "PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event is not counted when it is accessible from Non-secure EL0 or EL1", 16 "EventCode": "0xE2", 17 "EventName": "MMU_PTW_ST2", 18 "BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event is not counted when it is accessible from Non-secure EL0 or EL1" 19 }, 20 { 21 "PublicDescription": "Duration of a translation table walk requested by the LSU", 22 "EventCode": "0xE3", 23 "EventName": "MMU_PTW_LSU", 24 "BriefDescription": "Duration of a translation table walk requested by the LSU" 25 }, 26 { 27 "PublicDescription": "Duration of a translation table walk requested by the instruction side", 28 "EventCode": "0xE4", 29 "EventName": "MMU_PTW_ISIDE", 30 "BriefDescription": "Duration of a translation table walk requested by the instruction side" 31 }, 32 { 33 "PublicDescription": "Duration of a translation table walk requested by a Preload instruction or Prefetch request", 34 "EventCode": "0xE5", 35 "EventName": "MMU_PTW_PLD", 36 "BriefDescription": "Duration of a translation table walk requested by a Preload instruction or Prefetch request" 37 }, 38 { 39 "PublicDescription": "Duration of a translation table walk requested by an address translation operation", 40 "EventCode": "0xE6", 41 "EventName": "MMU_PTW_CP15", 42 "BriefDescription": "Duration of a translation table walk requested by an address translation operation" 43 } 44]