Skip to content

Commit

Permalink
features: Added Perf Capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjj20 committed Dec 31, 2024
1 parent 66ae3a7 commit b1f04d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ cpuids:
- {type: Flag, name: HLE, bit: 4}
- {type: Flag, name: RTM, bit: 11}
- {type: Flag, name: MPX, bit: 14}
- {type: Flag, name: PT, bit: 25}
ecx: []
edx:
- {type: Flag, name: "AVX512 VP2Intersect", bit: 8}
Expand Down Expand Up @@ -179,6 +180,18 @@ msrs:
fields:
- {type: Flag, name: "GDS_MITG_DIS", bit: 4}
- {type: Flag, name: "GDS_MITG_LOCK", bit: 5}
- name: "Perf_Capabilities"
address: 0x345
fields:
- {type: Int, name: "LBR_FMT", bounds: {start: 0, end: 5}}
- {type: Flag, name: "PEBSTrap", bit: 6}
- {type: Flag, name: "PEBSArchRegs", bit: 7}
- {type: Int, name: "PEBS_FMT",bounds: {start: 8, end: 11}}
- {type: Flag, name: "SMM_FREEZE", bit: 12}
- {type: Flag, name: "FULL_WRITE", bit: 13}
- {type: Flag, name: "PEBS_BASELINE", bit: 14}
- {type: Flag, name: "METRICS_AVAIL", bit: 15}
- {type: Flag, name: "PEBS_PT_AVAIL", bit: 16}
- name: Basic VMX
address: 0x480
fields:
Expand Down

0 comments on commit b1f04d5

Please sign in to comment.