Skip to content

Commit

Permalink
ocperf: Add ocr_msr_val support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Oct 31, 2024
1 parent 076a360 commit 36c2673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def checked_writemsr(self, msr, val, print_only = False):
(r"u" + number, "umask=%#x", 0),
(r"c(?:mask=)?" + number, "cmask=%d", 24),
(r"e(?:dge=)?" + number, "edge=%d", 18),
(r"ocr_msr_val=" + number, "config1=%#x", 0),
(r"(?:sa|sample-after|period)=" + number, "period=%d", 0))

uncore_map = (
Expand Down

0 comments on commit 36c2673

Please sign in to comment.