1[ 2 { 3 "EventName": "EXCEPTION_TAKEN", 4 "EventCode": "0x0000100", 5 "BriefDescription": "Exception taken" 6 }, 7 { 8 "EventName": "INTEGER_LOAD_RETIRED", 9 "EventCode": "0x0000200", 10 "BriefDescription": "Integer load instruction retired" 11 }, 12 { 13 "EventName": "INTEGER_STORE_RETIRED", 14 "EventCode": "0x0000400", 15 "BriefDescription": "Integer store instruction retired" 16 }, 17 { 18 "EventName": "ATOMIC_MEMORY_RETIRED", 19 "EventCode": "0x0000800", 20 "BriefDescription": "Atomic memory operation retired" 21 }, 22 { 23 "EventName": "SYSTEM_INSTRUCTION_RETIRED", 24 "EventCode": "0x0001000", 25 "BriefDescription": "System instruction retired" 26 }, 27 { 28 "EventName": "INTEGER_ARITHMETIC_RETIRED", 29 "EventCode": "0x0002000", 30 "BriefDescription": "Integer arithmetic instruction retired" 31 }, 32 { 33 "EventName": "CONDITIONAL_BRANCH_RETIRED", 34 "EventCode": "0x0004000", 35 "BriefDescription": "Conditional branch retired" 36 }, 37 { 38 "EventName": "JAL_INSTRUCTION_RETIRED", 39 "EventCode": "0x0008000", 40 "BriefDescription": "JAL instruction retired" 41 }, 42 { 43 "EventName": "JALR_INSTRUCTION_RETIRED", 44 "EventCode": "0x0010000", 45 "BriefDescription": "JALR instruction retired" 46 }, 47 { 48 "EventName": "INTEGER_MULTIPLICATION_RETIRED", 49 "EventCode": "0x0020000", 50 "BriefDescription": "Integer multiplication instruction retired" 51 }, 52 { 53 "EventName": "INTEGER_DIVISION_RETIRED", 54 "EventCode": "0x0040000", 55 "BriefDescription": "Integer division instruction retired" 56 }, 57 { 58 "EventName": "FP_LOAD_RETIRED", 59 "EventCode": "0x0080000", 60 "BriefDescription": "Floating-point load instruction retired" 61 }, 62 { 63 "EventName": "FP_STORE_RETIRED", 64 "EventCode": "0x0100000", 65 "BriefDescription": "Floating-point store instruction retired" 66 }, 67 { 68 "EventName": "FP_ADDITION_RETIRED", 69 "EventCode": "0x0200000", 70 "BriefDescription": "Floating-point addition retired" 71 }, 72 { 73 "EventName": "FP_MULTIPLICATION_RETIRED", 74 "EventCode": "0x0400000", 75 "BriefDescription": "Floating-point multiplication retired" 76 }, 77 { 78 "EventName": "FP_FUSEDMADD_RETIRED", 79 "EventCode": "0x0800000", 80 "BriefDescription": "Floating-point fused multiply-add retired" 81 }, 82 { 83 "EventName": "FP_DIV_SQRT_RETIRED", 84 "EventCode": "0x1000000", 85 "BriefDescription": "Floating-point division or square-root retired" 86 }, 87 { 88 "EventName": "OTHER_FP_RETIRED", 89 "EventCode": "0x2000000", 90 "BriefDescription": "Other floating-point instruction retired" 91 } 92]