vscode: Add configurations to run the executables under the debugger
[lttng-tools.git] / tests / unit /
2024-03-22  Jérémie GalarneauFix: erroneous specifier used with ERR_FMT macro
2023-06-08  Jérémie GalarneauWrap main functions to handle uncaught exceptions
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-04-17  Michael JeansonRemove fcntl wrapper
2023-02-02  Jérémie GalarneauClean-up: replace uses of `int enabled` with boolean...
2023-01-17  Jérémie Galarneauclang-tidy: add readability-simplify-boolean-expr
2023-01-17  Jérémie Galarneauclang-tidy: add most bugprone warnings
2023-01-16  Jérémie Galarneauclang-tidy: add Chrome-inspired checks
2023-01-16  Jérémie GalarneauAdd a basic .clang-tidy file and fix typedef warnings
2023-01-16  Jérémie GalarneauRun clang-format on the whole tree
2023-01-05  Jérémie GalarneauFix: sessiond: instance uuid is not sufficiently unique
2022-12-08  Michael JeansonFix: tap.h conflicts with Clang C++ headers
2022-10-28  Michael JeansonCleanup: remove ignored flags from poll events bitmasks
2022-10-28  Michael Jeansonport: tests: uprobe is Linux specific
2022-06-15  Jérémie GalarneauTests: test_uuid: unchecked return value
2022-06-13  Jérémie GalarneauChange backing type of lttng_uuid to std::array
2022-06-13  Jérémie GalarneauTests: test_session: include tap.h last
2022-04-15  Jérémie GalarneauTests: clean-up: rate policy: remove stale comment
2022-04-15  Jérémie GalarneauTests: fix: leak of rate policy in rate policy unit...
2022-04-15  Jérémie GalarneauTests: fix: leak of payload in serdes test of log level...
2022-04-15  Jérémie GalarneauTests: fix: leak of some attributes of ltt_ust_session
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-16  Jérémie GalarneauClean-up: tests: silence bogus warning
2022-03-16  Jérémie GalarneauFix: tests: uninitialized lttng_payload
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonfix: warning '-Wstringop-truncation' with GCC 11.2
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-28  Francis DeslauriersRemove ht-cleanup thread
2022-01-20  Mathieu DesnoyersMove utils_expand_path and utils_expand_path_keep_symli...
2022-01-20  Mathieu DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2021-12-15  Simon Marchiconfigure: enable -Wformat=2
2021-12-09  Simon Marchitests: sync tests/utils/tap with Babeltrace repository
2021-11-19  Simon Marchicommon: split ini-config in its own convenience library
2021-11-18  Simon Marchitests: compile all unit tests as C++
2021-11-17  Simon Marchicommon: compile libcompat as C++
2021-11-17  Simon Marchilib: compile liblttng-ctl as C++
2021-11-17  Simon Marchibin: compile lttng-relayd as a C++
2021-11-17  Simon Marchibin: compile lttng-sessiond as C++
2021-11-17  Simon MarchiFix: tests: fix unused-but-set warning in test_fd_tracker.c
2021-09-23  Francis DeslauriersForce usage of assert() condition when NDEBUG is defined
2021-09-23  Francis DeslauriersFix: statements with side-effects in assert statements
2021-08-24  Simon Marchitests: tap: remove semicolons in pass / fail definitions
2021-07-19  Jérémie GalarneauTests fix: unix socket: leaked socket of connection...
2021-07-16  Jérémie GalarneauTest: unix socket: test credential passing
2021-06-22  Jonathan RajotteMove event-expr-to-bytecode to event-expr
2021-06-08  Michael JeansonBuild fix: build without lttng-ust
2021-06-07  orbeabuild: Add missing DEFINE_LTTNG_UST_SIGBUS_STATE();
2021-06-07  orbeabuild: Use liblttng-sessiond-common.la instead of SESSI...
2021-06-07  orbeabuild: Add the liblttng-sessiond-comm.la convenience...
2021-06-03  Jonathan RajotteRemove lttng_event_rule_tracepoint
2021-06-02  Jonathan RajotteTest log level for newly introduced event rule type...
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_python_logging
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_log4j_logging
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_jul_logging
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_user_tracepoint
2021-06-02  Jonathan RajotteIntroduce lttng_event_rule_kernel_tracepoint
2021-06-02  Jonathan RajotteRename lttng_event_rule_kernel_probe to lttng_event_rul...
2021-06-02  Jonathan RajotteRename lttng_event_rule_userspace_probe to lttng_event_...
2021-06-02  Jonathan RajotteRename lttng_event_rule_syscall to lttng_event_rule_ker...
2021-06-02  Jonathan RajotteRename lttng_event_rule_syscall_(set, get)_pattern...
2021-06-02  Jonathan RajotteRename *exclusion* to *name_pattern_exclusion*
2021-06-02  Jonathan RajotteRename lttng_event_rule_tracepoint_(set,get)_pattern...
2021-05-19  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2021-05-14  Mathieu DesnoyersFix: Handle SIGBUS in sessiond and consumerd
2021-05-05  Jérémie GalarneauFix: lttng: add-trigger: invalid access past end of...
2021-04-28  Francis DeslauriersSync lttng-modules ABI in internal kernel-ioctl.h
2021-04-22  Jonathan RajotteRename on-event to event-rule-matches
2021-04-22  Jonathan RajotteMove on-event*.* to event-rule-matches*.*
2021-04-22  Jonathan RajotteIntroduce emission site for syscall event rule
2021-04-18  Jérémie GalarneauRemove error count property of lttng_condition_on_event
2021-04-18  Jérémie Galarneausessiond: implement EXECUTE_ERROR_QUERY command
2021-04-18  Jonathan RajotteRename firing policy to rate policy
2021-04-18  Jonathan Rajottetest: unit: snapshot session action
2021-04-17  Jonathan Rajottetests: units: action: stop session
2021-04-17  Jonathan Rajottetests: unit: action: start_session
2021-04-17  Jonathan Rajottetests: unit: action: rotate_session
2021-04-17  Jonathan Rajottetests: unit: action: notify
2021-04-17  Jonathan RajotteMove test_action to its own file
2021-04-17  Jonathan Rajottetests: unit: add firing policy tests
2021-04-13  Simon MarchiClean-up: tests: fix -Wshadow error in run_active_set_c...
2021-04-13  Simon MarchiClean-up: sessiond: prepend `the_` to global variable...
2021-03-31  Francis Deslaurierssessiond: Implement kernel event notifier error counter
2021-03-26  Francis Deslaurierson-event: add error counter fields to condition
2021-03-24  Francis DeslauriersCleanup: Move `create_posix_shm()` to common/shm.c
2021-03-22  Jérémie GalarneauTests: fix: log level rule: leak of rule after test
2021-03-19  Jérémie GalarneauTests: add log level rule validation tests
2021-03-18  Jonathan Rajottelttng-ctl: Introduce lttng_log_level_rule
2021-03-18  Jonathan RajotteClean-up: sort noinst_PROGRAMS in test/unit/Makefile.am
2021-03-18  Jonathan RajotteClean-up: sort TESTS in test/unit/Makefile.am
2021-03-18  Jonathan Rajotteevent-rule: userspace probe: force location on create
2021-03-18  Jonathan Rajotteevent-rule: userspace probe: rename get/set_name to...
2021-03-18  Jonathan Rajotteevent-rule: kernel probe: force location on create
2021-03-18  Jonathan Rajotteevent-rule: kernel probe: rename set/get_name to set...
2021-03-17  Jonathan RajotteRename files for condition event-rule to on-event
2021-03-17  Jonathan RajotteRename lttng_condition_event_rule to lttng_condition_on...
next
This page took 0.054948 seconds and 7 git commands to generate.