summaryrefslogtreecommitdiffstats
path: root/src/cachepc.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-07-06 13:59:50 +0200
committerLouis Burda <quent.burda@gmail.com>2022-07-06 13:59:50 +0200
commitb98fabdf4b91a6093b3d91f15cb55b21ab89c0f3 (patch)
tree2f8da414f153c9c586c7ec2919eac0fbff83712c /src/cachepc.h
parentcee2126b8f316677ebee57e19fe7d50d09c066d1 (diff)
downloadcachepc-b98fabdf4b91a6093b3d91f15cb55b21ab89c0f3.tar.gz
cachepc-b98fabdf4b91a6093b3d91f15cb55b21ab89c0f3.zip
Add proc device for communicating counts with userspace
Diffstat (limited to 'src/cachepc.h')
-rwxr-xr-xsrc/cachepc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cachepc.h b/src/cachepc.h
index ee80338..44d34ca 100755
--- a/src/cachepc.h
+++ b/src/cachepc.h
@@ -10,8 +10,8 @@
cache_ctx *cachepc_get_ctx(cache_level cl);
cacheline *cachepc_prepare_ds(cache_ctx *ctx);
-void cachepc_save_msrmt(cacheline *head, const char *prefix, int index);
-void cachepc_print_msrmt(cacheline *head);
+void cachepc_save_msrmts(cacheline *head, const char *prefix, int index);
+void cachepc_print_msrmts(cacheline *head);
__attribute__((always_inline))
static inline cacheline *cachepc_prime(cacheline *head);