lttng-tools.git
2013-07-19  Christian BabeuxAdd core dump snapshot handler script
2013-07-19  Mathieu DesnoyersFix: sym name len (kernel)
2013-07-19  Mathieu DesnoyersFix: tests: provide channel name when a non-default...
2013-07-19  Mathieu DesnoyersFix: tests: provide channel name when a non-default...
2013-07-19  Mathieu DesnoyersFix: data pending race
2013-07-19  Julien DesfossezFix hang in make check snapshots/test_ust
2013-07-19  Mathieu DesnoyersCleanup: ust-consumer: wrong indentation
2013-07-19  Mathieu DesnoyersFix: print dots while waiting for data availability
2013-07-19  Mathieu DesnoyersFix: remove sleep(1) added by "Fix: (slight UI change...
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 DesnoyersREADME: update python documentation
2013-07-18  Mathieu DesnoyersManpage: other layout cleanups
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of view
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of version
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of stop
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of start
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of snapshot
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of set-session
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of list
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of disable-event
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of disable-channel
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of enable-event
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of enable-channel
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of destroy
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of create
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of calibrate
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of add-context
2013-07-18  Mathieu DesnoyersDocumentation: create --snapshot in manpage
2013-07-18  Mathieu DesnoyersVersion 2.3.0-rc1
2013-07-18  Mathieu DesnoyersFix: add missing snapshot header to dist tarball
2013-07-18  Mathieu DesnoyersDocumentation: fix thread quit pipe comment
2013-07-17  Yannick BrosseauTest for presence of bison and flex when building from git
2013-07-17  Julien DesfossezTest UST snapshot with large metadata
2013-07-17  Julien DesfossezAdd test application with large metadata
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  Julien DesfossezTest snapshot per-uid post-mortem
2013-07-16  Mathieu DesnoyersRemove leftover fprintf
2013-07-16  Mathieu DesnoyersFix deadlock: don't take channel lock in timer
2013-07-16  Mathieu DesnoyersIntroduce channel timer lock
2013-07-16  Mathieu Desnoyersdocument lttng_ustconsumer_request_metadata locking...
2013-07-16  Mathieu Desnoyersconsumer: remove unused lttng_ustconsumer_push_metadata
2013-07-16  Mathieu DesnoyersDocument metadata_socket_lock nesting
2013-07-16  Mathieu Desnoyerslttng_ustconsumer_recv_metadata does not need all those...
2013-07-16  Mathieu Desnoyersdocument metadata_switch_timer() deadlock
2013-07-16  Mathieu DesnoyersFix: add missing metadata socket lock
2013-07-16  Mathieu Desnoyersdocument metadata_switch_timer() locking constraints
2013-07-16  Mathieu Desnoyersconsumer: remove timeout for UST metadata
2013-07-16  Mathieu DesnoyersIntroduce pipe for UST metadata cache and stream
2013-07-16  Mathieu Desnoyersconsumer: replace DBG2() instances by DBG()
2013-07-16  Mathieu DesnoyersIntroduce utils_create_pipe_cloexec_nonblock()
2013-07-16  Mathieu Desnoyersust consumer: data_pending check is endpoint active
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-14  David GouletMan: fix part of snapshot documentation
2013-07-12  David GouletFix: set tracefile size test with PID buffers
2013-07-12  Christian BabeuxFix: Babelstats fail to parse output with no process...
2013-07-12  Mathieu DesnoyersMissing NULL pointer init in tap.c
2013-07-12  Jérémie GalarneauFix: Unchecked asprintf/vasprintf return values
2013-07-12  David GouletAdd snapshots test to fast regression
2013-07-12  David GouletFix: kernel data unit test
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 GouletUpdate man page with snapshot command
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  Julien DesfossezTests: per-UID UST snapshot
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-08  David GouletFix: add gpl and lgpl files to tarball
2013-07-08  David GouletFix: don't install libtap system wide
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
next
This page took 0.039077 seconds and 5 git commands to generate.