generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from dr-sc/remove_retire_spec_groups
Remove RETIRED and SPEC groups and move events from them to GENERAL
- Loading branch information
Showing
10 changed files
with
110 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
.GEN group events | ||
.GENERAL group events | ||
[width="100%",cols="30%,70%",options="header",] | ||
|=== | ||
|Name |Description | ||
|CYCLES.HART |Cycles when the hart is not in halt state. The cycles are counted with real (potentially variable) frequency the hart is working at | ||
|INST.RET |Number of instructions retired | ||
|INST.SPEC |Number of instructions issued | ||
|INST.LOAD.RET |Number of memory load instructions retired | ||
|INST.LOAD.SPEC |Number of memory load instructions issued | ||
|INST.LOAD.UC.RET |Number of memory load instructions retired which accessed uncacheble memory | ||
|INST.STORE.RET |Number of memory store instructions retired | ||
|INST.STORE.SPEC |Number of memory store instructions issued | ||
|INST.INT.RET |Number of integer instructions retired | ||
|INST.INT.SPEC |Number of integer instructions issued | ||
|INST.FPU.RET |Number of FPU instructions retired | ||
|INST.FPU.SPEC |Number of FPU instructions issued | ||
|UOP.RET |Number of micro-operations retired | ||
|UOP.SPEC |Number of micro-operations issued | ||
|FLUSH.SPEC |Counts pipeline flushes due to all reasons - such as branch misprediction, memory disambiguation, serializing instructions | ||
|FLUSH.CYCLES |Cycles to recover from pipeline flushes due to any reason. Examples: branch misprediction, memory disambiguation, serializing instruction | ||
|=== | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters