From a7f675ff71bd38cf6cd325db7c82671107da6420 Mon Sep 17 00:00:00 2001 From: Adam Sandberg Ericsson Date: Sun, 12 Mar 2023 11:26:09 +0000 Subject: docs: add WALL_CLOCK_TIME event in eventlog encodings --- docs/users_guide/eventlog-formats.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1