block all signals in listener thread
[ust.git] / libust / tracectl.c
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...
2009-10-25  Jan BlunckRemove localerr.h
2009-10-13  Pierre-Marc Fournierimmediately create listener thread on process creation
2009-10-13  Pierre-Marc Fournierimprove create_listener()
2009-10-13  Pierre-Marc Fourniertracectl.c: minor cleanup
2009-10-13  Pierre-Marc Fournierremove unneeded noinline's
2009-10-13  Pierre-Marc Fournierremove unneeded constructor priority
2009-10-05  Pierre-Marc Fournierlibust: never inline functions that may be called from...
2009-10-05  Pierre-Marc Fournieruse liburcu-bp
2009-09-28  Pierre-Marc Fournierimprove fork handling
2009-09-28  Pierre-Marc Fourniermake have_listener volatile because it is updated from...
2009-09-28  Pierre-Marc Fournierfix marker listing output
2009-09-25  Pierre-Marc Fournierlibust: cleanup usage of have_listener
2009-09-25  Pierre-Marc Fourniercorrectly close bc fds on fork
2009-09-25  Pierre-Marc Fournieradd ust_potential_exec, to prepare for execs
2009-09-25  Pierre-Marc Fournieradd pidunique concept
2009-09-16  Pierre-Marc Fournierlibust: improve cleanup on application end
2009-09-16  Pierre-Marc Fournierfix warning
2009-09-16  Pierre-Marc Fournierustcomm: move function to destroy app socket to ustcomm
2009-09-11  Pierre-Marc Fourniermake forking while tracing work correctly
2009-09-08  Pierre-Marc Fournierfix keepalive system
2009-09-08  Pierre-Marc Fournieradd a working keepalive system
2009-09-08  Pierre-Marc Fourniermake inform_consumer_daemon() generic
2009-09-08  Pierre-Marc Fourniercleanups
2009-09-03  Pierre-Marc Fournierlibust: improve support for regex marker specification
2009-09-02  Pierre-Marc Fournieradd regex support for marker names
2009-07-30  Pierre-Marc Fournierlibust: start working on process keepalive
2009-07-30  Pierre-Marc Fournierenhancements to the constructor system
2009-07-22  Pierre-Marc Fournieradd ust_fork()
2009-06-26  Pierre-Marc Fournierinitialize correctly urcu library
2009-06-25  Pierre-Marc Fournierput poll() calls in loops in case they are interrupted...
2009-06-19  Pierre-Marc Fournierstart adding LGPL headers
2009-06-16  Pierre-Marc Fournierfix false error message
2009-06-15  Pierre-Marc Fournierfix warnings
2009-06-15  Pierre-Marc Fournierclean error msg functions
2009-06-12  Pierre-Marc Fournierstart applying warning fixes from Jan Blunck
2009-06-12  Pierre-Marc Fournierlibust: deactivate trace-stopping destructor
2009-06-12  Pierre-Marc Fourniertracectl.c: send error when put_subbuf fails
2009-06-08  Jan Blunckmake compatible with new version of libkcompat
2009-05-05  Pierre-Marc Fournieradd feature to enable/disable markers
2009-03-30  Pierre-Marc Fourniermerge libmarkers, libtracing and libtracectl in a singl...
This page took 0.202893 seconds and 93 git commands to generate.