Update version to 0.16
[ust.git] / libust / tracectl.c
2011-06-10  Mathieu DesnoyersUpdate to urcu/ref.h and urcu/uatomic.h
2011-05-20  Mathieu DesnoyersCleanup leftover UST comments, add comments about curre...
2011-05-20  Mathieu DesnoyersTRACEPOINT_EVENT: standardize locking wrt tracepoints...
2011-05-20  Mathieu DesnoyersTracepoints and markers: cleanup init, add missing...
2011-05-19  Mathieu DesnoyersTracepoint and TRACEPOINT_EVENT API cleanup
2011-05-17  Nils CarlsonMake libustctl list only online pids v3
2011-04-26  Mathieu DesnoyersMarkers: temporarily remove GDB support
2011-04-22  Mathieu DesnoyersRemove #define _LGPL_SOURCE from public headers
2011-04-13  Mathieu DesnoyersRemove immediate values code (non-effective anyway)
2011-04-13  Mathieu DesnoyersMarkers: Namespace cleanup, with API change.
2011-04-13  Mathieu DesnoyersMarkers: API change: rename trace_mark() to ust_marker()
2011-04-13  Mathieu DesnoyersMerge branch 'master' of ssh://git.lttng.org/home/git/ust
2011-04-10  Mathieu DesnoyersMarkers: remove channel name from trace_mark()
2011-04-04  Nils CarlsonMake only libust and libustconsumer use a signal safe...
2011-03-30  Nils CarlsonAdd mode setting to socket directory creation
2011-03-30  Nils CarlsonMake app socket directories per-user v2
2011-03-10  Nils Carlsonlibust: Remove some unused variables
2011-03-10  Nils Carlsonlibust: Remove the now useless open_buffers list.
2011-03-10  Nils Carlsonlibust: remove process_simple_client_cmd function
2011-03-10  Nils CarlsonChange force_subbuffer switch to be per trace
2011-03-04  Mathieu DesnoyersUse liburcu-bp before/after fork (parent/child) callbacks
2011-03-04  Mathieu DesnoyersFix off-by-one in open_memstream
2011-03-03  Mathieu DesnoyersAdd pthread cleanup to listener (to cleanup mutex)
2011-03-03  Mathieu Desnoyersfork: child should issue synchronize_rcu() for urcu...
2011-03-03  Mathieu DesnoyersAdd missing listener threads data vs fork() protection
2011-02-23  Nils Carlsonlibust: Fix multiple fd close during fork v2
2011-02-18  Yannick BrosseauFix segfault in ust_fork
2011-02-17  Mathieu DesnoyersTrace event: export pointer array
2011-02-17  Mathieu Desnoyersmarkers: export pointer array instead of struct marker
2011-02-11  David GouletUST-wide warning fixes
2011-02-10  Mathieu DesnoyersUST-wide warning fixes/bugfixes
2011-01-14  Nils CarlsonFix a minor ugliness
2011-01-14  David GouletFix variable declaration of the clock source v2
2011-01-13  Julien DesfossezAt runtime, UST checks if the LTTng clock source is...
2011-01-05  Nils CarlsonRename libustd to libustconsumer and ustd to ust-consumerd
2010-12-29  Nils CarlsonGeneralize some ustcomm functionality
2010-11-19  Mathieu DesnoyersRename for the new liburcu API namespace
2010-11-10  Nils CarlsonAdd trace name handling throughout tracectl, ustcomm...
2010-10-26  Nils CarlsonMake tracectl destructor aware of fork status
2010-10-26  Nils CarlsonIntroduce a new communication protocol for UST v5
2010-09-28  Nils CarlsonRe-write ustcomm parts of UST v2
2010-09-22  Douglas Santosfix sscanf format string v3
2010-09-22  Douglas Santostracectl cleanup v3
2010-09-13  Douglas Santosnull check for disable_marker
2010-09-10  Nils CarlsonAdd functions and command line for listing trace_events v3
2010-09-07  David GouletChange malloc to zmalloc for libust
2010-09-06  David GouletFix retval value assignment on error
2010-09-06  David GouletFix asprintf and scanf ignoring return value
2010-08-20  Alexis Halléremove unused variables
2010-07-21  Alexis Halléadd a command to force subbuffer switch
2010-07-21  Alexis Halléadd get/set commands for daemon socket path
2010-07-15  Pierre-Marc Fournieradd paranoid check before listener thread destruction
2010-07-01  Pierre-Marc Fourniertracectl.c: add description comment
2010-05-31  Alexis Halléadd environment variables to set subbuffer options
2010-05-27  Pierre-Marc Fournierblock all signals in listener thread
2010-04-27  Pierre-Marc Fournierfix power of two computation
2010-04-27  Pierre-Marc Fournierfix warning
2010-04-07  Pierre-Marc Fournieradd support for channel overwrite and non-collection
2010-03-23  Pierre-Marc Fournierremove unused consumer_stack
2010-03-23  Pierre-Marc Fournierfix pthread error handling
2010-03-17  Pierre-Marc Fourniertracectl: remove unused function
2010-03-12  Pierre-Marc Fournierremove pointless strdup_malloc
2010-03-11  Pierre-Marc Fournierremove old unused code
2010-03-11  Pierre-Marc FournierAdd multipoll and change tracectl to use it
2010-03-09  Pierre-Marc Fournierhave_listener: make static
2010-03-09  Pierre-Marc Fournierdon't close file descriptors twice
2010-03-09  Pierre-Marc Fournierremove USE_CLONE
2010-03-09  Pierre-Marc Fournierdon't destroy app communication server in main() destructor
2010-03-09  Pierre-Marc Fournierchange benign WARN()s to DBG()s
2010-03-09  Pierre-Marc Fournieradd error handling for close() call
2010-03-04  Pierre-Marc Fournierfix destruction to free all memory
2010-03-04  Pierre-Marc Fournierkmalloc, kfree, etc => malloc, free, etc
2010-03-04  Pierre-Marc Fournierconvert to uatomic ops
2010-03-03  Pierre-Marc Fournierremove rcu initialization as it is not needed with...
2010-02-27  Pierre-Marc Fournierust_fork(): close the ustcomm_app socket in the child...
2010-02-27  Pierre-Marc Fournierust_fork(): reset buffers_to_export to 0 when forking
2010-02-27  Pierre-Marc Fournierimprove keepalive by changing the location of the uncon...
2010-02-27  Pierre-Marc Fournierust_fork(): create listener after iniializing socket
2010-02-27  Pierre-Marc Fournierust_fork(): prevent deadlock by forcing release of...
2010-02-26  Pierre-Marc Fournierfork: don't switch buffer when destroying trace in...
2010-02-26  Pierre-Marc Fournierpowerof_two: make static
2010-02-26  Pierre-Marc Fourniertake ltt_trace_lock during the full manipulation of...
2010-02-23  Douglas Santosadd options to set subbuf size and cnt
2010-02-18  Pierre-Marc Fournierstandardize error messages a bit
2010-02-18  Pierre-Marc Fournieradd NOTFOUND reply for get_subbuf and put_subbuf commands
2010-02-15  Pierre-Marc Fournierfix bug that always forced the consumed offset at 0
2010-02-15  Pierre-Marc Fournierfix some errors and warnings in the porting
2010-02-15  Pierre-Marc FournierPort changes from lttng-kt
2010-02-02  Pierre-Marc FournierUpdate to liburcu 0.4.0 API
2010-02-02  Pierre-Marc FournierConvert buffering system to per-cpu
2010-02-01  Pierre-Marc FournierLarge cleanup, mostly removal of all printk's and print...
2010-01-20  Pierre-Marc FournierRefactor libinterfork and add support for clone() inter...
2010-01-15  Pierre-Marc FournierAdd comment on manual registration of "ust" channel
2010-01-15  Pierre-Marc FournierAdd --create-trace option to ustctl
2009-11-16  Pierre-Marc FournierRewrite last GPL bits in relay.c and relay.h
2009-11-11  Pierre-Marc Fournierrevert installation of tracer.h, but keep ust.h
2009-11-04  Pierre-Marc Fournierinstall tracer.h, add new ust/ust.h
2009-10-27  Pierre-Marc FournierMerge branch 'for-pierre-marc' of git://git.infradead...
2009-10-27  Pierre-Marc Fourniermarkers: save marker location in struct marker
2009-10-25  Jan BlunckMove immediate.h, marker.h and tracepoint.h to include...
next
This page took 0.050399 seconds and 6 git commands to generate.