dendrobates-t-azureus/prefetcher_reverse/run-msr-rpa.sh
2021-08-02 15:53:58 +02:00

9 lines
223 B
Bash
Executable File

#!/bin/bash
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo echo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
cargo run --release --bin rpa_patterns > rpa-with-${PREFETCH_MSR}-prefetcher.log
sudo rdmsr -a 0x1a4