[lttng-dev] [PATCH v5 lttng-tools] tests: add check_skip_kernel_test to check root user and lttng kernel modules

2023-12-19 Thread Xiangyu Chen via lttng-dev
From: Xiangyu Chen The current tests will run both userspace and kernel testing. Some of use cases only use lttng for one kind of tracing on an embedded device (e.g. userspace), so in this scenario, the kernel modules might not install to target rootfs, the test cases would be fail and exit.

[lttng-dev] CTF2-SPECRC-9.0: Common Trace Format version 2 release candidate

2023-12-19 Thread Philippe Proulx via lttng-dev
Hello, This is an update of the CTF 2 specification release candidate from v8.1 to v9.0. This document, named CTF2-SPECRC-9.0, is available here: See the first section, "Revision history", to learn what changed. As always, please feel

[lttng-dev] [PATCH v4 lttng-tools] tests: Add LTTNG_TOOLS_DISABLE_KERNEL_TESTS flags to skip kernel test

2023-12-19 Thread Xiangyu Chen via lttng-dev
From: Xiangyu Chen The current tests will run both userspace and kernel testing. Some of use cases only use lttng for one kind of tracing on an embedded device (e.g. userspace), so in this scenario, the kernel modules might not install to target rootfs, the test cases would be fail and exit.