diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-08-13 20:59:43 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-08-13 20:59:43 +0200 |
| commit | 2ee8bd2f14f1fe909108e89a24ec9f6de814f438 (patch) | |
| tree | 19b34014a072a7cef3b5e797040076b620a46dc2 /kmod/cachepc.h | |
| parent | 476f6c892d90e66fbd17ba616b82b000a990f63e (diff) | |
| download | cachepc-2ee8bd2f14f1fe909108e89a24ec9f6de814f438.tar.gz cachepc-2ee8bd2f14f1fe909108e89a24ec9f6de814f438.zip | |
Fixed counts read, added test for hwpf and disable attempts
Diffstat (limited to 'kmod/cachepc.h')
| -rwxr-xr-x | kmod/cachepc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
