summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/arch/riscv/thead/c900-legacy/instruction.json
blob: c822b5373333935b2e56a75b25ffe73aa703fcdc (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
[
  {
    "EventName": "INST_BRANCH_MISPREDICT",
    "EventCode": "0x00000006",
    "BriefDescription": "Mispredicted branch instructions"
  },
  {
    "EventName": "INST_BRANCH",
    "EventCode": "0x00000007",
    "BriefDescription": "Retired branch instructions"
  },
  {
    "EventName": "INST_JMP_MISPREDICT",
    "EventCode": "0x00000008",
    "BriefDescription": "Indirect branch mispredict"
  },
  {
    "EventName": "INST_JMP",
    "EventCode": "0x00000009",
    "BriefDescription": "Retired jmp instructions"
  },
  {
    "EventName": "INST_STORE",
    "EventCode": "0x0000000b",
    "BriefDescription": "Retired store instructions"
  },
  {
    "EventName": "INST_ALU",
    "EventCode": "0x0000001d",
    "BriefDescription": "Retired ALU instructions"
  },
  {
    "EventName": "INST_LDST",
    "EventCode": "0x0000001e",
    "BriefDescription": "Retired Load/Store instructions"
  },
  {
    "EventName": "INST_VECTOR",
    "EventCode": "0x0000001f",
    "BriefDescription": "Retired Vector instructions"
  },
  {
    "EventName": "INST_CSR",
    "EventCode": "0x00000020",
    "BriefDescription": "Retired CSR instructions"
  },
  {
    "EventName": "INST_SYNC",
    "EventCode": "0x00000021",
    "BriefDescription": "Retired sync instructions (AMO/LR/SC instructions)"
  },
  {
    "EventName": "INST_UNALIGNED_ACCESS",
    "EventCode": "0x00000022",
    "BriefDescription": "Retired Store/Load instructions with unaligned memory access"
  },
  {
    "EventName": "INST_ECALL",
    "EventCode": "0x00000025",
    "BriefDescription": "Retired ecall instructions"
  },
  {
    "EventName": "INST_LONG_JP",
    "EventCode": "0x00000026",
    "BriefDescription": "Retired long jump instructions"
  },
  {
    "EventName": "INST_FP",
    "EventCode": "0x0000002a",
    "BriefDescription": "Retired FPU instructions"
  }
]