dendrobates-t-azureus/prefetcher_reverse/run-msr.sh

8 lines
167 B
Bash
Raw Normal View History

2021-06-28 16:26:02 +02:00
#!/bin/bash
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
2021-08-02 15:53:22 +02:00
cargo run --bin prefetcher_reverse --release > with-${PREFETCH_MSR}-prefetcher.log
2021-06-28 16:26:02 +02:00