diff --git a/benchmarks/benchmarks/XSbench/run.sh b/benchmarks/benchmarks/XSbench/run.sh index b17620d..74fd738 100644 --- a/benchmarks/benchmarks/XSbench/run.sh +++ b/benchmarks/benchmarks/XSbench/run.sh @@ -1,3 +1,3 @@ -# LD_PRELOAD=/home/akilan/Alloc-Test/Reverse/CHERI-Allocator/bin/libjemalloc.so pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o XSCHERI-alloc.txt ./XSBench -s small > XSCHERI-alloc-cheri-out.txt -# LD_PRELOAD=/home/akilan/Alloc-Test/Reverse/CHERI-Allocator/bin/regularjemalloc.so pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o XSCHERI-regular.txt ./XSBench -s small > XSCHERI-alloc-out.txt -LD_PRELOAD=/home/akilan/Alloc-Test/Reverse/CHERI-Allocator/bin/hugepage_alloc.so pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o XSCHERI-hugepage.txt ./XSBench -s small > XSCHERI-hugepage-out.txt \ No newline at end of file +LD_PRELOAD=/home/akilan/Alloc-Test/Reverse/CHERI-Allocator/bin/libjemalloc.so pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o XSCHERI-alloc.txt ./XSBench -s small > XSCHERI-alloc-cheri-out.txt +LD_PRELOAD=/home/akilan/Alloc-Test/Reverse/CHERI-Allocator/bin/regularjemalloc.so pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o XSCHERI-regular.txt ./XSBench -s small > XSCHERI-alloc-out.txt +# LD_PRELOAD=/home/akilan/Alloc-Test/Reverse/CHERI-Allocator/bin/hugepage_alloc.so pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o XSCHERI-hugepage.txt ./XSBench -s small > XSCHERI-hugepage-out.txt \ No newline at end of file