lttng-tools.git
2021-02-23  Jérémie GalarneauUpdate version to v2.12.3 v2.12.3
2021-02-19  Jérémie GalarneauFix: ust-consumer: metadata thread not woken-up after...
2021-02-19  Jérémie GalarneauClean-up: ust-consumer: simplify metadata cache unlock...
2021-02-19  Jérémie GalarneauFix: sessiond: timer: unitiliazed sigevent fields
2021-02-19  Jérémie GalarneauFix: sessiond: ust-registry: dereference of NULL pointe...
2021-02-19  Jérémie GalarneauFix: ust-consumer: metadata cache lock not taken when...
2021-02-03  Mathieu DesnoyersFix: use MT-safe strtok_r in multithreaded context
2021-01-18  Jérémie GalarneauFix: liblttng-ctl: unreported truncations when copying...
2021-01-18  Jérémie GalarneauFix: configure: support Autoconf 2.70
2020-12-02  Jérémie GalarneauFix: sessiond: metadata not created on app unregistrati...
2020-11-27  Francis DeslauriersCleanup: use `modprobe --remove` rather than `rmmod`
2020-11-06  Jonathan RajotteTests: Fix: 99% fill ratio for high buffer usage is...
2020-10-28  Jérémie GalarneauFix: common: poll: compat_poll_wait never finishes
2020-10-15  Jérémie GalarneauBuild fix: implicit declaration of function 'PERROR...
2020-10-15  Jérémie GalarneauFix: PERROR spam when `tracing` group does not exist
2020-09-09  Jérémie GalarneauFix: memcpy used on potentially overlapping regions
2020-08-03  Jérémie GalarneauUpdate version to v2.12.2 v2.12.2
2020-08-03  Jérémie GalarneauTests: rework tracefile_count test to meet the tracefil...
2020-08-03  Jérémie GalarneauFix: extraneous empty/inactive flush on rotation out...
2020-07-30  Jérémie GalarneauFix: relayd: double unlock on viewer stream creation...
2020-07-29  Jérémie GalarneauFix: relayd: live connection fails to open file during...
2020-07-29  Jérémie GalarneauFix: relayd: wrong stream type used in DBG statement
2020-07-29  Jérémie GalarneauFix: lttng: leak of userspace probe path on listing
2020-07-29  Jérémie GalarneauFix: uprobe: missing error code on allocation failure
2020-07-29  Jérémie GalarneauFix: sessiond: don't negate error code on list error
2020-07-29  Jonathan RajotteFix: send/received actual size is overwritten by 'expec...
2020-07-29  Jonathan RajotteFix: partial recv lead to client disconnect
2020-07-29  Michael Jeansontests: return the proper TAP exit code
2020-07-29  Francis DeslauriersTests: live/test_{lttng_,}kernel: use lttng_test_filter...
2020-07-29  Francis DeslauriersFix: consumer: Move sanity check within `consumer_subbu...
2020-07-21  Jérémie GalarneauFix: sessiond: wrong variable checked for error code
2020-07-21  Jérémie GalarneauFix: consumerd: double unlock on rotate channel error...
2020-07-21  Jérémie GalarneauFix: consumerd: packet sent before channel rotation
2020-07-17  Jérémie GalarneauFix: relayd: wrong specifier used in DBG format string
2020-07-17  Jérémie GalarneauTests: add a "new metadata after clear" test
2020-07-17  Jérémie GalarneauFix: relayd: send_viewer_streams sends stack data in...
2020-07-17  Jérémie GalarneauFix: stream intersection fails on snapshot of cleared...
2020-07-17  Jérémie GalarneauFix: relayd: viewer metadata is not rotated after a...
2020-07-17  Jérémie GalarneauFix: post-clear trace chunk has a late beginning packet
2020-07-17  Jérémie GalarneauFix: kconsumer: missing wait for metadata thread in...
2020-07-14  Jérémie GalarneauFix: tests: interrupting get_next_notification causes...
2020-07-06  Francis DeslauriersFix: consumer.c: wrong order of parameter in `DBG(...
2020-06-26  Jonathan RajotteFix: consumer: dangling chunk on buffer allocation...
2020-06-17  Jérémie GalarneauFix: consumerd: uninitialized written_bytes on no-data...
2020-06-17  Jérémie GalarneauBuild fix: consumerd misnamed label
2020-06-17  Jérémie Galarneauconsumerd: on_sleep not called on stream when no data...
2020-06-17  Jonathan RajotteFix: invalid discarded events on start/stop without...
2020-06-17  Jonathan Rajottetests: truncate metadata file for regenerate metadata...
2020-06-17  Jérémie GalarneauFix: consumerd: user space metadata not regenerated
2020-06-16  Ovidiu Panaittests: gen-ust-events-ns/tp.h: Fix build with musl...
2020-06-12  Jonathan RajotteFix: tests: output_dir contains the consumerd pipe
2020-06-09  Jérémie GalarneauFix: unix: don't PERROR on EAGAIN for non-blocking...
2020-05-28  Jérémie GalarneauFix: sessiond: sessiond and agent deadlock on destroy
2020-05-27  Jérémie GalarneauFix: incorrect specifier %lu used with size_t argument
2020-05-26  Jérémie GalarneauFix: consumerd: live client receives incomplete metadata
2020-05-26  Jérémie Galarneauconsumerd: refactor: split read_subbuf into sub-operations
2020-05-26  Jérémie Galarneauconsumerd: move rotation logic to domain-agnostic read...
2020-05-26  Jérémie Galarneausessiond: enforce mmap output type for kernel metadata...
2020-05-26  Jérémie Galarneauconsumerd: tag metadata channel as being part of a...
2020-05-26  Jérémie Galarneauconsumerd: pass channel instance to stream creation...
2020-05-26  Jérémie Galarneauconsumerd: cleanup: use buffer view interface for mmap...
2020-05-26  Jérémie Galarneauconsumerd: move address computation from on_read_subbuf...
2020-05-26  Jérémie Galarneauconsumerd: refactor: combine duplicated check_*_functions
2020-05-26  Jérémie Galarneaukerner-ctl: add RING_RING_BUFFER_GET_NEXT_SUBBUF_METADA...
2020-05-26  Jérémie GalarneauAdd lttng_dynamic_buffer_append_view util
2020-05-26  Jérémie GalarneauFix: lttng: Destroying session message repeated during...
2020-05-26  Jérémie GalarneauFix: liblttng-ctl: leak of tracker handle in lttng_...
2020-05-21  Jonathan RajotteFix: common: fs_handle_seek returns negative value...
2020-05-19  Jonathan RajotteFix: common: abort on rotation after time manipulation
2020-05-19  Francis DeslauriersTests: test_exclusion: exclusion after tracing active
2020-05-19  Francis DeslauriersTests: `gen-ust-nevents`: add syncpoints
2020-05-19  Francis DeslauriersTests: accept built-in kernel modules
2020-05-12  Jérémie GalarneauUpdate version to v2.12.1 v2.12.1
2020-05-12  Jonathan RajotteAPI: missing includes in lttng.h
2020-05-12  Jonathan RajotteAPI: missing clear and clear-handle includes in lttng.h
2020-05-12  Jonathan RajotteAPI: sort lttng.h includes
2020-05-12  Jonathan RajotteFix: API: missing end brace for C++ linkage specification.
2020-05-05  Francis DeslauriersFix: tests: `-Wstringop-overflow` warning
2020-04-20  Jérémie GalarneauFix: load: incomplete error handling for load_session_f...
2020-04-07  Jérémie GalarneauUpdate version to v2.12.0 v2.12.0
2020-04-07  Philippe Proulxlttng-crash(1): document the command's positional argument
2020-04-07  Philippe Proulxlttng-sessiond(8): append missing argument to short...
2020-04-07  Philippe Proulxlttng-sessiond(8): sort the option list by long option...
2020-04-07  Philippe Proulxlttng-relayd(8): mention the `--config` option
2020-04-07  Jérémie GalarneauFix: lttng-load: support legacy PID tracker specification
2020-04-07  Jérémie GalarneauFix: sessiond: invalid session configuration on EXCLUDE...
2020-04-06  Jérémie GalarneauFix: relayd: unchecked allocation result of unlinked...
2020-04-03  Jérémie GalarneauClean-up: trace-ust comment still refers to only PID...
2020-04-03  Francis Deslaurierslttng-crash: use `spawn_viewer()` to launch trace viewer
2020-04-03  Francis Deslaurierslttng-view: clean-up: move `--viewer` code to specific...
2020-04-03  Francis Deslaurierslttng-crash: clean-up: fix alignment of format string
2020-04-03  Francis Deslaurierslttng-view: clean-up: rename `parse_options()` -> ...
2020-04-03  Simon MarchiFix: python: suppress -Wmissing-prototypes warning...
2020-04-03  Francis Deslaurierslttng-view: clean-up: use singular form for type name
2020-04-03  Francis Deslaurierslttng-view: clean-up: remove references to LTTv
2020-04-03  Jérémie GalarneauFix: relayd: harmonize path format in backward-compat...
2020-04-03  Jérémie GalarneauBump session.xsd version to 2.12
2020-04-03  Philippe Proulxlttng-relayd(8): normalize style and add details
2020-04-03  Philippe Proulxdoc/man: refer to Babeltrace 2 instead of Babeltrace 1
2020-04-03  Philippe Proulxlttng-clear(1): normalize style and add details
next
This page took 0.044056 seconds and 4 git commands to generate.