Slight improvements to the software-based counters
diff --git a/common.h b/common.h
index 7c48d81..9f9d144 100644
--- a/common.h
+++ b/common.h
@@ -152,6 +152,7 @@
     _HF_DYNFILE_BTS_EDGE = 0x10,
     _HF_DYNFILE_IPT_BLOCK = 0x20,
     _HF_DYNFILE_CUSTOM = 0x40,
+    _HF_DYNFILE_SOFT = 0x80,
 } dynFileMethod_t;
 
 typedef struct {
@@ -160,6 +161,7 @@
     uint64_t customCnt;
     uint64_t bbCnt;
     uint64_t newBBCnt;
+    uint64_t softCnt;
 } hwcnt_t;
 
 /* Sanitizer coverage specific data structures */