summaryrefslogtreecommitdiffstats
path: root/runtime/transport/ring_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded casts.David Smith2009-09-091-5/+5
* Updated with latest code.David Smith2009-08-191-70/+145
* Works with or without a ring_buffer_iter.David Smith2009-08-061-21/+34
* Improves functionality on rawhide (2.6.31-rcX) kernels.David Smith2009-07-281-65/+113
* Make ring_buffer transport work on new kernels.David Smith2009-07-221-13/+44
* Implemented ring_buffer iterators.David Smith2009-07-151-19/+109
* Added timer data flushing and overwrite handling to the ring_buffer transport.David Smith2009-07-091-40/+96
* Transports now export their state.David Smith2009-06-181-2/+14
* Moved global data into a single structure.David Smith2009-06-181-39/+45
* Enabled overwrite processing on original transports.David Smith2009-06-181-0/+4
* Fixed STP_TRANSPORT_VERSION 1 behavior.David Smith2009-06-031-0/+10
* Added error checking and other updates.David Smith2009-05-221-0/+7
* Hid details of internal ring_buffer.c structure.David Smith2009-05-071-36/+59
* Start of support for older transport and cleanup.David Smith2009-05-061-42/+9
* 2009-03-31 David Smith <dsmith@redhat.com>David Smith2009-03-311-9/+25
* Working bulkmode support.David Smith2009-03-131-6/+2
* More bulkmode support.David Smith2009-03-131-44/+23
* More bulkmode support. Only allows for one reader of all trace files.David Smith2009-03-131-7/+29
* Start of STP_BULKMODE support.David Smith2009-03-121-12/+38
* Updated buffer size.David Smith2009-03-121-1/+5
* Small update.David Smith2009-03-111-2/+1
* Handles polling and breaks down large buffers.David Smith2009-03-111-7/+31
* Cleanup.David Smith2009-03-091-162/+15
* First working version that actually produces output.David Smith2009-03-091-58/+244
* Start of new ring_buffer transport.David Smith2009-03-041-0/+338