Tests: ctf2: ust clock override: adapt validation for ctf2
[lttng-tools.git] / src / bin /
2022-08-19  Jonathan RajottePropagate trace format to relayd on session creation
2022-08-19  Jonathan RajotteSave/load: support session trace format
2022-08-19  Jonathan RajotteCLI: Add trace format output to listing
2022-08-19  Jonathan RajotteCLI: Add lttng_trace_format_descriptor to lttng_session...
2022-08-19  Jonathan RajotteCLI: Add `--trace-format` option to `create` command
2022-08-19  Jonathan RajotteLive: viewer: check trace format support based on protocol.
2022-08-19  Jonathan RajotteCTF2: add to relayd supported trace format
2022-08-19  Jonathan RajotteAdd `--disallow-ctf2` to lttng-relayd
2022-08-19  Jonathan Rajotterelayd: Extend relayd get configuration command to...
2022-08-19  Jonathan RajotteRefactor: pass ltt_session directly
2022-08-19  Jonathan RajotteRefactor: split relayd socket creation and sending...
2022-08-19  Jonathan RajotteUse the trace format type for ust metadata generation
2022-08-19  Jonathan RajottePropagate trace format all the way to the consumer
2022-08-19  Jonathan RajottePropagate trace format to ust_app_session object
2022-08-19  Jonathan RajotteConvert ust_app_session to c++
2022-08-19  Jonathan RajottePropagate trace format to ltt_kernel_session object
2022-08-19  Jonathan RajotteConvert ltt_kernel_session to c++
2022-08-19  Jonathan RajottePropagate trace format to kernel tracer
2022-08-19  Jonathan RajotteKernel: add feature check for ctf2 based on lttng-modul...
2022-08-19  Jonathan RajottePropagate trace format to ltt_ust_session
2022-08-19  Jonathan RajotteAdd lttng_trace_format::sptr to ltt_session
2022-08-19  Jonathan RajotteAdd trace format descriptor to session descriptor
2022-08-19  Jonathan RajotteConvert ltt_ust_session to c++
2022-08-19  Jonathan RajotteConvert ltt_session to c++
2022-08-19  Jonathan RajotteBasic serialization/deserialization for lttng_session
2022-08-19  Jonathan RajotteFix: missing variant choice name
2022-08-19  Jonathan RajotteFix: wrong visitor called
2022-08-19  Jonathan RajotteTo backpropagate: use tsdl visitor for now
2022-07-29  Jérémie Galarneausessiond: add a CTF 2-generating trace class visitor
2022-07-29  Jérémie Galarneausessiond: add variant selector intervals
2022-07-27  Jérémie Galarneausessiond: validate existence of field reference receive...
2022-07-26  Jérémie Galarneausessiond: express field references as locations instead...
2022-07-21  Jérémie Galarneausessiond: return raw pointer to packet header
2022-07-18  Jérémie Galarneausessiond: tsdl: remove useless std::move
2022-07-13  Jérémie Galarneausessiond: generate packet header, packet context and...
2022-07-13  Jérémie GalarneauFix: sessiond: tsdl: don't prepend underscore for stream_id
2022-07-13  Jérémie Galarneausessiond: field: add field roles and blob types
2022-07-07  Jérémie GalarneauFix: sessiond: handle empty scheduled rotations
2022-07-07  Jérémie GalarneauClean-up: sessiond: remove left-over code
2022-07-04  Jérémie GalarneauFix: sessiond: report client list allocation failure...
2022-07-04  Jérémie GalarneauFix: leak of channel-bound trigger list element
2022-07-04  Jérémie GalarneauFix: sessiond: size-based rotation threshold exceeded...
2022-07-04  Jérémie GalarneauFix: sessiond: size-based rotation threshold exceeded...
2022-06-17  Jérémie GalarneauBuild fix: missing initializer for member 'payload'
2022-06-17  Jérémie GalarneauBuild fix: missing initializer for member 'rotation_pos...
2022-06-17  Jonathan RajotteBuild fix: specialization of template in different...
2022-06-16  Jérémie GalarneauBuild fix: old gcc does not recognize hidden/shadowed...
2022-06-15  Jérémie GalarneauFix: sessiond: registry_channel: initialize _rcu_head...
2022-06-15  Jérémie Galarneausessiond: registry_event: remove lttng_ht_node_u64...
2022-06-13  Jérémie Galarneaucommon: replace container_of with a C++ safe implementation
2022-06-13  Jérémie Galarneausessiond: registry_session: mark functions as noexcept
2022-06-13  Jérémie GalarneauClean-up: sessiond: move registry_session free function...
2022-06-13  Jérémie GalarneauClean-up: sessiond: move ust_registry_session under...
2022-06-13  Jérémie Galarneausessiond: transition from lttng-ust to tracer agnostic API
2022-06-13  Jérémie Galarneausessiond: add tracer-agnostic trace hierarchy classes
2022-06-13  Jérémie Galarneausessiond: session registry: use pthread::lock_guard...
2022-06-13  Jérémie Galarneausessiond: ust: remove unused `is_sent` attribute of...
2022-06-13  Jérémie Galarneauconsumerd: Rename global ctx variable to the_consumer_c...
2022-06-13  Jérémie Galarneausessiond: add smart pointer utils for ltt_session
2022-06-13  Jérémie Galarneausessiond: Move trace_ust_clock to a clock_attributes_sa...
2022-06-13  Jérémie GalarneauChange backing type of lttng_uuid to std::array
2022-06-13  Jérémie Galarneausessiond: Split ust_registry_session into per-type...
2022-06-13  Jérémie Galarneausessiond: Replace uses of session_trylock_list by a...
2022-05-17  Jérémie GalarneauFix: lttng-snapshot: use after free of max size argument
2022-04-15  Jérémie GalarneauFix: lttng: snapshot: add-output: leak of max size...
2022-04-15  Jérémie GalarneauTests: fix: lttng-create: leaked command parameter
2022-04-15  Jérémie GalarneauFix: sessiond: rotation trigger leak
2022-04-15  Jérémie GalarneauFix: lttng: enable-rotation: leak of command parameter
2022-04-15  Jérémie GalarneauFix: lttng: track: leaked command parameter
2022-04-15  Jérémie GalarneauFix: lttng: add-trigger: leak of parser context on...
2022-04-15  Jérémie GalarneauFix: lttng: enable-channel: leak of popt arguments
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-04-12  Jérémie GalarneauFix: sessiond: assert on empty payload when handling...
2022-04-12  Jonathan RajotteBump minimum kernel version to 2.6.30 to use EFD_SEMAPHORE
2022-04-12  Jonathan RajotteFix: Revert of 814b4934e2604a419bcb8eec57c0450dbb47e2c3
2022-04-06  Jérémie GalarneauFix: sessiond: inverted condition checking for empty...
2022-04-06  Jonathan RajotteFix: notification: kernel: consumption of event notific...
2022-04-06  Jonathan RajotteFix: sessiond: assertion hit in ltt_sessions_ht_empty
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Jérémie Galarneausessiond: document RCU locking assumption during channe...
2022-03-30  Simon MarchiFix: lttng-sessiond: output stream metadata before...
2022-03-30  Simon Marchilttng-sessiond: remove goto in ust_metadata_channel_sta...
2022-03-30  Simon Marchilttng-sessiond: rename ust_registry_channel::ht to...
2022-03-30  Simon MarchiClean-up: Remove remaining max_t macros
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-28  Jérémie GalarneauClean-up: sessiond: cmd_enable_channel_internal
2022-03-28  Jérémie GalarneauFix: sessiond: cmd_enable_channel: negative error code...
2022-03-16  Jérémie GalarneauFix: sessiond: ust-app: uninitialized name logged on...
2022-03-16  Jérémie GalarneauFix: sessiond: event name length check is too strict
2022-03-16  Jérémie GalarneauClean-up: use sizeof instead of repeating string length...
2022-03-16  Jérémie GalarneauFix: relayd: missing session unlock on error path
2022-03-15  Michael JeansonPrepare for '-Wimplicit-fallthrough'
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wredundant-decls' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wmissing-noreturn' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wlogical-op' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wundef' to warning flags
2022-03-15  Michael Jeansonfix: warning '-Wformat-overflow' with GCC 11.2
2022-03-14  Michael JeansonCleanup: DIST_SUBDIRS is redundant when using AM condit...
next
This page took 0.061345 seconds and 8 git commands to generate.