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

Unified Diff: physmem_alloc_analysis/analyze.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: More clean up Created 5 years, 5 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
« no previous file with comments | « physmem_alloc_analysis/README.md ('k') | physmem_alloc_analysis/gnuplot_script » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: physmem_alloc_analysis/analyze.sh
diff --git a/cache_analysis/make.sh b/physmem_alloc_analysis/analyze.sh
similarity index 85%
copy from cache_analysis/make.sh
copy to physmem_alloc_analysis/analyze.sh
index 47f37886789f268bc7284e392a8bc0a855f8a16c..93b8f133e48b30a9ce20d2e3e20c83e9d41d28c4 100755
--- a/cache_analysis/make.sh
+++ b/physmem_alloc_analysis/analyze.sh
@@ -16,6 +16,8 @@
set -eu
-cflags="-g -Wall -Werror -O2"
+python ./physmem_alloc_analyzer.py > contiguous_results
-g++ $cflags cache_test_physaddr.cc -o cache_test_physaddr
+gnuplot gnuplot_script -p
+
+cat contiguous_results
« no previous file with comments | « physmem_alloc_analysis/README.md ('k') | physmem_alloc_analysis/gnuplot_script » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698