From 97b6835c4b185fb1a58d4b265e27ead28e183e3c Mon Sep 17 00:00:00 2001 From: Akilan Date: Thu, 7 Aug 2025 22:33:10 +0100 Subject: [PATCH] testing hugepage XSBench --- benchmarks/benchmarks/XSbench/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/benchmarks/benchmarks/XSbench/run.sh b/benchmarks/benchmarks/XSbench/run.sh index cc01c81..b17620d 100644 --- a/benchmarks/benchmarks/XSbench/run.sh +++ b/benchmarks/benchmarks/XSbench/run.sh @@ -1,2 +1,3 @@ -LD_PRELOAD=./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=./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 \ 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