From: Jonathan Rajotte Date: Tue, 13 Aug 2019 18:14:25 +0000 (-0400) Subject: Introduce LTTNG_KERNEL_SESSION_SET_CREATION_TIME X-Git-Tag: v2.11.0-rc6~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=a9550ab5b92e217b90a33c6bd9daa3863f787f72;hp=a9550ab5b92e217b90a33c6bd9daa3863f787f72;p=lttng-modules.git Introduce LTTNG_KERNEL_SESSION_SET_CREATION_TIME Add trace_creation_datetime to the metadata env field This allows a viewer to get more information regarding the creation time of a trace. This information is normally inferred from the trace hierarchy. The ABI expects an ISO8601 compliant string value. We leave the formatting to the trace controller. Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers ---