SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / common / kernel-consumer /
2013-07-19  Mathieu DesnoyersFix: data pending race
2013-07-16  Mathieu DesnoyersFix: kernel consumer: data_pending check if endpoint...
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
2013-07-05  David GouletFix: set globally visible flag to kernel stream
2013-07-05  Mathieu DesnoyersFix: kernel-consumer: double-close
2013-07-05  David GouletFix: don't send error to sessiond on orderly shutdown
2013-07-05  David GouletFix: bad pathname used when sending kernel stream to...
2013-07-05  David GouletFix: add globally visible flag in stream
2013-07-05  David GouletFix: send kernel stream to relayd only if needed
2013-07-05  Julien DesfossezFix: close and destroy metadata stream after a kernel...
2013-07-05  Mathieu DesnoyersFix: possible double-close on stream out_fd
2013-07-04  Julien DesfossezAdd UST snapshot support
2013-06-28  David GouletFix: kernel snapshot metadata handling and error paths
2013-06-28  David GouletFix: coding style and debug statement
2013-06-28  David GouletFix: put subbuffer back in kernel snapshot error path
2013-06-28  David GouletFix: use snapshot consumer output for kernel
2013-06-28  Julien DesfossezFix UST channel/stream output assignation
2013-06-28  Julien DesfossezFix: send per-pid session id in channel creation
2013-06-27  Julien DesfossezFix: consumer handling of metadata for relayd
2013-06-27  Julien DesfossezAdd kernel snapshot support
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-19  David GouletFix: consumer add channel return value was positive...
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_kconsumer_recv_cmd errors
2013-05-29  David GouletFix: remove one too many metadata refcount increment
2013-05-28  Julien DesfossezFix: increment channel refcount on add_stream
2013-05-28  Julien DesfossezFix: error handling in kernel add_channel
2013-05-22  David GouletFix: use lttng pipe to send new stream to thread
2013-05-22  David GouletChange consumer_metadata_pipe to be a lttng_pipe
2013-05-22  David GouletChange consumer_data_pipe to be a lttng_pipe
2013-03-28  Julien DesfossezRelayd add_stream command handle tracefile rotation
2013-03-28  Julien DesfossezMove stream file rotation functions to utils
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-11  Mathieu DesnoyersImplement channel fd monitoring thread for UST
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2012-12-19  David GouletFix: change perror to debug statement
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-11-01  David GouletRename data_available to data_pending
2012-10-26  David GouletFix: Synchronization issue for data available command
2012-10-22  David GouletFix: Set a single return point and mutex unlock
2012-10-19  David GouletRelayd data available command support
2012-10-19  David GouletConsumer daemon data available command support
2012-10-19  David GouletAdd data structure for the data available command
2012-10-19  David GouletCleanup code and rename variables
2012-10-19  David GouletMove add data stream to the data thread
2012-10-09  David GouletFix: Stream allocation and insertion consistency
2012-10-02  Paul ChaventFix: Build out of src tree
2012-10-01  David GouletFix: Metadata stream leak when received in consumer
2012-09-28  Mathieu DesnoyersFix: consumer_allocate_stream error handling
2012-09-28  Mathieu DesnoyersFix: consumer should await for initial streams
2012-09-17  David GouletFix: Consumer return value check after mmap/splice
2012-09-13  David GouletDon't send the subbuffer padding for streaming
2012-09-12  David GouletFix: Returned error code in consumer on read buffer
2012-09-11  David GouletAdd new thread in consumer for metadata handling
2012-09-11  David GouletFix: consumer recv command error path
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-20  David GouletMerge duplicate code in consumer for destroy relayd
2012-08-20  David GouletMerge duplicate code in consumer for add relayd
2012-08-16  Mathieu DesnoyersFix: 32-bit print format type mismatch warnings
2012-08-15  David GouletFix: multiple consumer locking problems
2012-07-30  David GouletMerge mmap/splice fct. for both consumers
2012-07-26  Mathieu DesnoyersFix: relayd metadata size
2012-07-25  Mathieu DesnoyersFix: consumer relay sender RCU usage
2012-07-23  Mathieu Desnoyersfix: write EINTR handling
2012-07-11  David GouletNetwork streaming support
2012-07-06  Mathieu DesnoyersFix: mmap write() for large subbuffers and handle EINTR...
2012-04-12  Mathieu DesnoyersFix: consumer fd recv thread should write into non...
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-05  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-01  David GouletMerge branch 'master' into compat-freebsd
2012-03-01  Mathieu DesnoyersFix: consumer printf type should match ssize_t (%zd)
2012-03-01  Mathieu DesnoyersFix: make ust consumer posix compliant for poll flags
2012-03-01  Mathieu DesnoyersFix: consumer printf type should match ssize_t (%zd)
2012-03-01  Mathieu DesnoyersFix: make ust consumer posix compliant for poll flags
2012-02-27  Mathieu DesnoyersFix: lttng UST and kernel consumer: fix ret vs errno...
2012-02-24  Mathieu DesnoyersFix: lttng UST and kernel consumer: fix ret vs errno...
2012-02-24  UserMerge branch 'master' into compat-freebsd
2012-02-22  David GouletAdd FreeBSD compat layer for splice and sync_file_range
2012-02-22  David GouletRevert FreeBSD compatibility layer
2012-02-21  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-02-21  David GouletAdd FreeBSD compat layer for splice and sync_file_range
2012-01-20  David GouletSplit and remove lttng-share header file
2012-01-20  David GouletAdd missing headers for make dist
2012-01-20  David GouletComplete change of the source directory tree
This page took 0.090419 seconds and 8 git commands to generate.