aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2018-02-21 08:52:18 +0000
committersetrofim <setrofim@gmail.com>2018-02-22 08:41:04 +0000
commit87667cd161896a0eaba1f78049652e3adbb1c6fd (patch)
treece9aebb5b811f37061659e09b2debb7e1e7d34aa
parent12a33c8aeb4f66dfc885c382ca7aedd094adab4f (diff)
doc/revent: fix event field descriptions
Fix the field descriptions for replay event to reflect the correct signedness and size. (note: the layout diagrams were already correct, just the textual descriptions needed to be adjusted)
-rw-r--r--doc/source/revent.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/revent.rst b/doc/source/revent.rst
index 2d5429e0..0d14c860 100644
--- a/doc/source/revent.rst
+++ b/doc/source/revent.rst
@@ -459,12 +459,12 @@ Event structure
Each event entry structured as follows:
- * An unsigned integer representing which device from the list of device paths
+ * An unsigned short integer representing which device from the list of device paths
this event is for (zero indexed). E.g. Device ID = 3 would be the 4th
device in the list of device paths.
- * A signed integer representing the number of seconds since "epoch" when the
- event was recorded.
- * A signed integer representing the microseconds part of the timestamp.
+ * A unsigned long integer representing the number of seconds since "epoch" when
+ the event was recorded.
+ * A unsigned long integer representing the microseconds part of the timestamp.
* An unsigned integer representing the event type
* An unsigned integer representing the event code
* An unsigned integer representing the event value