lttng-tools.git
2023-10-02  Olivier Diondoc/man/Makefile: Mimic mandb(5) path hierarchy
2023-10-02  Jérémie GalarneauTests: valid_filters: temporary trace path uses 'invalid'
2023-10-02  Jérémie Galarneauwaiter: modernize the waiter interface
2023-08-24  Jérémie GalarneauLicense: common: error_query: fix typo in SPDX specifier
2023-08-22  Jérémie GalarneauDocs: CodingStyle.md: remove extraneous underscore...
2023-08-21  Erica Bugdendocs: fix: Match stated automake requirement
2023-08-11  Kienan StewartTests: use CPU ids from online ranges
2023-07-27  Simon MarchiMove lttng_session unique_ptr to lttng/session-internal.hpp
2023-07-27  Simon Marchilttng: make session_storage::_array a unique_ptr to...
2023-07-27  Simon Marchisessiond: remove ust-metadata.cpp
2023-07-27  Simon MarchiTests: fix formatting in gen-ust-events.cpp
2023-07-27  Simon Marchisessiond: disable clang-format to work around unstable...
2023-07-27  Simon Marchiformat-cpp: run clang-format in parallel
2023-07-27  Jérémie GalarneauFix: format-cpp: don't pass -i twice to clang-format
2023-07-27  Michael JeansonTests: python: path-like object introduced in python 3.6
2023-07-27  Jérémie GalarneauFix: lttng-add-context: context type options possible...
2023-07-27  Jérémie GalarneauFix: consumerd: slow metadata push slows down applicati...
2023-07-25  Kienan StewartDocs: Fix broken reference in lttng-add-trigger
2023-07-25  Kienan StewartDocs: Fix broken reference to lttng-concepts(7) man...
2023-07-25  Kienan StewartTests: Preemptively fail infinite blocking tests when...
2023-07-25  Jérémie GalarneauFix: sessiond: bad fd used while rotating exiting app...
2023-07-24  Jérémie GalarneauFix: sessiond: leak of application context in channel
2023-07-24  Jérémie GalarneauFix: lttng-add-context: leak of application context...
2023-07-24  Jérémie GalarneauFix: sessiond: memory leak of lttng_pipe structure
2023-07-19  Jérémie Galarneauevent-rule: set event rule loglevel to domain specific...
2023-07-19  Kienan StewartFix: sessiond: preserve jul/log4j domain loglevels
2023-06-22  Michael JeansonFix: lttng-elf: add missing include for uint64_t
2023-06-22  Jérémie GalarneauTests: add a recording rule listing test
2023-06-22  Jérémie GalarneauFix: sessiond: crash enabling event rules that differ...
2023-06-21  Jérémie GalarneauTests fix: lttngtest: quote session output path
2023-06-15  Jérémie GalarneauTests: remove accidental import of cgi.test
2023-06-15  Jérémie GalarneauTests: lttngtest: raise NotImplementedError in abstract...
2023-06-15  Jérémie GalarneauTests: lttngtest: add methods to control session rotations
2023-06-15  Jérémie GalarneauTests: lttngctl.py: allow the creation of per-pid buffers
2023-06-15  Jérémie GalarneauTests: introduce WaitTraceTestApplicationGroup
2023-06-15  Jérémie GalarneauClean-up: sessiond: ust-app: ua_sess is never populated...
2023-06-15  Jérémie GalarneauTests: user space context: remove unneeded test import
2023-06-15  Jérémie GalarneauTests: environment: base WaitTraceTestApplication on...
2023-06-15  Jérémie GalarneauTests: environment: use a context manager to restore...
2023-06-15  Jérémie Galarneaucommon: Add a default nullptr argument to make_unique_w...
2023-06-13  Kienan StewartTests: Reduce runtime for high_throughput_limits test
2023-06-13  Michael Jeansonfix: tests: grep for '$key =' in metadata
2023-06-09  Jérémie GalarneauBuild fix: workaround g++ 4.8 decltype handling bug
2023-06-08  Jérémie GalarneauWrap calls to fmt::format to catch formatting exceptions
2023-06-08  Jérémie GalarneauWrap main functions to handle uncaught exceptions
2023-06-08  Jérémie GalarneauFix: container-wrapper: size container operation can...
2023-06-07  Jérémie Galarneaucommon: silence bogus coverity warning
2023-06-07  Jérémie GalarneauFix: coverity warns of uncaught exception
2023-06-07  Michael JeansonBuild fix: brace-enclosed initlializer lists error...
2023-06-06  Jérémie Galarneauclang-tidy: ignore generated filter-parser.hpp
2023-06-06  Jérémie GalarneauFix clang-tidy cppcoreguidelines-pro-type-const-cast...
2023-06-06  Jérémie Galarneaufmtlib: backport upstream fixes to suppress bogus gcc...
2023-06-06  Jérémie GalarneauFix: sessiond: incorrect use of exclusions array leads...
2023-06-06  Jérémie Galarneaulttng: reuse random_access_container_wrapper for sessio...
2023-06-05  Jérémie Galarneaulttng: move session_list to the lttng::cli namespace
2023-06-05  Jérémie GalarneauProvide an idiomatic c++ interface for action lists
2023-06-01  Francis Deslauriersactions: list: Add `for_each_action_{const, mutable...
2023-06-01  Francis Deslaurierstrace-ust: Rename `{next, used}_channel_id` to `{next...
2023-05-31  Jérémie GalarneauTests fix: test_callstack: output of addr2line incorrec...
2023-05-03  Michael JeansonTests: add more output to test_ust_constructor
2023-05-02  Michael JeansonTests: convert even more left-over type hint to type...
2023-05-01  Jérémie GalarneauDocs: test environment: clarify the behavior of a Trace...
2023-05-01  Michael JeansonTests: convert more left-over type hint to type comment
2023-05-01  Michael JeansonPort: fix -Wdeprecated-declarations warning about sprin...
2023-05-01  Jérémie GalarneauTests: ust_constructor: convert left-over type hint...
2023-05-01  Jérémie GalarneauTests: ust_constructor: convert type hints to type...
2023-05-01  Jérémie GalarneauClean-up: lttng: utils: coding style fix
2023-05-01  Mathieu DesnoyersTests: Introduce test_ust_constructor
2023-05-01  Mathieu DesnoyersTests: Introduce gen-ust-events-constructor test applic...
2023-04-28  Michael JeansonFix: io-hint: add missing include for off_t
2023-04-28  Jérémie GalarneauBuild fix: g++ 4.8 incorrectly disambiguates enum and...
2023-04-26  Jérémie GalarneauTest: client: start, stop, destroy: add tests for ...
2023-04-26  Jérémie Galarneaulttng: rename iterator_template to _iterator
2023-04-26  Jérémie GalarneauMove create_unique_class util to the memory namespace
2023-04-26  Jérémie Galarneaulttng: destroy: ensure a cmd_error_code is returned...
2023-04-26  Jérémie GalarneauClean-up: lttng-destroy: move static symbols to anonymo...
2023-04-26  Jérémie GalarneauTest: mi: inverted logic in stop validation test
2023-04-26  Jérémie Galarneaulttng: stop: ensure a cmd_error_code is returned by...
2023-04-26  Jérémie GalarneauClean-up: lttng-stop: move static symbols to anonymous...
2023-04-26  Jérémie GalarneauClean-up: rotation-thread: disable move and copy
2023-04-26  Jérémie Galarneaulttng: start: ensure a cmd_error_code is returned by...
2023-04-26  Jérémie Galarneaulttng: start: move static symbols to anonymous namespace
2023-04-26  Olivier Dionlttng: Add --glob option to lttng-destroy
2023-04-26  Olivier Dionlttng: Add --all, --glob options to lttng-stop
2023-04-26  Olivier Dionlttng: Add --all, --glob options to lttng-start
2023-04-21  Olivier Dionlttng: Add list_sessions utility
2023-04-20  Olivier DionFix: mi: Pass const session to mi_lttng_session
2023-04-20  Jérémie GalarneauClean-up: clang-tidy autofixes to eventfd and file...
2023-04-20  Jérémie GalarneauTests: utils: lttng_pgrep spams output when racing...
2023-04-20  Jérémie GalarneauTests: enable test_callstack on 32-bit x86
2023-04-19  Michael JeansonTests: fix: kernel/test_callstack: number of tests...
2023-04-19  Michael JeansonAdd getrandom compat for MacOS, FreeBSD and Cygwin
2023-04-19  Jérémie GalarneauTests: metadata-regeneration: restore date at the end...
2023-04-18  Michael JeansonBuild fix: add a noop compat wrapper for posix_fadvise
2023-04-18  Jérémie GalarneauClean-up: error.hpp/error.cpp coding style fix
2023-04-18  Michael JeansonBuild fix: missing error_get_str on non-glibc builds
2023-04-18  Jérémie GalarneauClean-up: remove unnecessary inclusion
2023-04-18  Jérémie GalarneauBuild fix: missing header on macOS
2023-04-18  Michael JeansonBuild fix: failure on macOS caused by missing space...
2023-04-18  Jérémie GalarneauBuild fix: common: eventfd only exists on Linux
next
This page took 0.041402 seconds and 4 git commands to generate.