summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-11-03 11:25:22 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2020-11-03 11:25:22 +0000
commit343040a911599fc6096ac8bcc98f591360da1a9a (patch)
tree0b170400431dc3e6002fec85fa591776a85b3076
parent9f4e3ea3c8e9869bd93f8604e08fdeaa41bcfc1c (diff)
downloadhaskell-343040a911599fc6096ac8bcc98f591360da1a9a.tar.gz
More clear name in eventlog
-rw-r--r--rts/eventlog/EventLog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/eventlog/EventLog.c b/rts/eventlog/EventLog.c
index d900cf0f94..b9e7d76d6d 100644
--- a/rts/eventlog/EventLog.c
+++ b/rts/eventlog/EventLog.c
@@ -104,7 +104,7 @@ char *EventDesc[] = {
[EVENT_HACK_BUG_T9003] = "Empty event for bug #9003",
[EVENT_HEAP_PROF_BEGIN] = "Start of heap profile",
[EVENT_HEAP_PROF_COST_CENTRE] = "Cost center definition",
- [EVENT_IPE] = "ITE",
+ [EVENT_IPE] = "Info Table Source Position",
[EVENT_HEAP_PROF_SAMPLE_BEGIN] = "Start of heap profile sample",
[EVENT_HEAP_BIO_PROF_SAMPLE_BEGIN] = "Start of heap profile (biographical) sample",
[EVENT_HEAP_PROF_SAMPLE_END] = "End of heap profile sample",