Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(933)

Unified Diff: physmem_alloc_analysis/make.sh

Issue 1217243006: Analyze contiguous physical memory chunks that mmap system call gives (Closed) Base URL: https://github.com/acutebridge/rowhammer-test.git@phymem_alloc
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: physmem_alloc_analysis/make.sh
diff --git a/cache_analysis/make.sh b/physmem_alloc_analysis/make.sh
similarity index 90%
copy from cache_analysis/make.sh
copy to physmem_alloc_analysis/make.sh
index 47f37886789f268bc7284e392a8bc0a855f8a16c..45d5a0faca748cf52ea629da94da2ec2a69e6fe9 100755
--- a/cache_analysis/make.sh
+++ b/physmem_alloc_analysis/make.sh
@@ -18,4 +18,4 @@ set -eu
cflags="-g -Wall -Werror -O2"
-g++ $cflags cache_test_physaddr.cc -o cache_test_physaddr
+g++ $cflags physmem_alloc_profiler.cc -o physmem_alloc_profiler

Powered by Google App Engine
This is Rietveld 408576698