Base lttng_trace_format_descriptor
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 7 Apr 2022 17:45:34 +0000 (13:45 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 19 Aug 2022 15:49:42 +0000 (11:49 -0400)
commit55b1df443f5ed78d85692c0845d166400018c9f4
tree4dc352e62aad3026d0a6218c039514c4370cfd1f
parent63dcd955824848d86a599b2ae48e40858cdc5d2b
Base lttng_trace_format_descriptor

Implements an internal lttng::trace_format_descriptor c++ based object
as the backing object for lttng_trace_format_descriptor (C API).

TODO: MI might be better off using a visitor? Config also?
      Same for serialize?

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: I588f9da11d2cbc697f26b91e006bdc23074ac9fd
include/Makefile.am
include/lttng/lttng.h
include/lttng/trace-format-descriptor-internal.hpp [new file with mode: 0644]
include/lttng/trace-format-descriptor.h [new file with mode: 0644]
src/common/Makefile.am
src/common/config/config-session-abi.hpp
src/common/config/session-config.cpp
src/common/trace-format-descriptor.cpp [new file with mode: 0644]
src/lib/lttng-ctl/liblttng-ctl.sym
tests/unit/Makefile.am
tests/unit/test_trace_format_descriptor.cpp [new file with mode: 0644]
This page took 0.030383 seconds and 5 git commands to generate.