Add UST_DEBUG env. var. support
[lttng-ust.git] / libust /
2011-08-09  Mathieu DesnoyersAdd UST_DEBUG env. var. support
2011-08-08  Mathieu Desnoyerslibust 2.0 + ringbuffer + TRACEPOINT_EVENT builds and...
2011-08-04  Mathieu DesnoyersCommit changes prior to shmp read-only header
2011-08-03  Mathieu DesnoyersAdd float descriptions (metadata)
2011-07-28  Mathieu DesnoyersFix context order
2011-07-27  Mathieu DesnoyersTRACEPOINT_EVENT API
2011-07-27  Mathieu Desnoyersltt-context: document that pointers may change
2011-07-27  Mathieu Desnoyerscontext: document and check that only last context...
2011-07-17  Mathieu DesnoyersImplement multi-session registry
2011-07-16  Mathieu Desnoyersimplement ring buffer clients
2011-07-16  Mathieu DesnoyersResync with kernel LTTng headers
2011-07-04  Mathieu DesnoyersRing buffer: use shmp (shared-memory pointers) for...
2011-06-27  Mathieu DesnoyersMerge LTTng commit 360f38ea4fee91e2403c03cb43841ef6769aaac7
2011-06-27  Mathieu DesnoyersMerge LTTng commit c6485006a92b1b86fbb48c2b277732d3405295c9
2011-06-27  Mathieu DesnoyersMerge LTTng commit e64957da15e3652322dcf6a5389beb01901de8e6
2011-06-16  Mathieu DesnoyersInitial addition of lttng ring buffer clients
2011-06-16  Mathieu Desnoyersadd ltt-probes.c
2011-06-16  Mathieu DesnoyersAdd event and context files
2011-06-16  Mathieu DesnoyersMore removal
2011-06-13  Mathieu DesnoyersFix compilation with uclibc
2011-06-10  Mathieu DesnoyersUpdate to urcu/ref.h and urcu/uatomic.h
2011-06-09  Mathieu DesnoyersUpdate following liburcu changes
2011-05-20  Mathieu DesnoyersUpdate note in buffer.c
2011-05-20  Mathieu DesnoyersRemove installed headers, cleanup header names
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 DesnoyersMarkers: sync from LTTng 0.249 marker code
2011-05-19  Mathieu DesnoyersPrivatize headers
2011-05-19  Mathieu DesnoyersPrivatize part of marker.h, and type-serializer.h
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-25  Mathieu DesnoyersMarkers: ust_marker_[A-Z] -> UST_MARKER_[A-Z] cleanup
2011-04-22  Mathieu DesnoyersRemove #define _LGPL_SOURCE from public headers
2011-04-13  Mathieu DesnoyersLGPLv2.1 relicensing agreements
2011-04-13  Mathieu DesnoyersTracepoints: namespace cleanups
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-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
next
This page took 0.038271 seconds and 7 git commands to generate.