Skip to content

Commit

Permalink
Merge pull request #13 from dr-sc/tlb_code_ret
Browse files Browse the repository at this point in the history
Add TLB retirement events for code fetches
  • Loading branch information
bcstrongx authored Oct 25, 2024
2 parents be521d6 + 1a90f18 commit c79e2fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adoc_event_tables/tlb_retired.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
|TLB.L1.STORE.MISS.RET |Address translation requests for retired store instructions which missed L1 TLB
|TLB.L2.LOAD.MISS.RET |Address translation requests for retired load instructions which missed L2 TLB
|TLB.L2.STORE.MISS.RET |Address translation requests for retired store instructions which missed L2 TLB
|TLB.L1.CODE.MISS.RET |Retired instructions which experienced L1 TLB miss on fetching.
|TLB.L2.CODE.MISS.RET |Retired instructions which experienced L2 TLB miss on fetching.
|===

12 changes: 12 additions & 0 deletions event_files/tlb_retired.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,17 @@
"EventCode": "0x0",
"BriefDescription": "Address translation requests for retired store instructions which missed L2 TLB",
"PublicDescription": "Address translation requests for retired store instructions which missed L2 TLB"
},
{
"EventName": "TLB.L1.CODE.MISS.RET",
"EventCode": "0x0",
"BriefDescription": "Retired instructions which experienced L1 TLB miss on fetching.",
"PublicDescription": "Retired instructions which experienced L1 TLB miss on fetching."
},
{
"EventName": "TLB.L2.CODE.MISS.RET",
"EventCode": "0x0",
"BriefDescription": "Retired instructions which experienced L2 TLB miss on fetching.",
"PublicDescription": "Retired instructions which experienced L2 TLB miss on fetching."
}
]

0 comments on commit c79e2fe

Please sign in to comment.