- Get this repository:
-
git clone
https://git.launchpad.net/lttng-ust
Import details
This repository is an import of the Git repository at https://git.lttng.org/lttng-ust.git.
Last successful import was .
Branches
| Name | Last Modified | Last Commit |
|---|---|---|
| stable-2.14 | 2025-11-10 19:51:05 UTC |
Update .gitreview for stable-2.14
Author:
Mathieu Desnoyers
Update .gitreview for stable-2.14 Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.15 | 2025-11-10 19:50:39 UTC |
Update .gitreview for stable-2.15
Author:
Mathieu Desnoyers
Update .gitreview for stable-2.15 Signed-off-by: Mathieu Desnoyers <mathieu. |
| master | 2025-11-10 18:17:08 UTC |
ring-buffer: replace fallocate() with posix_fallocate()
Author:
Michael Jeanson
ring-buffer: replace fallocate() with posix_fallocate() Replace the linux specific fallocate(2) with the more portable Also add a while loop around the call since both fallocate and Change-Id: Ib79e70d90f6bed |
| stable-2.13 | 2025-10-31 16:43:54 UTC |
Fix: ustctl: sigbus handling: statement with no effect
Author:
Mathieu Desnoyers
Fix: ustctl: sigbus handling: statement with no effect The sigbus handling never returns "true" because the macro always Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.12 | 2025-04-03 17:20:00 UTC |
doc/examples: set minimal CMake version to 3.5.0
Author:
.eepp
doc/examples: set minimal CMake version to 3.5.0 Starting from CMake 4.0.0, the minimal supported version for Without this patch and with CMake 4.0.0, you get: CMake Error at CMakeLists.txt:5 (cmake_ Update the VERSION argument <min> value. Or, use the <min>...<max> syntax Or, add -DCMAKE_ and the whole build fails. The workaround is defining `-DCMAKE_ $ CMAKE_POLICY_ `cmake_ Since we didn't have any version check to begin with in `configure.ac`: AC_ I'm leaving this as is as this would be a different concern. [1]: https:/ Signed-off-by: Philippe Proulx <eeppeliteloop@ |
| stable-2.10 | 2022-07-29 18:32:19 UTC |
fix: Unify possible CPU number fallback
Author:
Michael Jeanson
fix: Unify possible CPU number fallback The MUSL specific fallback to get the number of possible CPUs in the To address this, unify our fallback code across all C libraries to get Change-Id: I5541742dc1de8e |
| stable-2.11 | 2022-07-29 18:32:17 UTC |
fix: Unify possible CPU number fallback
Author:
Michael Jeanson
fix: Unify possible CPU number fallback The MUSL specific fallback to get the number of possible CPUs in the To address this, unify our fallback code across all C libraries to get Change-Id: I5541742dc1de8e |
| stable-2.9 | 2019-10-17 19:26:22 UTC |
Version 2.9.7
Author:
Mathieu Desnoyers
Version 2.9.7 Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.7 | 2017-11-06 21:36:32 UTC |
ABI: refuse non-matching ABI minor version on event registration
Author:
Jonathan Rajotte
ABI: refuse non-matching ABI minor version on event registration In scenarios where a lttng-tools 2.8 (lttng-ust 2.8) stack is running The same happen if the scenario is reversed. This is the result of a change in _ustctl_basic_type. 2.8 introduced enumeration to _ustctl_basic_type. The defined padding is To prevent this, refuse non matching minor version. No need to check for Signed-off-by: Jonathan Rajotte <jonathan. |
| stable-2.8 | 2017-11-06 21:36:17 UTC |
ABI: refuse non-matching ABI minor version on event registration
Author:
Jonathan Rajotte
ABI: refuse non-matching ABI minor version on event registration In scenarios where a lttng-tools 2.8 (lttng-ust 2.8) stack is running The same happen if the scenario is reversed. This is the result of a change in _ustctl_basic_type. 2.8 introduced enumeration to _ustctl_basic_type. The defined padding is To prevent this, refuse non matching minor version. No need to check for Signed-off-by: Jonathan Rajotte <jonathan. |
| stable-2.6 | 2016-05-20 21:49:06 UTC |
Version 2.6.7
Author:
Mathieu Desnoyers
Version 2.6.7 Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.5 | 2015-09-24 20:24:08 UTC |
Version 2.5.7
Author:
Mathieu Desnoyers
Version 2.5.7 Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.4 | 2015-01-26 20:21:13 UTC |
Version 2.4.4
Author:
Mathieu Desnoyers
Version 2.4.4 Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.3 | 2014-03-10 15:17:25 UTC |
Fix: incorrect urcu git URL in README
Author:
Mathieu Desnoyers
Fix: incorrect urcu git URL in README Reported-by: Ruslan Uvashev <ruslan. |
| stable-2.2 | 2014-02-28 17:08:31 UTC |
Version 2.2.3
Author:
Mathieu Desnoyers
Version 2.2.3 Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.1 | 2014-02-05 00:39:28 UTC |
Fix: liblttng-ust-fork Makefile flags mismatch
Author:
Mathieu Desnoyers
Fix: liblttng-ust-fork Makefile flags mismatch Signed-off-by: Mathieu Desnoyers <mathieu. |
| stable-2.0 | 2013-07-11 20:14:39 UTC |
Version 2.0.8
Author:
Mathieu Desnoyers
Version 2.0.8 Signed-off-by: Mathieu Desnoyers <mathieu. |
|
cygwin- |
2012-12-21 18:38:22 UTC |
Add a README.cygwin detailing Cygwin specific build/install instructions
Author:
Christian Babeux
Add a README.cygwin detailing Cygwin specific build/install instructions Signed-off-by: Christian Babeux <christian. |
| ust/callsite | 2012-10-23 19:57:55 UTC |
Fix: Fix self-assign warning on struct ustfork_clone_info init
Author:
Christian Babeux
Fix: Fix self-assign warning on struct ustfork_clone_info init Use the proper field designator syntax (C99) to initialize the Signed-off-by: Christian Babeux <christian. |
| dev | 2012-03-06 23:10:59 UTC |
Merge branch 'master' into dev
Author:
Mathieu Desnoyers
Merge branch 'master' into dev |
| 1 → 20 of 20 results | First • Previous • Next • Last |
Other repositories
| Name | Last Modified |
|---|---|
| lp:lttng-ust | 2025-11-11 |
| lp:~lttng/lttng-ust/+git/packaging | 2025-09-25 |
| 1 → 2 of 2 results | First • Previous • Next • Last |