Add session rotation ongoing/completed notification commands
[lttng-tools.git] / src / bin / lttng-sessiond /
2018-08-24  Jérémie GalarneauAdd session rotation ongoing/completed notification...
2018-08-23  Jérémie GalarneauCleanup: remove superfluous argument to consumed size...
2018-08-22  Jérémie GalarneauUse the dynamic buffer to serialize notification objects
2018-08-20  Jérémie GalarneauFix: client_list_element leak on failure to evaluate...
2018-08-20  Jérémie GalarneauFix: unchecked return value of cds_lfht_destroy
2018-08-20  Jérémie GalarneauFix: clean-up sessiond condig structure on initializati...
2018-08-20  Jérémie GalarneauFix: unchecked return value in sessiond path configuration
2018-08-20  Jérémie GalarneauFix: path leak on formatting error
2018-08-20  Jérémie GalarneauFix: unreported error on rotate timer stop failure
2018-08-17  Jérémie Galarneausave/load: support session rotation schedule descriptors
2018-08-15  Jérémie Galarneaurotation-api: introduce rotation schedule descriptors
2018-06-13  Jérémie GalarneauFix: check for removal of session's shm_path in destroy()
2018-06-12  Jérémie GalarneauDocument the contents of the shm_path fields of the...
2018-06-11  Francis DeslauriersImplement MI and save/load support for callstack contexts
2018-06-11  Francis GiraldeauAdd kernel and userspace callstack event context
2018-06-06  Mathieu DesnoyersFilter: document ust app ctx limitation
2018-06-05  Jérémie GalarneauFix: propagate archive id to the consumer daemon on...
2018-06-01  Jonathan RajotteCleanup: sobjd is never used by reply_ust_register_chan...
2018-06-01  Jonathan RajotteCleanup: chan is never used by save_agent_events()
2018-06-01  Jérémie GalarneauRemove unnecessary inclusions of version.h
2018-06-01  Jonathan RajotteCleanup: ua_sess is never used create_ust_app_channel_c...
2018-06-01  Jonathan RajotteCleanup: consumer_data is never used by update_kernel_s...
2018-06-01  Jonathan RajotteCleanup: app is never used by alloc_ust_app_session()
2018-06-01  Jonathan RajotteCleanup: ust_session_id unused by buffer_reg_uid_consum...
2018-06-01  Jonathan RajotteCleanup: wpipe already contain kernel_tracer_fd
2018-06-01  Jonathan RajotteCleanup: domain type is never used by send_consumer_rel...
2018-05-30  Jonathan RajottePrint consumerd32/64/kernel configuration
2018-05-30  Francis DeslauriersFix: calling ht_{hash, match}_enum with wrong argument
2018-05-30  Francis DeslauriersFix: probes should be compared strictly by events metadata
2018-05-26  Jonathan RajotteFix: cmd line options overwrite env variable config...
2018-05-18  Jérémie GalarneauFix: perform the initialization memory barrier out...
2018-05-18  Jérémie GalarneauClean-up: explicit mb before decrementing lttng_session...
2018-05-18  Jérémie GalarneauClean-up: use a define for support thread count
2018-05-17  Jérémie GalarneauFix: don't wait for the load thread before serving...
2018-05-09  Jérémie GalarneauClean-up: kernel_consumer_add_stream() does not need...
2018-05-09  Jérémie GalarneauFix: sessiond fails to launch on --without-ust configur...
2018-05-09  Jérémie GalarneauFix: agent thread poll set creation failure results...
2018-05-08  Jérémie GalarneauRename kernel_consumer_send_channel_stream()
2018-05-08  Jérémie GalarneauRename consumer_init_channel_comm_msg()
2018-05-08  Jérémie GalarneauCleanup: send_fds functions are not const-correct
2018-05-03  Jérémie GalarneauRemove unused ltt_session look-up result
2018-05-03  Jérémie GalarneauClean-up: reduce indentation level of create_channel_pe...
2018-05-03  Jérémie GalarneauEnforce locking assumptions during channel creation
2018-05-02  Jérémie GalarneauCleanup: misleading create_ust_app_session() name
2018-05-02  Jérémie GalarneauRename rotate_count to current_archive_id
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-24  Jérémie GalarneauFix: failure to launch agent thread is not reported
2018-04-24  Jérémie GalarneauFix: agent may not be ready on launch
2018-04-24  Jérémie GalarneauCleanup: misleading variable name
2018-04-24  Jérémie GalarneauFix: checking for existing session daemon is done after...
2018-04-10  Geneviève Bastiensessiond: rename syscall.h so it does not conflict...
2018-04-10  Jérémie GalarneauFix: quiet option is not set in sessiond-config
2018-04-10  Jonathan RajotteFix: hold consumer socket lock for consumer_send_msg
2018-04-09  Jérémie GalarneauFix: use signed member to transport enum value
2018-04-09  Gregory LEOCADIEFix: use off_t type for lseek function return value...
2018-04-07  Jérémie GalarneauExtend the rotation API to provide network trace archiv...
2018-04-04  Jérémie GalarneauClarify notification channel info ht destruction error log
2018-04-04  Jonathan RajotteFix: goto end after end label
2018-04-04  Jonathan RajotteCheck return value of cds_lfht_destroy
2018-04-03  Jérémie GalarneauFix: fail on truncation of kernel channel path
2018-04-03  Jérémie GalarneauFix: fail on truncation of snapshot path
2018-04-03  Julien DesfossezDedicated error message when relay does not support...
2018-04-03  Jérémie GalarneauCheck for pending notification on notification channel...
2018-04-03  Jérémie GalarneauClarify error logging statement of rotation thread
2018-04-03  Jérémie GalarneauFix: rotation state marked as completed before relayd...
2018-04-03  Jérémie GalarneauFix: cmd_rotate_set_schedule returns positive error...
2018-04-03  Jérémie GalarneauFix: unchecked return value of domain_mkdir()
2018-04-03  Jérémie GalarneauAdd initial "no rotation" state to session rotation...
2018-04-03  Jérémie GalarneauFix: erroneous use of kernel consumer error codes
2018-04-03  Julien DesfossezSize-based rotation
2018-04-03  Julien DesfossezAdd the GMT offset in the rotated chunk path
2018-04-03  Julien DesfossezSave, restore and list the rotation parameters
2018-04-03  Julien DesfossezSession consumed size notification
2018-04-03  Jérémie GalarneauFix: previous channel total is not updated
2018-04-03  Jérémie GalarneauAdd likely/unlikely annotations on channel sample handl...
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
next
This page took 0.039948 seconds and 7 git commands to generate.