summaryrefslogtreecommitdiff
path: root/includes/RtsFlags.h
diff options
context:
space:
mode:
authorAlexey Rodriguez <mrchebas@gmail.com>2006-12-21 11:56:15 +0000
committerAlexey Rodriguez <mrchebas@gmail.com>2006-12-21 11:56:15 +0000
commitb927a3c1ca03948d9dd50657c01f7f50dc7161e8 (patch)
tree672479102996a6fecac585c016888f50f7a323c0 /includes/RtsFlags.h
parent59a91586963b8adbc03bbe8fc29fc71fac5c0989 (diff)
downloadhaskell-b927a3c1ca03948d9dd50657c01f7f50dc7161e8.tar.gz
One more PAPI measurement, dropped precise cycle counting and replaced it with instructions.
Diffstat (limited to 'includes/RtsFlags.h')
-rw-r--r--includes/RtsFlags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/RtsFlags.h b/includes/RtsFlags.h
index d2236b4ae1..46f772aa0b 100644
--- a/includes/RtsFlags.h
+++ b/includes/RtsFlags.h
@@ -311,6 +311,7 @@ struct PAPI_FLAGS {
#define PAPI_FLAG_CACHE_L2 2
#define PAPI_FLAG_BRANCH 3
#define PAPI_FLAG_STALLS 4
+#define PAPI_FLAG_CB_EVENTS 5
#endif