summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-03-30 09:45:36 -0400
committerBen Gamari <ben@smart-cactus.org>2022-03-30 09:48:32 -0400
commit4f37970c3da3a7c4d3d6cadd5350e0ea6f80646f (patch)
tree15dac8d836a936f58ae9b638ec05705364d323be
parent2ca12acdc629ef98fb9d322d2f4e1dd134a45857 (diff)
downloadhaskell-wip/eventlog-audit.tar.gz
users-guide: Fix a few small issues in eventlog format descriptionswip/eventlog-audit
The CONC_MARK_END event description didn't mention its payload. Clarify the meaning of the CREATE_TASK's payload.
-rw-r--r--docs/users_guide/eventlog-formats.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst
index b8ad8f32d9..df5312169e 100644
--- a/docs/users_guide/eventlog-formats.rst
+++ b/docs/users_guide/eventlog-formats.rst
@@ -520,7 +520,7 @@ Task events
:length: fixed
:field TaskId: task id
:field CapNo: capability number
- :field ThreadId: TODO
+ :field KernelThreadId: The thread-id of the kernel thread which created the task.
Marks the creation of a task.
@@ -840,6 +840,7 @@ A typical non-moving collection cycle will look something like the following:
:tag: 201
:length: fixed
+ :field Word32: number of objects which were marked in this marking phase.
Marks the end of marking by the concurrent collector.