• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2    {
3        "PublicDescription": "Data memory access. This event counts memory accesses due to load or store instructions. This event counts the sum of MEM_ACCESS_RD and MEM_ACCESS_WR.",
4        "EventCode": "0x13",
5        "EventName": "MEM_ACCESS",
6        "BriefDescription": "Data memory access"
7    },
8    {
9         "ArchStdEvent": "MEM_ACCESS_RD"
10    },
11    {
12         "ArchStdEvent": "MEM_ACCESS_WR"
13    },
14    {
15         "ArchStdEvent": "UNALIGNED_LD_SPEC"
16    },
17    {
18         "ArchStdEvent": "UNALIGNED_ST_SPEC"
19    },
20    {
21         "ArchStdEvent": "UNALIGNED_LDST_SPEC"
22    }
23]
24