Separate session info from channel info in notification thread
[lttng-tools.git] / src / bin / lttng-sessiond /
2018-04-03  Jérémie GalarneauSeparate session info from channel info in notification...
2018-04-03  Julien DesfossezRotate timer
2018-04-03  Jérémie GalarneauSimplify lock handling in enqueue_timer_rotate_job()
2018-03-28  Jonathan RajotteFix: use metadata key instead of fd for consumer rotati...
2018-03-26  Jonathan RajotteFix: double similar condition
2018-03-23  Julien Desfossezlttng rotate command
2018-03-21  Julien DesfossezRelay rotate pending command
2018-03-21  Julien DesfossezRotate command
2018-03-16  Julien DesfossezSessiond timer thread
2018-03-15  Julien DesfossezSessiond rotation thread
2018-03-12  Julien DesfossezChannel rotate pipe between sessiond and the consumers
2018-03-06  Julien DesfossezCommand to rename a folder
2018-03-06  Jérémie GalarneauClean-up: remove unneeded cast
2018-03-05  Julien DesfossezCreate the session and domain directories on start
2018-03-05  Julien DesfossezCommand to make a directory on the consumer or relay
2018-03-05  Francis DeslauriersUse free running metadata channel key between sessiond...
2018-03-05  Francis DeslauriersFix: leftover use of channel fd as identifier
2018-03-05  Jérémie GalarneauClean-up: use LTTNG_PATH_MAX rather than PATH_MAX
2018-02-28  Julien DesfossezKeep the base directory of a relay session separate
2018-02-28  Julien DesfossezChange trace_path to session_root_path and chunk_path
2018-02-28  Julien DesfossezMake kernel tracer version global to the session daemon
2018-02-28  Jérémie GalarneauClean-up: typo fixes in notification thread comments
2018-02-28  Jérémie GalarneauClean-up: hash table utils are unnecessarily non-const
2018-02-28  Julien DesfossezFix: use a free running channel key between sessiond...
2018-02-20  Michael JeansonLoad preemptirq lttng-modules probe
2018-02-20  Julien DesfossezFix: error handling on relay version check
2018-02-19  Jonathan RajotteFix: add-context cannot be performed after a session...
2018-02-16  Francis DeslauriersFix: duplicated kernel consumer socket locking
2018-02-15  Francis DeslauriersUpdating lttng-ust-ctl header file
2018-02-14  Jérémie GalarneauDocument consumer socket locking assumptions
2018-02-14  Jérémie GalarneauFix: consumer socket lock not held during snapshot...
2018-02-14  Jérémie GalarneauFix: set_relayd_for_snapshot does not acquire the consu...
2018-02-14  Jérémie GalarneauFix: send_channel_monitor_pipe does not take the consum...
2018-02-14  Jérémie GalarneauDocument the locking assumptions of consumerd-relayd...
2018-02-14  Jérémie GalarneauAssert that the consumer lock is held while sending...
2018-02-14  Jérémie GalarneauAssert that the consumer socket lock is taken during...
2018-02-05  Jonathan RajotteFix: do not flag consumer as disabled on relayd comm...
2017-12-13  Jérémie GalarneauDocs: clarify which socket serves as the ust_app_ht_by_...
2017-12-13  Jérémie GalarneauDocs: refer to apps_notify_thread instead of 'the other...
2017-12-13  Jérémie GalarneauDocs: describe the apps_thread's working in function...
2017-12-05  Jérémie GalarneauClean-up: remove unneeded rcu_read_lock acquisition
2017-12-05  Jérémie GalarneauDocs: document locking assumption of function
2017-12-05  Jérémie GalarneauFix: notification thread not notified of channel creati...
2017-11-30  Jérémie GalarneauClean-up: reduce scope of dyanamically-allocated string
2017-11-30  Jérémie GalarneauFix: using putenv() and free()-ing the value is invalid
2017-11-30  Jérémie GalarneauClean-up: unnecessary duplicated call to exit()
2017-11-30  Jérémie GalarneauFix: unknown consumer type considered a libc error
2017-11-30  Jonathan RajotteFix: consumerd(64/32)_lib_dir can be NULL
2017-11-26  Jérémie GalarneauFix: evaluate trigger condition on registration
2017-11-13  Julien DesfossezFix: O_CLOEXEC is erroneously used on pipe creation
2017-11-12  Jérémie GalarneauFix: missing NULL checks in logging statements
2017-11-12  Jérémie GalarneauFix: kernel consumerd sock paths need rundir substitution
2017-11-12  Jérémie GalarneauFix: create lttng run dir regardless of user privilege
2017-11-12  Jérémie Galarneaucentralize sessiond config option handling
2017-08-03  Michael JeansonTypo: occured -> occurred
2017-08-03  Jérémie GalarneauFix: ensure kernel context is in a list before trying...
2017-08-03  Jérémie GalarneauHarmonize return code conventions in context handling
2017-08-02  Mathieu DesnoyersFix: uninitialized return value on error path
2017-07-31  Jérémie GalarneauFix: ambiguous ownership of kernel context by multiple...
2017-07-28  Jonathan RajotteUse pipe instead of eventfd() for notification command...
2017-07-28  Jonathan RajotteCleanup: useless reset of ret to zero
2017-07-28  Jonathan RajotteFix: ret is never used on error_open code path
2017-07-28  Jonathan RajotteFix: use error code path instead of break when errors...
2017-07-28  Jonathan RajotteCleanup: ignore useless check of execl() return value
2017-07-28  Jonathan RajotteFix: missing error handling in use of print_tabs()
2017-07-28  Jonathan RajotteCleanup: functions shall have a single exit point
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-26  Jérémie GalarneauDocs: move notification thread documentation to header
2017-07-26  Jérémie GalarneauDocs: grammar fix in comment
2017-07-26  Jonathan RajotteFix: evaluate condition/trigger on subscription
2017-07-24  Jonathan Rajottesave/load: add blocking_timeout attribute to channel
2017-07-24  Jonathan RajotteIntroduce monitor_timer_interval to session configurati...
2017-06-21  Michael JeansonTypo: occured -> occurred
2017-06-13  Jérémie GalarneauFix: reject triggers if they depend on an unavailable...
2017-06-13  Jonathan RajotteFix: check lttng-modules ABI version for RING_BUFFER_SN...
2017-06-13  Jonathan RajotteFix: Send remove channel to notification thread only...
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-12  Mathieu DesnoyersFix: lttng list of channels should return errors
2017-06-12  Mathieu DesnoyersFix: discard event/lost packet counters
2017-06-06  Jérémie GalarneauDocs: notification comment refers to a structure by...
2017-06-01  Michael JeansonCleanup: kmod library detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-06-01  Jonathan RajotteFix: registry can be null on lookup
2017-05-28  Jérémie GalarneauFix: explicitly send client credentials during handshake
2017-05-28  Jérémie GalarneauOptimization: remove unnecessary buffer resizes on...
2017-05-28  Jérémie GalarneauFix: inbound buffer may be set too short on partial...
2017-05-28  Jérémie GalarneauClean-up: fix misleading code alignment
2017-05-28  Jérémie GalarneauClean-up: remove useless comment
2017-05-23  Jérémie GalarneauFix: semaphore semantics are expected from notification...
2017-05-19  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug: send channel to consu...
2017-05-19  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug stream number mismatch
2017-05-19  Mathieu DesnoyersFix: thread exit vs futex wait/wakeup race
2017-05-19  Jérémie GalarneauFix: use lttng_waiter instead of futex in notification...
2017-05-15  Jérémie GalarneauFix: pthread_join on thread start error
2017-05-15  Jérémie GalarneauFix: missing check on notification thread join
2017-05-15  Jérémie GalarneauFix: status_loc argument of waitpid() is used on error
2017-05-11  Jérémie GalarneauFix: leak of deserialized trigger sent from client
2017-05-11  Jérémie GalarneauClean-up: missing static qualifier on internal function
next
This page took 0.044241 seconds and 8 git commands to generate.