Tests: Introduce test_ust_constructor
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 17 Feb 2023 20:32:25 +0000 (15:32 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 1 May 2023 15:43:49 +0000 (11:43 -0400)
commitda1e97c944bb51fa96e89235240bc8bc8b02eeb4
tree74c18450dead6d209ed022736f3c652c5485f08a
parenta4cc1b1ff4fc661a3980bbe2ceba789acf05dfce
Tests: Introduce test_ust_constructor

Test instrumentation coverage of C/C++ constructors and destructors by
LTTng-UST tracepoints.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ia9e5a5a57bfa7fd4316f8a914ef97effd020262e
configure.ac
tests/regression/Makefile.am
tests/regression/ust/Makefile.am
tests/regression/ust/ust-constructor/Makefile.am [new file with mode: 0644]
tests/regression/ust/ust-constructor/test_ust_constructor.py [new file with mode: 0755]
tests/utils/lttngtest/environment.py
This page took 0.025477 seconds and 4 git commands to generate.