ffb5bf66c0
(cherry picked from commit 5b5be4cee380da7d885524b6415d40e99f8040ef)
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
PREFETCH_MSR=$1
|
|
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
|
|
sudo rdmsr -a 0x1a4
|
|
cargo run --release --bin rpa_patterns > rpa-with-${PREFETCH_MSR}-prefetcher.log
|
|
|