dendrobates-t-azureus/prefetcher_reverse/run-msr-rpa.sh
Guillaume DIDIER ffb5bf66c0 Remove crufts from the scripts
(cherry picked from commit 5b5be4cee380da7d885524b6415d40e99f8040ef)
2022-09-23 08:59:38 +02:00

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