Send ust and kernel domain directory handle to consumer
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
2019-12-19  Mathieu DesnoyersSend ust and kernel domain directory handle to consumer
2019-12-19  Mathieu DesnoyersFix: sessiond: ust-app: per-pid buffers: Create empty...
2019-11-06  Mathieu DesnoyersFix: sessiond: ust: deadlock with per-pid buffers
2019-10-18  Jérémie GalarneauFix: sessiond: use system LTTng-UST headers when available
2019-10-15  Jérémie GalarneauFix: sessiond: application channel creation failure...
2019-10-11  Jérémie Galarneausessiond: clean-up: enhance logging on event allocation...
2019-10-11  Jérémie GalarneauFix: sessiond: don't assert on event creation error
2019-10-11  Jérémie Galarneausessiond: clean-up: typo in ust-app.c comment
2019-09-09  Jérémie GalarneauFix: leak of trace_path on error in ust_app_snapshot_record
2019-09-05  Jonathan RajotteMetadata: add env fields to ease lttng path hierarchy...
2019-09-05  Mathieu DesnoyersFix: kernel/ust snapshot backward compat for 2.10 relay
2019-08-30  Jonathan RajotteSave registration time for app
2019-08-09  Jérémie Galarneaurelayd: create stream files relative to a session's...
2019-07-25  Jérémie GalarneauUse lttng_credentials instead of bespoke uid/gid member...
2019-07-25  Jérémie GalarneauCreate stream files relative to a stream's current...
2019-07-25  Jérémie GalarneauCleanup: remove duplicated code in snapshot record...
2019-07-18  Jérémie GalarneauRemove unneeded creation of the UST domain sub-directory
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-01-14  Jérémie GalarneauFix: only synchronize application configuration on...
2018-12-12  Mathieu DesnoyersFix: sessiond: don't allocate buffers and files for...
2018-12-12  Mathieu DesnoyersCleanup: ust start/stop trace
2018-12-06  Jérémie GalarneauPerform the clean-up of application notify sockets...
2018-12-03  Jérémie GalarneauReference count ltt_session objects
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: create_channel_per_pid: remove channel on error
2018-11-16  Mathieu DesnoyersFix: channel errors on local stress-tests
2018-11-16  Jérémie GalarneauFix: session rotation logging statement references...
2018-10-18  Mathieu DesnoyersAlways choose large event header for UST channels
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-08-20  Jérémie GalarneauFix: path leak on formatting error
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: ua_sess is never used create_ust_app_channel_c...
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-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-03  Jérémie GalarneauFix: erroneous use of kernel consumer error codes
2018-03-21  Julien DesfossezRotate command
2018-03-05  Jérémie GalarneauClean-up: use LTTNG_PATH_MAX rather than PATH_MAX
2018-02-28  Julien DesfossezChange trace_path to session_root_path and chunk_path
2017-12-13  Jérémie GalarneauDocs: refer to apps_notify_thread instead of 'the other...
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-08-03  Jérémie GalarneauHarmonize return code conventions in context handling
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-12  Mathieu DesnoyersFix: discard event/lost packet counters
2017-06-01  Jonathan RajotteFix: registry can be null on lookup
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2017-01-19  Jérémie GalarneauFix: don't abort metadata push on closed metadata
2016-10-07  Philippe ProulxRemove calibrate from lttng-sessiond
2016-07-06  Julien DesfossezAllow regenerating the statedump of a running session
2016-05-19  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-18  Mathieu DesnoyersFix: remove logically dead code in send_channel_uid_to_ust
2016-05-16  Jérémie GalarneauSnapshot warning if there are no events in one of the...
2016-03-11  Jérémie GalarneauFix: Initialize events discarded and packet lost counte...
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-09  Jérémie GalarneauFix: session_find_by_id can return NULL legitimately
2016-03-08  Jérémie GalarneauFix: hold session list lock during delete_ust_app
2016-03-08  Jérémie GalarneauClean-up: remove unreachable goto
2016-03-08  Jérémie GalarneauClean-up: missing space between cast operator and operand
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2016-02-24  Mathieu DesnoyersFix: per-pid ust buffers flush race with application...
2016-02-12  Jérémie GalarneauNotify java agent of enabled application contexts
2016-01-14  Mathieu DesnoyersAdd CTF enum type support for UST registry
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-18  Jérémie GalarneauFix: Only log app handle release on failure
2015-09-16  Jonathan RajotteFix: sessiond: disable: match app event by name
2015-09-06  Philippe Proulxsessiond: use `loglevel_value` and `loglevel_type`...
2015-09-04  Mathieu DesnoyersFix: ust-app: protect app socket protocol with lock
2015-09-04  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-09-04  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-09-03  Mathieu DesnoyersFix: reference counting of consumer output
2015-09-02  Mathieu DesnoyersFix: sessiond should not error on channel creation...
2015-09-02  Mathieu DesnoyersFix: sessiond ust-app session teardown race
2015-09-01  Jérémie GalarneauSave filter expression as part of agent events and...
2015-07-09  Mathieu DesnoyersFix: metadata push -EPIPE should be recoverable
2015-03-30  Mathieu DesnoyersImplement UST PID tracker
2015-03-26  Mathieu Desnoyersshm-path: remove directory hierarchy on destroy
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-30  Jérémie GalarneauCleanup: remove unused end_no_session label in ust_app_...
2015-01-30  Jérémie GalarneauCleanup: Remove unused "end" label in push_metadata()
2015-01-23  Mathieu DesnoyersFix: deadlock between UST registry lock and consumer...
2015-01-23  Mathieu DesnoyersFix: uninitialized return value
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2015-01-19  Mathieu DesnoyersFix: per-uid flush and ust registry locking
2015-01-08  Mathieu DesnoyersFix: ust-app: per-PID app unregister vs tracing stop...
2015-01-07  Mathieu DesnoyersFix: ust-app null pointer check needed for main refactoring
2015-01-05  Mathieu DesnoyersMissing error handling: ust_app_ht_alloc should return...
2015-01-05  Mathieu DesnoyersFix: ust app leak on UST buffer creation error
2015-01-05  Mathieu DesnoyersFix: leak on UST buffer registry creation error
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in ust_app_get_nb_stream()
2014-11-16  Jérémie GalarneauNote find_ust_app_context must be called with RCU read...
next
This page took 0.222643 seconds and 108 git commands to generate.