summaryrefslogtreecommitdiff
path: root/lib/esan/working_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/esan/working_set.h')
-rw-r--r--lib/esan/working_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/esan/working_set.h b/lib/esan/working_set.h
index 38ff0635d..6a976c3f9 100644
--- a/lib/esan/working_set.h
+++ b/lib/esan/working_set.h
@@ -24,6 +24,7 @@ void initializeWorkingSet();
void initializeShadowWorkingSet();
int finalizeWorkingSet();
void reportWorkingSet();
+unsigned int getSampleCountWorkingSet();
void processRangeAccessWorkingSet(uptr PC, uptr Addr, SIZE_T Size,
bool IsWrite);