summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-11-22 15:03:02 +0100
committerLouis Burda <quent.burda@gmail.com>2022-11-22 15:03:02 +0100
commit82d56ef77c114ac0b375fef04cea3a50f10f1843 (patch)
tree397acfbcb5f1c2584a03f6201d95120d6f299361 /Makefile
parentafe49b52f6b2ac52efe8e610e64ee07c7c2efef4 (diff)
downloadcachepc-82d56ef77c114ac0b375fef04cea3a50f10f1843.tar.gz
cachepc-82d56ef77c114ac0b375fef04cea3a50f10f1843.zip
Improved single stepping and added initial cpuid events
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3134398..a220b8d 100755
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ PWD := $(shell pwd)
TARGETS = build test/eviction test/access test/kvm test/sev test/sev-es test/sevstep
TARGETS += test/aes-detect_guest test/aes-detect_host
+TARGETS += test/access-detect_guest test/access-detect_host
CFLAGS = -I . -I test -Wunused-variable -Wunknown-pragmas
@@ -26,6 +27,8 @@ load:
freq:
sudo cpupower frequency-set -f 1.5GHz
+ sudo cpupower frequency-set -u 1.5GHz
+ sudo cpupower frequency-set -d 1.5GHz
update:
git -C $(LINUX) diff 0aaa1e599bee256b3b15643bbb95e80ce7aa9be5 -G. > patch.diff