lttng-ctl: Introduce lttng_log_level_rule
[lttng-tools.git] / tests / unit /
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...
2021-03-17  Jonathan RajotteRename uprobe files to userspace-probe
2021-03-17  Jonathan RajotteRename uprobe to userspace-probe
2021-03-17  Jonathan RajotteRename kprobe file to kernel-probe
2021-03-17  Jonathan RajotteRename kprobe to kernel_probe
2021-03-15  Mathieu DesnoyersAdapt to lttng-ust ust-abi.h naming prefix update
2021-03-09  Simon Marchicommon: introduce lttng_event_expr_to_bytecode
2021-01-12  Jérémie GalarneauClean-up: replace erroneous of empty parameter list...
2020-12-14  Francis Deslaurierssessiond: Extract condition hashing functions
2020-11-24  Jonathan RajotteTests: unit: lttng_condition_event_rule
2020-11-09  Michael Jeansonport: Add pthread_setname_np FreeBSD compat
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-11-06  Michael Jeansonport: tests: /proc/self/fd is Linux only, use /dev...
2020-11-06  Michael JeansonCleanup: Use pkg-config to detect liburcu
2020-10-28  Michael Jeansonport: no eventfd support on FreeBSD
2020-10-27  Jérémie GalarneauTests: poll: test all possible combinations of active...
2020-09-11  Jonathan Rajottetests: unit: event-rule unit testing
2020-09-11  Jonathan RajotteIntroduce kernel-probe locations
2020-08-17  Jérémie Galarneausessiond: trigger: run trigger actions through an actio...
2020-08-17  Jérémie GalarneauRevert "sessiond: trigger: run trigger actions through...
2020-08-13  Jérémie Galarneausessiond: trigger: run trigger actions through an actio...
2020-08-11  Jérémie GalarneauClean-up: tests: fd-tracker: change spaces to tabs
2020-08-10  Jérémie GalarneauTests: add unix socket wrapper unit tests
2020-07-27  Jérémie Galarneaupayload: use fd_handle instead of raw file descriptors
2020-07-27  Jérémie Galarneaucommon: move lttng_payload[_view] to libcommon
2020-07-22  Michael Jeansontests: return the proper TAP exit code
2020-06-11  Jérémie Galarneauliblttng-ctl: use lttng_payload for serialize/create_fr...
2020-05-26  Jérémie Galarneausessiond: enforce mmap output type for kernel metadata...
2020-05-05  Francis DeslauriersFix: tests: `-Wstringop-overflow` warning
2020-04-17  Simon Marchibuffer-view: introduce lttng_buffer_view_contains_string
2020-04-03  Jérémie GalarneauFix: relayd: harmonize path format in backward-compat...
2020-04-01  Michael JeansonTypo: 'Descritptor' -> 'Descriptor'
2020-03-26  Simon MarchiFix: tests: make some functions static
2020-03-20  Simon MarchiFix all -Wdiscarded-qualifiers warning instances
2020-03-20  Jonathan RajotteRemove part of last name to fit in a 80 character line
2020-03-10  Simon MarchiMake remove_file_from_hierarchy function static in...
2020-03-10  Simon MarchiMake fd_count function static in test_fd_tracker.c
2020-01-31  Jérémie GalarneauTests: fd-tracker: fix: leak of test paths
2020-01-31  Jérémie GalarneauClean-up: remove instances of loop initial declarations
2020-01-31  Michael Jeansontests: Move to kernel style SPDX license identifiers
2020-01-30  Jérémie Galarneaufd-tracker: restore suspended handles from their inode...
2020-01-17  Michael JeansonFix: build failure with -fno-common
2020-01-13  Francis DeslauriersFix: build failures when `--without-lttng-ust`
2019-12-20  Jonathan Rajottetrackers: support tracking feature
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-12-09  Simon Marchitests: make functions static in test_notification.c
2019-12-09  Simon Marchitests: make functions static in test_utils_compat_poll.c
2019-12-09  Simon Marchitests: make functions static in test_utils_expand_path.c
2019-12-09  Simon Marchitests: make functions static in test_session.c
2019-12-09  Simon Marchitests: make functions static in test_uri.c
2019-12-06  Simon Marchitests: make entry_handler static in ini_config test
2019-11-27  Michael JeansonReplace libuuid with internal implementation
2019-11-25  Jérémie GalarneauFix: tests: missing argument in test output print statement
2019-11-25  Jérémie GalarneauSilence bogus warning when building with old GCC versions
2019-11-25  Jérémie GalarneauClean-up: tests: unchecked closedir value in test_fd_tr...
2019-11-23  Jérémie GalarneauTests: add fd-tracker tests for the unlink operation
2019-11-23  Jérémie GalarneauTest: add a unit test for the fd tracker
2019-11-08  Jonathan RajotteTests: unit testing for backward compatibility of group...
2019-11-05  Jonathan RajotteFix: move set base_path of session to URI configuration
2019-11-05  Michael JeansonUse pkgconfig to detect and configure liblttng-ust
2019-10-08  Jérémie GalarneauFix: tests: replace truncation-prone logging helper
2019-10-03  Francis DeslauriersFix: Tests: test_session.c: Structurally dead code
2019-10-03  Francis DeslauriersFix: test_utils_compat_poll.c: Unchecked return value
2019-09-03  Mathieu DesnoyersFix: honor base path for network URIs
2019-08-23  Jérémie GalarneauTests: add a test for the "skip non-empy" rmdir flag
2019-08-22  Mathieu DesnoyersFix: rmdir recursive: skip non-empty directories with...
2019-07-25  Jérémie GalarneauAdd rmdirat and renameat to run-as commands
2019-07-18  Jérémie Galarneaurelayd: send sessiond uuid and session id as part of...
2019-07-18  Jérémie GalarneauTests build fix: undefined MAGIC_VALUE macro
2019-05-04  Yannick LamarreAdd Unit test to poll compatibility layer
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ltt_session...
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ust channel...
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ltt_ust_context...
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ltt_session...
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-03-28  Jonathan RajotteFix tests: the tree origin can be a symlink itself
2019-02-11  Jonathan RajotteSupport minute and hour as time suffixes
2019-02-07  Jérémie GalarneauTest fix: passing bool argument to va_start is undefined
2019-01-14  Jérémie GalarneauCleanup: duplicate LDADD of libcommon for utils unit...
2019-01-14  Jérémie GalarneauMove time utils to their own time.c file
2018-12-06  Jérémie GalarneauRename ust-thread to notify-apps
2018-12-05  Jérémie GalarneauRemove the sessiond "ready" counter mechanism
2018-12-05  Jérémie GalarneauLoad session configurations from lttng-sessiond's main...
2018-12-05  Jérémie GalarneauLaunch the ht-cleanup thread using lttng_thread util
2018-12-03  Jérémie GalarneauReference count ltt_session objects
2018-11-16  Jérémie GalarneauClean-up: move global sessiond symbols out of main.o
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-08-31  Jérémie GalarneauTest fix: check length of input string
2018-08-31  Jérémie GalarneauTest cleanup: wrong indentation style in test_ust_data.c
2018-08-31  Jérémie GalarneauTest fix: leak of exclusions on allocation error
2018-08-29  Francis DeslauriersFix: use-after-free in UST test case
2018-08-24  Francis DeslauriersAdd --userspace-probe kernel event type
next
This page took 0.041629 seconds and 7 git commands to generate.