diff options
Diffstat (limited to 'tools/perf/pmu-events/arch/riscv/sifive/bullet/memory.json')
-rw-r--r-- | tools/perf/pmu-events/arch/riscv/sifive/bullet/memory.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/perf/pmu-events/arch/riscv/sifive/bullet/memory.json b/tools/perf/pmu-events/arch/riscv/sifive/bullet/memory.json new file mode 100644 index 000000000000..70441a55dd66 --- /dev/null +++ b/tools/perf/pmu-events/arch/riscv/sifive/bullet/memory.json @@ -0,0 +1,32 @@ +[ + { + "EventName": "ICACHE_MISS", + "EventCode": "0x102", + "BriefDescription": "Counts instruction cache misses" + }, + { + "EventName": "DCACHE_MISS", + "EventCode": "0x202", + "BriefDescription": "Counts data cache misses" + }, + { + "EventName": "DCACHE_RELEASE", + "EventCode": "0x402", + "BriefDescription": "Counts writeback requests from the data cache" + }, + { + "EventName": "ITLB_MISS", + "EventCode": "0x802", + "BriefDescription": "Counts Instruction TLB misses caused by instruction address translation requests" + }, + { + "EventName": "DTLB_MISS", + "EventCode": "0x1002", + "BriefDescription": "Counts Data TLB misses caused by data address translation requests" + }, + { + "EventName": "UTLB_MISS", + "EventCode": "0x2002", + "BriefDescription": "Counts Unified TLB misses caused by address translation requests" + } +] |