Fix: sym name len (kernel)
[lttng-tools.git] / src / bin / lttng-sessiond /
2013-07-19  Mathieu DesnoyersFix: sym name len (kernel)
2013-07-19  Mathieu DesnoyersFix: (slight UI change) refuse missing -c if non-defaul...
2013-07-19  Mathieu DesnoyersFix: push metadata on stop for per-UID buffers
2013-07-18  Mathieu DesnoyersDocumentation: fix thread quit pipe comment
2013-07-17  Mathieu DesnoyersCleanup: remove redundant assignment
2013-07-16  Mathieu DesnoyersFix: use per-uid buffer registry for UID buffer snapshots
2013-07-16  Mathieu Desnoyerscmd.c: fix typos in snapshot commands
2013-07-16  Mathieu DesnoyersRemove leftover fprintf
2013-07-12  David GouletFix: snapshot returned valid LTTNG_ERR code
2013-07-12  David GouletAdd the number of snapshot taken to the output path
2013-07-12  David GouletFix: RCU read side lock unbalanced
2013-07-12  David GouletFix: zeroed snapshot output at init
2013-07-12  David GouletSupport del-output with an output name
2013-07-12  David GouletNew UST default buffers is now per UID
2013-07-12  David GouletBump UST ABI major version for 2.3 release
2013-07-12  David GouletAdd snapshot mode to lttng list session
2013-07-12  David GouletFix: support temporary snapshot max size and name
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
2013-07-12  David GouletFix: snapshot support for UST and kernel in same session
2013-07-12  David GouletAdd create session snapshot API in lttng-sessiond
2013-07-10  David GouletAdd snapshot output init call that uses URIs
2013-07-10  Mathieu DesnoyersFix: consumer err_sock cloexec
2013-07-10  Woegerer, PaulCallsite: add "ip" context
2013-07-09  David GouletFix: possible consumer sockets double close on cleanup
2013-07-08  Mohamad GebaiAutomatically load kvm-x86 and kvm-x86-mmu probes.
2013-07-05  David GouletFix: close consumer sockets in sessiond cleanup
2013-07-04  David GouletFix: session ID signess to uin64_t in sessiond
2013-07-04  Julien DesfossezAdd UST snapshot support
2013-07-04  Mathieu DesnoyersFix: UST per-UID channels persist across application...
2013-06-28  Mathieu DesnoyersFix: sessiond: use uint64_t for all session ids
2013-06-28  David GouletFix: use snapshot consumer output for kernel
2013-06-28  Julien DesfossezFix: send per-pid session id in channel creation
2013-06-28  David GouletFix: snapshot path
2013-06-27  Julien DesfossezAdd kernel snapshot support
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-27  David GouletInitial import of the snapshot ABI/API in lttng-ctl
2013-06-25  David GouletFix: if relayd is unreachable, disable consumer for...
2013-06-25  David GouletFix: possible infinite loop in disable ust event
2013-06-25  David GouletFix: don't enable a channel if a session was already...
2013-06-25  David GouletFix: add debug statement in kernel flush metadata
2013-06-25  David GouletFix: destroy default created channel if add-context...
2013-06-25  David GouletFix: don't stop a session that was not previously started
2013-06-25  David GouletFix: kernel memory leak in error path
2013-06-20  David GouletFix: channel and stream leak in consumerd
2013-06-19  David GouletFix: wrong check after malloc in buffer registry
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersRemove useless if() check
2013-06-19  Mathieu DesnoyersFix: comparing array against NULL
2013-06-18  Jérémie GalarneauFix: Remove reference to lttng-probe-lttng kernel module
2013-06-14  David GouletFix: memleak in the UST registry
2013-06-14  David GouletFix: add missing free causing a memleak
2013-06-14  David GouletFix: memleaks in channel/event notify
2013-06-14  David GouletFix: sanitize wait queue in the dispatch thread
2013-06-14  Mathieu DesnoyersImplement health check for app registration dispatch
2013-06-14  Mathieu DesnoyersImplement health check for app notification thread
2013-06-14  Mathieu DesnoyersFix: hash table cleanup call_rcu deadlock
2013-06-14  Mathieu DesnoyersFix ua_chan assert
2013-06-03  David GouletFix: set metadata closed on a push/close metadata error
2013-05-29  David GouletFix: add missing buffer registry cleanup on error
2013-05-28  David GouletFix: dereference after NULL check
2013-05-28  David GouletFix: remove dead code
2013-05-28  Julien DesfossezFix: error handling in kernel add_channel
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Read from pointer after free
2013-05-15  David GouletFix: Uninitialized pointer read
2013-05-15  David GouletFix: fd leak in process client msg error path
2013-05-14  David GouletFix: memory leak in error path in UST registry
2013-05-14  David GouletFix: memory leak in sessiond command in error path
2013-05-14  David GouletFix: kernel metadata data leak in error path
2013-05-14  David GouletFix: data leak in error path of cmd_register_consumer()
2013-05-10  David GouletFix: check channel subbuf size against page size
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: wrong data port when listing session's URI
2013-05-06  David GouletFix: don't create a channel on an enable channel
2013-04-30  David GouletFix: change order of fd get to fix error path
2013-04-30  David GouletFix: fd leak when creating UST metadata channel
2013-04-30  Mathieu DesnoyersFix: fd leak on error
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-30  Mathieu DesnoyersFix: don't call hash table destroy under rcu read-side...
2013-04-29  Mathieu DesnoyersFix: segfault in buffer_reg_channel_destroy()
2013-04-29  Mathieu DesnoyersFix: per-uid buffers should only be flushed once on...
2013-04-22  David GouletFix: multiple type mismatch in debug statement
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-04-11  David GouletFix: deny the same port for data and control URL
2013-04-11  David GouletFix: reset consumer destination when changing URIs
2013-04-11  David GouletFix: enable-channel accepts mismatched option
2013-04-11  David GouletFix: validate buffer type for UST channel creation
2013-03-28  David GouletFix: add missing declaration for disable-lttng-ust
2013-03-28  Mathieu DesnoyersFix: don't keep vpid, procname, nor patchlevel environm...
2013-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezAdjust the relayd protocol on version check
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-26  Mathieu DesnoyersFix: UST context activation
2013-03-25  David GouletFix: kernel function event was listed as probe
2013-03-21  David GouletFix: handle error if metadata fails to be created
2013-03-21  David GouletAllow enable-channel to work with metadata channel
2013-03-21  Christian BabeuxFix: Memory leak when zmalloc fail on kernel channel...
2013-03-21  Christian BabeuxFix: Memory leaks on error paths when exporting consume...
next
This page took 0.037107 seconds and 6 git commands to generate.