Skip to content

Commit 9f6f668

Browse files
authored
report state of new GNR prefetchers (#235)
1 parent 263bc49 commit 9f6f668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/report/table_helpers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ func prefetchersFromOutput(outputs map[string]script.ScriptOutput) string {
398398
{name: "DCU HW", msr: script.PrefetchControlName, bit: 2, uarchs: "all"},
399399
{name: "DCU IP", msr: script.PrefetchControlName, bit: 3, uarchs: "all"},
400400
{name: "AMP", msr: script.PrefetchControlName, bit: 5, uarchs: "SPR_EMR_GNR"},
401+
{name: "LLCPP", msr: script.PrefetchControlName, bit: 6, uarchs: "GNR"},
402+
{name: "AOP", msr: script.PrefetchControlName, bit: 7, uarchs: "GNR"},
401403
{name: "Homeless", msr: script.PrefetchersName, bit: 14, uarchs: "SPR_EMR_GNR"},
402404
{name: "LLC", msr: script.PrefetchersName, bit: 42, uarchs: "SPR_EMR_GNR"},
403405
}

0 commit comments

Comments
 (0)