summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/eventlog-formats.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst
index e77e971a87..c1c446742a 100644
--- a/docs/users_guide/eventlog-formats.rst
+++ b/docs/users_guide/eventlog-formats.rst
@@ -122,6 +122,18 @@ environment which the program is being run in.
Describes the environment variables present in the program's environment.
+.. event-type:: WALL_CLOCK_TIME
+
+ :tag: 43
+ :length: fixed
+ :field CapSetId: Capability set
+ :field Word64: Unix epoch seconds
+ :field Word32: Nanoseconds
+
+ Records the wall clock time to make it possible to correlate events from
+ elsewhere with the eventlog.
+
+
Thread and scheduling events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~