Documentation of live usage and protocol
[lttng-tools.git] / src /
2013-07-16  Mathieu DesnoyersFix: kernel consumer: data_pending check if endpoint...
2013-07-16  Mathieu Desnoyersconsumer: explicitly set endpoint status to active...
2013-07-16  Mathieu Desnoyersdocument consumer_metadata_cache_flushed use of consume...
2013-07-16  Mathieu Desnoyersconsumer: introduce channel lock
2013-07-14  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2013-07-14  David GouletFix: update lttng snapshot help output
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 GouletImplement lttng create --snapshot command
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-08  Mathieu DesnoyersFix: consumer: use uint64_t for all sessiond_id
2013-07-05  David GouletFix: close consumer sockets in sessiond cleanup
2013-07-05  David GouletFix: set globally visible flag to kernel stream
2013-07-05  Mathieu DesnoyersFix: lttng: memory leak in snapshot record command
2013-07-05  Mathieu DesnoyersFix: kernel-consumer: double-close
2013-07-05  Mathieu DesnoyersFix: consumer: incorrect size zmalloc
2013-07-05  David GouletFix: don't try to send stream to relayd if not in streaming
2013-07-05  David GouletFix: relayd refcount updates for stream
2013-07-05  David GouletFix: don't send error to sessiond on orderly shutdown
2013-07-05  David GouletFix: bad pathname used when sending kernel stream to...
2013-07-05  David GouletFix: add globally visible flag in stream
2013-07-05  David GouletFix: destroy metadata stream on setup metadata error...
2013-07-05  David GouletFix: send kernel stream to relayd only if needed
2013-07-05  Julien DesfossezFix: destroy streams for kernel snapshot sessions as...
2013-07-05  Julien DesfossezFix: close and destroy metadata stream after a kernel...
2013-07-05  David GouletFix: print errno message on connect() error
2013-07-05  Mathieu DesnoyersFix: possible double-close on stream out_fd
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: consumer_add_relayd_socket() report errors to...
2013-07-04  Mathieu DesnoyersFix: add missing enum lttcomm_return_code entries
2013-07-04  Mathieu DesnoyersFix: UST per-UID channels persist across application...
2013-06-28  David GouletFix: kernel snapshot metadata handling and error paths
2013-06-28  David GouletFix: coding style and debug statement
2013-06-28  David GouletFix: put subbuffer back in kernel snapshot error path
2013-06-28  Julien DesfossezFix: overflow in uri_to_str_url
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  Mathieu DesnoyersFix: consumer: 64-bit index for relayd rather than...
2013-06-28  Julien DesfossezFix UST channel/stream output assignation
2013-06-28  Julien DesfossezFix: send per-pid session id in channel creation
2013-06-28  Mathieu DesnoyersFix: consumer double-close on error
2013-06-28  David GouletFix: snapshot path
2013-06-28  David GouletAdd utils function to format current time as a string
2013-06-28  David GouletFix: set hidden attribute to utils_* calls
2013-06-27  Julien DesfossezFix: consumer handling of metadata for relayd
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 GouletAdd snapshot command to lttng UI
2013-06-27  David GouletInitial import of the snapshot ABI/API in lttng-ctl
2013-06-27  David GouletUse the consumer stream API in consumer_del_stream()
2013-06-27  David GouletAdd consumer-stream.c/.h in libconsumer
2013-06-27  David GouletMove multiple URLs parsing fct from lttng-ctl to uri.c
2013-06-27  David GouletAdd a lttng-ctl header to facilitate code separation
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: bad type for the relayd id
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: bad protocol flow between sessiond and consumerd
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: consumer add channel return value was positive...
2013-06-19  David GouletFix: wrong check after malloc in buffer registry
2013-06-19  David GouletFix: change an ERR message to a DBG
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersFix: remove use of stat()
2013-06-19  Mathieu DesnoyersFix: out of bound strcpy
2013-06-19  Mathieu DesnoyersRemove logically dead code
2013-06-19  Mathieu DesnoyersFix: handle close return value
2013-06-19  Mathieu DesnoyersRemove useless if() check
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_kconsumer_recv_cmd errors
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_ustconsumer_recv_cmd...
2013-06-19  Mathieu DesnoyersFix: unnecessarily large memory allocation
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  Mathieu DesnoyersFix: memleak in liblttng-ctl visit_node_load()
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
next
This page took 0.03891 seconds and 6 git commands to generate.