Launch the notification thread using lttng_thread
[lttng-tools.git] / src / bin / lttng-sessiond /
2018-12-05  Jérémie GalarneauLaunch the notification thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the health management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the ht-cleanup thread using lttng_thread util
2018-12-04  Jérémie GalarneauAdd a thread utility class and thread list
2018-12-04  Jérémie GalarneauDon't perform an implicit rotation on session stop
2018-12-04  Jérémie GalarneauWait for the destruction of sessions before tearing...
2018-12-03  Jérémie GalarneauFix: rotation_unavailable returned on failure to read...
2018-12-03  Jérémie GalarneauFix: mark rotation pending check timer is never marked...
2018-12-03  Jérémie GalarneauAcquire a reference to a session when a timer is active
2018-12-03  Jérémie GalarneauReference count ltt_session objects
2018-11-16  Michael JeansonFix: typo 'occured' -> 'occurred'
2018-11-16  Jérémie GalarneauFix: cmd_snapshot_record can return unexpected error...
2018-11-16  Jérémie GalarneauDocs: document why a negative socket may be passed
2018-11-16  Mathieu DesnoyersFix: sessiond: ust_app_rotate_session error handling
2018-11-16  Mathieu DesnoyersFix: sessiond: snapshot: handle consumer return codes
2018-11-16  Mathieu DesnoyersFix: sessiond: consumer.c: rotation error handling
2018-11-16  Mathieu DesnoyersFix: create_channel_per_pid: remove channel on error
2018-11-16  Mathieu DesnoyersFix: channel errors on local stress-tests
2018-11-16  Mathieu DesnoyersFix: channel_ust_create: remove channel on agent error
2018-11-16  Jérémie GalarneauFix: cmd_rotate_session() returns unexpected error...
2018-11-16  Jérémie GalarneauFix: session rotation logging statement references...
2018-11-16  Jérémie GalarneauClean-up: typo in logging message Totation -> Rotation
2018-11-16  Jérémie GalarneauFix: rotation error may leave session in "ONGOING"...
2018-11-16  Jérémie GalarneauFix: session_list lock must be held to launch a rotation
2018-11-16  Jérémie GalarneauClean-up: move global sessiond symbols out of main.o
2018-11-12  Jérémie GalarneauFix: condition unsubscription error leaves session...
2018-11-12  Jérémie GalarneauFix: rotation thread does not unregister from RCU on...
2018-10-30  Jérémie GalarneauFix: session destruction blocks indefinitely if rotatio...
2018-10-30  Jérémie GalarneauClean-up: remove non-existent function's declaration
2018-10-18  Mathieu DesnoyersAlways choose large event header for UST channels
2018-10-06  Jérémie GalarneauFix: session conditions not evaluated at subscription...
2018-10-04  Jérémie GalarneauFix: register rotation thread as RCU thread
2018-10-03  Jérémie GalarneauFix: uninitialized variable may be used in local rotati...
2018-10-02  Jérémie GalarneauRename sessiond-timer.[hc] to timer.[hc]
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-09-18  Jonathan RajotteFix: skip uid registry when metadata key is 0
2018-09-17  Jérémie GalarneauDocs: document the meaning of a ust app channel key...
2018-08-31  Jérémie GalarneauFix: leak of event attributes on copy failure
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation already pending
2018-08-30  Jérémie GalarneauFix: unchecked writer open element return value
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-30  Jérémie GalarneauCleanup: improve readability of filter expression condition
2018-08-30  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-08-30  Jérémie GalarneauFix: leak on agent event listing error
2018-08-28  Jérémie GalarneauHide lttng_event_copy symbol
2018-08-24  Jérémie GalarneauFix: userspace probe accessors are not const-correct
2018-08-24  Francis DeslauriersFix: lttng-save command producing wrong XML fields
2018-08-24  Francis DeslauriersImplement lttng-save and lttng-load for userspace-probe
2018-08-24  Francis DeslauriersImplement lttng-list for userspace-probe
2018-08-24  Francis DeslauriersAdd --userspace-probe kernel event type
2018-08-24  Francis DeslauriersAdd userspace location in ltt_kernel_event structure
2018-08-24  Francis DeslauriersImplement userspace probe location extraction and regis...
2018-08-24  Francis DeslauriersImplement 2-step registration of userspace probe events
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 DeslauriersCleanup: move session saving of K(ret)probe and functio...
2018-08-24  Jérémie GalarneauClean-up: remove useless check of event name
2018-08-24  Jérémie GalarneauAdd notification session rotation hooks
2018-08-24  Jérémie GalarneauImplement rotation command handlers in notification...
2018-08-24  Jérémie GalarneauAdd a trace archive location accessor to the session API
2018-08-24  Jérémie GalarneauImplement rotation ongoing/completed commands
2018-08-24  Jérémie GalarneauFix: remove session_info from sessions_ht on destruction
2018-08-24  Jérémie GalarneauBind newly registered triggers to session or channel...
2018-08-24  Jérémie GalarneauDocs: clarify the contents of channel_infos_ht
2018-08-24  Jérémie GalarneauAdd a hashing function for session rotation conditions
2018-08-24  Jérémie GalarneauBuild a list of triggers applying to a given session...
2018-08-24  Jérémie GalarneauAdd a comment clarifying the ownership of triggers
2018-08-24  Jérémie GalarneauFix: use condition's type to compute its hash
2018-08-24  Jérémie GalarneauCleanup: enforce const-correctness in notification...
2018-08-24  Jérémie GalarneauFix: add session_info object to sessions_ht
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...
next
This page took 0.041449 seconds and 8 git commands to generate.