From 2ee8bd2f14f1fe909108e89a24ec9f6de814f438 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sat, 13 Aug 2022 20:59:43 +0200 Subject: Fixed counts read, added test for hwpf and disable attempts --- kmod/cachepc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kmod/cachepc.h') diff --git a/kmod/cachepc.h b/kmod/cachepc.h index 8a9521c..97746ec 100755 --- a/kmod/cachepc.h +++ b/kmod/cachepc.h @@ -16,6 +16,8 @@ void cachepc_release_ds(cache_ctx *ctx, cacheline *ds); cacheline *cachepc_prepare_victim(cache_ctx *ctx, uint32_t set); void cachepc_release_victim(cache_ctx *ctx, cacheline *ptr); +void *cachepc_aligned_alloc(size_t alignment, size_t size); + void cachepc_save_msrmts(cacheline *head); void cachepc_print_msrmts(cacheline *head); -- cgit v1.2.3-71-gd317