consumerd: move address computation from on_read_subbuffer_mmap
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
2020-05-26  Jérémie Galarneauconsumerd: move address computation from on_read_subbuf...
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2019-12-19  Mathieu Desnoyersconsumer: implement clear channel
2019-12-19  Mathieu DesnoyersFix: consumerd: use packet sequence number for rotation...
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-09-15  Jérémie Galarneaukconsumer: clean-up: initialize ctf_index before popula...
2019-09-14  Jérémie Galarneauconsumer: fix: unaligned accesses to index fields
2019-09-05  Mathieu Desnoyersrelayd protocol: reply path for close chunk and create...
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_ROT...
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_DES...
2019-08-28  Jérémie GalarneauUse case-scope error labels handling LTTNG_CONSUMER_STR...
2019-08-28  Jérémie GalarneauUse case-scope error labels when handling LTTNG_CONSUME...
2019-08-09  Jérémie GalarneauFix: initialize kernel stream max subbuffer size on...
2019-08-09  Jérémie Galarneaurelayd: add remote trace chunk close command
2019-07-25  Jérémie Galarneaurelayd: add remote trace chunk creation command
2019-07-25  Jérémie GalarneauCreate stream files relative to a stream's current...
2019-07-18  Jérémie GalarneauAdd a consumer daemon INIT command
2019-03-28  Mathieu DesnoyersFix: consumer snapshot: handle unsigned long overflow
2019-03-28  Jérémie GalarneauClarify incorrect channel output type logging message
2019-03-28  Jérémie GalarneauMark lttng_kconsumer_snapshot_channel as static
2018-11-16  Michael JeansonFix: typo 'occured' -> 'occurred'
2018-11-16  Mathieu DesnoyersFix: consumer: snapshot error return code
2018-11-16  Mathieu DesnoyersFix: consumer: rotation error return codes
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-09-17  Jérémie GalarneauFix: acquire stream lock during kernel metadata snapshot
2018-08-30  Jérémie GalarneauCleanup: unused assignment of ret_code in ROTATE_CHANNEL
2018-08-20  Jérémie GalarneauFix: consumers don't honor protocol on rotate pending...
2018-06-05  Jérémie GalarneauFix: propagate archive id to the consumer daemon on...
2018-03-21  Julien DesfossezRelay rotate pending command
2018-03-14  Julien DesfossezConsumer rotate a channel
2018-03-14  Julien DesfossezConsumer perform the rotation when extracting a packet
2018-03-12  Julien DesfossezChannel rotate pipe between sessiond and the consumers
2018-03-08  Julien DesfossezKeep read-only copies of fields from the channel to...
2018-03-08  Julien DesfossezFix: kernel snapshot handling of EAGAIN
2018-03-06  Julien DesfossezCommand to rename a folder
2018-03-05  Julien DesfossezCommand to make a directory on the consumer or relay
2017-12-03  Jonathan RajotteClean-up: consumer_add_metadata_stream always returns 0
2017-11-13  Julien DesfossezFix: wrong use of the relay_streams_sent in snapshot
2017-11-13  Julien DesfossezFix: the return code of lttcomm_send_unix_sock is signed
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-27  Julien DesfossezFix: lost packet accounting always lost on snapshot
2017-06-20  Mathieu DesnoyersCleanup: use CMM accessors for consumer_quit variable
2017-05-19  Mathieu DesnoyersFix: use "flush empty" ioctl for snapshots
2017-05-19  Mathieu DesnoyersFix: lttng-consumerd: cpu hotplug: send "streams_sent...
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2017-05-05  Jérémie GalarneauStart notification subsystem thread in sessiond initial...
2017-01-23  Mathieu DesnoyersFix: consumerd: add missing put_subbuf for ust and...
2016-12-16  Jérémie GalarneauAssert that index_file does not exist before setting...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-10-05  Mathieu DesnoyersFix: handle backward compatibility with lttng-modules 2.7
2016-06-02  Jérémie GalarneauClean-up: harmonize kernctl API error checking
2016-06-02  Jérémie GalarneauFix: reduce scope of kconsumer consumed_pos and produce...
2016-05-24  Michael JeansonTypo: occured -> occurred
2016-05-18  Mathieu DesnoyersFix: Dereference after NULL check in consumer
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-11  Julien DesfossezStore the instance id and packet_seq_num in indexes
2016-03-11  Julien DesfossezAccount the lost packets in snapshot mode
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-04  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-03-26  Mathieu Desnoyersshm-path: remove directory hierarchy on destroy
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2014-11-17  Julien DesfossezFix: create/destroy a splice_pipe per stream
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-10-01  David GouletFix: channel deref. after NULL check in kernel consumer
2014-09-29  David GouletFix: change perror to PERROR in kernel consumer
2014-09-29  Mathieu DesnoyersFix: kernel consumer: issue put_subbuf on error
2014-05-21  David GouletFix: implicit conversion from enumeration
2014-04-30  Jesper DerehagBackported to glibc 2.8
2014-02-25  David GouletFix: kernel channel destroy on consumer if sent
2014-02-21  Mathieu DesnoyersFix: consumerd errors on exit
2014-02-13  David GouletFix: change ERR statement to DBG in kernel read subbuffer
2014-02-07  Julien DesfossezFix: send the streams sent message after metadata
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2013-11-26  Julien DesfossezRename LTTng index in CTF index
2013-11-25  David GouletFix: implicit conversion of enum types in consumer
2013-10-09  David GouletFix: remove relative include for health check
2013-10-09  Mathieu Desnoyersconsumerd: add health instrumentation into threads
2013-09-27  Julien DesfossezTest for new metadata at each packet
2013-09-27  Julien DesfossezImplement the relayd live features
2013-09-27  Julien DesfossezSend indexes in streaming mode
2013-09-27  Julien DesfossezLive timer set up
2013-09-25  Julien DesfossezGenerate local kernel and UST indexes
2013-08-05  Mathieu DesnoyersFix: kernel ctl error codes are based on errno
2013-07-21  Mathieu DesnoyersFix: format string mismatch
2013-07-21  Mathieu DesnoyersFix: format string type mismatch
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
next
This page took 0.533743 seconds and 107 git commands to generate.