Add probe descriptor field to enum and event class
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 May 2021 20:08:19 +0000 (16:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 May 2021 15:12:24 +0000 (11:12 -0400)
commitdba770e7e9ca5ab0ed0767b8a37bc763e9cec7d9
tree101794f5aac94b0bb2cc9df165e227169f4e41c1
parent71ca40831761950c65a70bf596eb906415f1bd8f
Add probe descriptor field to enum and event class

If future event instances can refer to event classes located in
different probe providers, the tracer needs to be able to query the
major/minor version of the probe provider containing the class.

Likewise for enumerations.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ifb39a52c70e14ce4d77c247d237d456257072b34
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
This page took 0.024881 seconds and 4 git commands to generate.