From 3c00d2d2e46090ab2baba097a605ba40d59487df Mon Sep 17 00:00:00 2001 From: Akilan Date: Fri, 8 Aug 2025 11:53:13 +0100 Subject: [PATCH] test whole program --- benchmarks/benchmarks/XSbench/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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