Fix: handle_notification_thread_command: handle partial read
[lttng-tools.git] / tests /
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-12  Mathieu DesnoyersFix: tests: test_crash should start sessions
2018-12-10  Francis DeslauriersCleanup: remove unused label
2018-12-10  Francis DeslauriersFix: may be used uninitialized warnings
2018-12-10  Francis Deslauriersuserspace-probe: tests: add testcase for unsupported...
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-09-11  Jonathan RajotteTests: do not bound test app iterations when in backgro...
2018-09-11  Jérémie GalarneauTests: add missing rotation and autoload tests to check...
2018-09-10  Jonathan RajotteTests: remove temporary folder
2018-09-10  Jonathan RajotteTests: remove mi result files when done
2018-09-10  Jonathan RajotteTests: Remove unused set +x
2018-09-10  Jonathan RajotteTests: Kill relayd after sessiond to ensure a clean...
2018-09-10  Jonathan RajotteTests: Remove unused variable
2018-09-10  Jonathan RajotteTests: Use stop relayd from utils.sh
2018-09-10  Jonathan RajotteTests: remove declaration already present in utils.sh
2018-09-07  Anders WallinTests: added test_autoload to noinst_SCRIPTS
2018-09-06  Francis DeslauriersFix: tests: missing frame pointer for callstack test...
2018-08-31  Jérémie GalarneauMissing kernel test files in dist target
2018-08-31  Francis Deslaurierself: support dynamic symbol table lookup
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 of uninitialized variable in C++ userspace...
2018-08-29  Francis DeslauriersFix: use-after-free in UST test case
2018-08-24  Francis DeslauriersImplement userspace-probe regression tests
2018-08-24  Francis DeslauriersAdd --userspace-probe kernel event type
2018-08-24  Francis Deslaurierstrace_ust_create_event() now returns an error code
2018-08-24  Francis Deslaurierstrace_kernel_create_event() now returns an error code
2018-08-24  Francis DeslauriersAdd utils_expand_path_keep_symlink fonction
2018-08-24  Jérémie GalarneauTests: possible NULL dereference in rotation notificati...
2018-08-24  Jérémie GalarneauClean-up: remove dead code from rotation test
2018-08-24  Jérémie GalarneauTests: add a session rotation ongoing/completed notific...
2018-08-23  Jérémie GalarneauTests: add notap versions of start/stop tracing helpers
2018-08-22  Jérémie GalarneauTests: typo in notification test case description
2018-08-20  Jérémie GalarneauTest fix: size schedule leaked in a schedule API test...
2018-08-16  Jérémie GalarneauTest: session rotation schedule API
2018-08-15  Jérémie Galarneaurotation-api: introduce rotation schedule descriptors
2018-07-16  Francis DeslauriersFix: Tests: use -no-pie linker option only when available
2018-06-11  Francis DeslauriersTests: Add callstack contexts tests
2018-06-06  Mathieu DesnoyersFilter: make bitwise and, or, xor higher prio than...
2018-06-06  Mathieu DesnoyersFilter: Update shifting tests
2018-06-06  Mathieu DesnoyersAdd () for bitwise and comparator tests
2018-06-06  Mathieu DesnoyersFilter: Implement rshift, lshift, bit not operators
2018-06-06  Mathieu DesnoyersFilter: index array, sequences, implement bitwise binar...
2018-06-05  Anders WallinTests: add session auto-loading test cases
2018-05-30  Jérémie GalarneauTest: change use of space for tabs in utils.sh
2018-05-30  Francis DeslauriersTests: add duplicated providers tests
2018-05-30  Francis DeslauriersTests: add function to validate the number of an event...
2018-05-30  Francis DeslauriersTests: allow the use of regular expressions to match...
2018-05-30  Francis DeslauriersFix: probes should be compared strictly by events metadata
2018-05-27  Julien DesfossezTest for lttng-logger
2018-05-26  Jérémie GalarneauTest mi: rename sessiond load directory constant
2018-05-26  Jonathan Rajottemi: support "add-context --list"
2018-05-26  Francis DeslauriersFix: test_ust-dl is generated at configure-time
2018-05-09  Jérémie GalarneauFix: test uses sizeof() on the wrong operand of strncpy
2018-04-10  Jonathan RajotteTests: Handle rotations happening on two separate days...
2018-04-10  Jonathan RajotteTests: Clean trace_path after each subtest
2018-04-10  Jonathan RajotteTests: Use for loop for identical validation
2018-04-10  Jonathan RajotteTests: Count number of chunk using ls
2018-04-03  Jonathan RajotteTests: fix oot and dist for rotation tests
2018-04-03  Jérémie GalarneauTests: add rotation tests scripts to noinst_SCRIPTS...
2018-04-03  Jonathan RajotteTests: SESSION_NAME defined on each iteration of kernel...
2018-04-03  Jonathan RajotteTests: Reduce scope of TRACE_PATH to a function
2018-04-03  Jonathan RajotteTests: PID_RELAYD is never used
2018-04-03  Jonathan RajotteTests: use functions from utils.sh in rotation tests
2018-04-03  Jonathan RajotteTests: consolidate session creation with a uri paramete...
2018-04-03  Jonathan RajotteTests: use modprobe to test for the presence of lttng...
2018-04-03  Jonathan RajotteTests: missing license header in rotation utils
2018-04-03  Jonathan RajotteTests: missing parenthesis in userspace rotation test
2018-04-03  Jonathan RajotteTests: use enable_ust_lttng_channel_ok instead of a...
2018-04-03  Jonathan RajotteTests: remove TRACE_PATH at the end of the rotation...
2018-04-03  Jonathan RajotteTests: exit $out gets overridden by EXIT trap from...
2018-04-03  Jonathan RajotteTests: Use SIGTERM instead of SIGKILL
2018-04-03  Jonathan RajotteAdd --post-script to tap-driver.sh
2018-04-03  Jérémie GalarneauTests: add rotation tests to the "check" target
2018-04-03  Jérémie GalarneauFix: circular inclusion of lttng.h results in warning
2018-04-03  Julien DesfossezAdd the GMT offset in the rotated chunk path
2018-04-03  Julien DesfossezTests for the session rotation feature
2018-04-03  Julien DesfossezFix validate_trace_empty test check
2018-03-28  Simon MarchiIntroduce utils_parse_time_suffix
2018-03-21  Julien DesfossezRotate command
2018-03-05  Julien DesfossezCreate the session and domain directories on start
2018-02-27  Francis DeslauriersTests: Fix: arm64 use sys_openat instead of sys_open
2018-02-16  Francis DeslauriersTests: Change syscall tests to use `gen-syscall-events...
2018-02-16  Francis DeslauriersTests: Add test app to generate syscalls
2018-02-16  Francis DeslauriersTests: Move script synchronization functions to utils...
2018-02-15  Jérémie GalarneauTests: cleanly exit from test apps on reception of...
2018-02-09  Jérémie GalarneauTests: refuse to run test suite if lttng processes...
2017-12-14  Jérémie GalarneauTests: add kernel notification tests to the root regres...
2017-12-09  Jérémie GalarneauTests: race between consumer pause and trace start...
2017-11-13  Jonathan RajotteFix: use lttng_clock_gettime instead of clock_gettime
2017-11-13  Jonathan RajotteFix: use file based synchronization for python logging...
2017-11-13  Jonathan RajotteTest: add file based synchronization point for python...
next
This page took 0.043342 seconds and 8 git commands to generate.