Introduce LTTNG_KERNEL_SESSION_SET_CREATION_TIME
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 13 Aug 2019 18:14:25 +0000 (14:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Aug 2019 20:29:30 +0000 (16:29 -0400)
commit1c88f269135ba48b0adb8a8a1f8b32e8b3c4cbb9
treecabc886b2d86c38866ebf0d148d51ece32bacc35
parent3eb95be4200bdde975385f3acd00943ec3b78cc2
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 <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-abi.c
lttng-abi.h
lttng-events.c
lttng-events.h
This page took 0.025086 seconds and 4 git commands to generate.