libust: Remove lots of dead code and comments in tracer.c
[ust.git] / libust /
2011-03-16  Nils Carlsonlibust: Remove lots of dead code and comments in tracer.c
2011-03-16  Nils Carlsonlibust: New transport mutex 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 DesnoyersRemove duplicated marker id dump
2011-03-04  Mathieu DesnoyersFix off-by-one in open_memstream
2011-03-04  Mathieu DesnoyersDebug message cleanup
2011-03-03  Mathieu DesnoyersAdd pthread cleanup to listener (to cleanup mutex)
2011-03-03  Mathieu DesnoyersRemove dummy markers/tracepoints/trace events
2011-03-03  Mathieu Desnoyersfinish_consuming_dead_subbuffer: fix data_size read...
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-03-03  David GouletCode base to fix the print errors in UST (v4)
2011-02-23  Nils Carlsonlibust: Fix multiple fd close during fork v2
2011-02-23  Mathieu DesnoyersCleanup error handling in open_channel
2011-02-22  Mathieu Desnoyersmarkers: fix: teardown should be tagged with "destructo...
2011-02-22  Mathieu DesnoyersFix marker/tracepoint/trace_event lib list: expected...
2011-02-18  Yannick BrosseauFix segfault in ust_fork
2011-02-17  Mathieu Desnoyersmarkers: fix use of ptrs
2011-02-17  Mathieu DesnoyersTrace event: export pointer array
2011-02-17  Mathieu Desnoyersmarkers: export pointer array instead of struct marker
2011-02-17  Mathieu Desnoyerstracepoints: export pointer array
2011-02-11  David GouletUST-wide warning fixes
2011-02-10  Mathieu Desnoyerstype-serializer: check is cpu id is out of bound.
2011-02-10  Mathieu DesnoyersUST-wide warning fixes/bugfixes
2011-02-09  Mathieu DesnoyersAdd getcpu error validation
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-12-29  Nils CarlsonFix freeing of channels and buffers in buffers.c v2
2010-11-27  David GouletRemove kref from kcompat's headers and code
2010-11-27  David GouletRemove hlist from kcompat's headers and code
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-10-01  David GouletFix missing data pointer
2010-09-30  Nils CarlsonFix a zmalloc bug
2010-09-30  David GouletNew naming convention for internal macros
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-10  Nils CarlsonAdd trace_event structs
2010-09-10  David GouletFix missing parenthese around logic comparison
2010-09-10  David GouletFix DBG to ERR for data format mismatch
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-09-01  Nils CarlsonAdd a data pointer to all tracepoint probe callbacks
2010-08-20  David GouletRemoves useless ___cacheline_aligned
2010-08-20  Mathieu DesnoyersUST strncpy assert fix
2010-08-20  Alexis Hallédon't install libustcomm and libustsnprintf
2010-08-20  Alexis Halléremove unused variables
2010-08-16  Mathieu Desnoyersserialize string input robustness
2010-08-16  Mathieu DesnoyersUST synchronization fix
2010-08-03  Pierre-Marc Fournierfix invalid array access
2010-07-21  Alexis Halléadd a command to force subbuffer switch
2010-07-21  Alexis Halléremove ltt_relay_buffer_flush function
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-05  David GouletRemoving NO_IPI ifdef for memory barrier. The smp_wmb...
2010-07-01  Pierre-Marc Fourniertracectl.c: add description comment
2010-06-02  Pierre-Marc Fournieradd info about what dirs/files are doing
2010-05-31  Alexis Halléadd environment variables to set subbuffer options
2010-05-27  Pierre-Marc Fournierblock all signals in listener thread
2010-05-26  Pierre-Marc FournierReplace gettimeofday() with clock_gettime(CLOCK_MONOTON...
2010-05-24  Pierre-Marc Fournierremove mutex_lock, mutex_unlock macros
2010-04-27  Pierre-Marc Fournierfix power of two computation
2010-04-27  Pierre-Marc Fournierfix warning
2010-04-23  Pierre-Marc FournierAdd support for ppc hw tb clock, remove kernelcompat.h
2010-04-19  Pierre-Marc Fournieradd custom probes support and update tracepoints
2010-04-19  Pierre-Marc Fournierremove some unused code
2010-04-13  Pierre-Marc Fourniercompile with -fno-strict-aliasing
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-23  Pierre-Marc Fourniermarkers/tracepoints: implement library unregistration
2010-03-17  Pierre-Marc Fourniertracectl: remove unused function
2010-03-17  Pierre-Marc Fournierremove fcntl(O_NONBLOCK) on consumer notify fd
2010-03-16  Pierre-Marc Fourniermove libkcompat inside ust
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-11  Pierre-Marc Fourniermake libustcomm into a static lib
2010-03-11  Pierre-Marc Fournieradd missing licence headers
2010-03-09  Pierre-Marc Fournierhave_listener: make static
2010-03-09  Pierre-Marc Fournierfix warnings
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
next
This page took 0.041711 seconds and 7 git commands to generate.