summaryrefslogtreecommitdiff
path: root/docs/users_guide/eventlog-formats.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/eventlog-formats.rst')
-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.