summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2012-02-03 13:52:06 +0000
committerDuncan Coutts <duncan@well-typed.com>2012-04-04 19:10:45 +0100
commita3cdefd21b3e818accf9db22da72b216685c1b19 (patch)
tree2c4c242df2a89319986b60f3b23eb240503e5ece /includes
parent65aaa9b2715c5245838123f3a0fa5d92e0a66bce (diff)
downloadhaskell-a3cdefd21b3e818accf9db22da72b216685c1b19.tar.gz
Adjust the eventlog description header for the spark counter event
The EventLogFormat.h described the spark counter fields in a different order to that which ghc emits (the GC'd and fizzled fields were reversed). At this stage it is easier to fix the ghc-events lib and to have ghc continue to emit them in the current order.
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/EventLogFormat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/EventLogFormat.h b/includes/rts/EventLogFormat.h
index 94f781dcb5..667ed89eb1 100644
--- a/includes/rts/EventLogFormat.h
+++ b/includes/rts/EventLogFormat.h
@@ -132,7 +132,7 @@
#define EVENT_PROGRAM_ENV 31 /* (capset, environment_vector) */
#define EVENT_OSPROCESS_PID 32 /* (capset, pid) */
#define EVENT_OSPROCESS_PPID 33 /* (capset, parent_pid) */
-#define EVENT_SPARK_COUNTERS 34 /* (crt,dud,ovf,cnv,fiz,gcd,rem) */
+#define EVENT_SPARK_COUNTERS 34 /* (crt,dud,ovf,cnv,gcd,fiz,rem) */
#define EVENT_SPARK_CREATE 35 /* () */
#define EVENT_SPARK_DUD 36 /* () */
#define EVENT_SPARK_OVERFLOW 37 /* () */