Fix: create_kernel_session asserts on failure
[lttng-tools.git] / src / bin /
2019-01-18  Jérémie GalarneauFix: create_kernel_session asserts on failure
2019-01-14  Jérémie GalarneauFix: only free trace_path when it is dynamically allocated
2019-01-14  Jérémie GalarneauFix: wrong error check on kernel session creation
2019-01-14  Jérémie GalarneauFix: don't put() thread on shutdown failure
2019-01-14  Jérémie GalarneauFix: dereference on NULL pointer on allocation failure
2019-01-14  Jérémie GalarneauFix: leak of filter bytecode and expression on agent...
2019-01-14  Jérémie GalarneauFix: leak of lttng-consumerd global HTs in run-as worker
2019-01-14  Jérémie GalarneauFix: leak of sessiond configuration on launch of run...
2019-01-14  Jérémie GalarneauFix: leak of rundir config string
2019-01-14  Jérémie GalarneauFix: only synchronize application configuration on...
2019-01-14  Mathieu DesnoyersFix: run_command_wait() handle partial write
2019-01-14  Mathieu DesnoyersFix: do not repurpose iterator while it is being used
2019-01-14  Mathieu DesnoyersFix: handle_notification_thread_command: handle partial...
2019-01-14  Mathieu DesnoyersFix: notification thread: free session trigger list...
2019-01-14  Mathieu DesnoyersFix: notification thread: RCU-safe reclaim of hash...
2019-01-14  Jérémie GalarneauPrint UTF-8 SI suffix only when allowed by the locale
2018-12-12  Mathieu DesnoyersFix: sessiond: don't allocate buffers and files for...
2018-12-12  Mathieu DesnoyersCleanup: ust start/stop trace
2018-12-12  Mathieu DesnoyersFix: relayd: rotation pending off-by-one
2018-12-12  Jérémie GalarneauFix: missing session reference release on kernel poll...
2018-12-12  Jérémie GalarneauFix: set client socket permissions after launch of...
2018-12-12  Jérémie GalarneauFix: use assignment-suppression for unused sscanf arguments
2018-12-11  Jérémie GalarneauFix: report initialization error of app registration...
2018-12-11  Jérémie GalarneauFix: report initialization error of client thread
2018-12-10  Francis DeslauriersFix: may be used uninitialized warnings
2018-12-10  Francis Deslauriersuserspace-probe: Print error on binary not found
2018-12-10  Francis Deslauriersuserspace-probe: Print error for unsupported instrument...
2018-12-07  Michael JeansonFix: warning 'fd' may be used uninitialized
2018-12-06  Jérémie GalarneauFix: ensure the ht clean pipe is empty before processin...
2018-12-06  Jérémie GalarneauPerform the clean-up of application notify sockets...
2018-12-06  Jérémie GalarneauClean-up: remove redundant exit labels from sessiond...
2018-12-06  Jérémie GalarneauMake the launch of the application registration thread...
2018-12-06  Jérémie GalarneauStop the application registration thread before orphane...
2018-12-06  Jérémie GalarneauRename ust-thread to notify-apps
2018-12-06  Jérémie GalarneauTeardown the notification thread after the sessiond...
2018-12-06  Jérémie GalarneauLaunch the consumer management thread using lttng_thread
2018-12-05  Jérémie GalarneauStop sessions before destroying on teardown of session...
2018-12-05  Jérémie GalarneauRemove the sessiond "ready" counter mechanism
2018-12-05  Jérémie GalarneauLoad session configurations from lttng-sessiond's main...
2018-12-05  Jérémie GalarneauLaunch the kernel management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch agent management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the application notification thread using lttng_...
2018-12-05  Jérémie GalarneauLaunch the application management thread with lttng_thread
2018-12-05  Jérémie GalarneauLaunch application registration thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the ust registration dispatch thread using lttng...
2018-12-05  Jérémie GalarneauLaunch the client management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the timer thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the rotation thread using lttng_thread
2018-12-05  Jérémie GalarneauFix: flush the rotation thread's job queue on exit
2018-12-05  Jérémie GalarneauStop rotation pending check timer from the rotation...
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  Michael JeansonFix: typo 'retrive' -> 'retrieve'
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: split index and data file rotation logic
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-12  Jérémie GalarneauFix relayd: stream index file created in the wrong...
2018-10-12  Jérémie Galarneaurelayd: add payload logging to session rotation commands
2018-10-12  Jérémie Galarneaurelayd: rename stream prev_seq to prev_data_seq
2018-10-12  Jérémie GalarneauFix: take index seq number into account for rotation...
2018-10-12  Jérémie GalarneauFix: take index sequence number into account for data...
2018-10-12  Jérémie Galarneaurelayd: keep track of prev_index_seq in relayd_stream
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: double put on error path
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-09-17  Jonathan RajotteFix: skip closed session on viewer listing
2018-09-17  Jonathan RajotteFix: use LTTNG_VIEWER_ATTACH_UNK to report a closed...
2018-08-31  Jérémie GalarneauFix: leak of event attributes on copy failure
2018-08-30  Jérémie GalarneauFix: ret variable is used instead of cmd_ret in disable...
next
This page took 0.043697 seconds and 8 git commands to generate.