Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / libringbuffer /
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
2020-11-13  Michael Jeansonport: fsync(2) on a POSIX shm fd returns EINVAL on...
2020-11-13  Michael Jeansonport: set shm size with ftruncate before writing
2020-10-16  Michael JeansonNamespace lttng/align.h macros
2020-10-15  Michael JeansonCleanup: standardise include path
2020-10-14  Michael Jeansonport: fix pthread autoconf detection to support FreeBSD
2020-03-04  Jonathan RajotteFix: set FD_CLOEXEC on incoming FDs.
2020-02-17  Francis DeslauriersCleanup: remove trailing white spaces across project
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2019-12-16  Mathieu Desnoyerslttng-clear: stop tracing required
2019-10-22  Mathieu DesnoyersFix: uninitialized variable in lib_ring_buffer_reserve_...
2019-08-26  Mathieu Desnoyersustctl: Implement ring buffer clear
2019-07-29  Jonathan RajotteUse MAP_POPULATE to reduce pagefault when available
2019-05-10  Mathieu DesnoyersFix: alignment of ring buffer shm space reservation
2019-05-10  Gabriel-Andrew Pol... Fix: allocate ts_end in ringbuffer shared memory
2019-04-30  Mathieu DesnoyersFix: timestamp_end field should include all events...
2019-03-20  Michael Jeansoncompat: work around broken _SC_NPROCESSORS_CONF on...
2018-11-08  Mathieu DesnoyersClarify lib_ring_buffer_switch_slow() requirements
2017-12-19  Mathieu DesnoyersFix: numa: dynamically check that numa is available
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec TLS model"
2017-11-05  Mathieu Desnoyersnuma support: allow disabling numa support
2017-11-05  Mathieu DesnoyersTake NUMA configuration into account for UST buffer...
2017-10-19  Mathieu DesnoyersUse initial-exec TLS model
2017-08-23  Mathieu DesnoyersFix: move fsync after ftruncate
2017-08-23  Mathieu DesnoyersFix: sync buffer file metadata on buffer allocation
2017-06-22  Liguang LiFix: Expand the shmobj size for the sequence number
2017-06-12  Mathieu DesnoyersIntroduce LTTNG_UST_ALLOW_BLOCKING env. var.
2017-05-27  Mathieu DesnoyersCalculate context length outside of retry loop
2017-05-09  Michael JeansonFix: Don't override user variables within the build...
2017-05-05  Jérémie GalarneauClean-up: remove unused variables to silence gcc warning
2017-05-05  Jérémie GalarneauAdd ustctl_snapshot_sample_positions ustctl command
2016-11-09  Mathieu DesnoyersFix: blocking mode: add missing stdbool.h include
2016-11-08  Mathieu DesnoyersImplement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
2016-10-03  Mathieu DesnoyersIntroduce file descriptor tracker
2016-09-25  Mathieu DesnoyersPerformance: implement lttng_inline_memcpy
2016-09-25  Mathieu DesnoyersPerformance: mark ring buffer do_copy callers always...
2016-09-24  Mathieu DesnoyersPerformance: cache the backend pages pointer in context
2016-09-24  Mathieu Desnoyersring buffer: handle shmp errors
2016-09-24  Mathieu DesnoyersCleanup: libringbuffer: remove duplicate shmp() invocat...
2016-09-24  Mathieu DesnoyersPerformance: Only dereference shmp once
2016-09-24  Mathieu DesnoyersPerformance: Mark channel and buffer event disabled...
2016-09-24  Mathieu DesnoyersPerformance: Relax atomicity constraints for crash...
2016-09-09  Mathieu DesnoyersPerformance: disable event counting by default
2016-09-02  Mathieu DesnoyersFix: remove unlock in getcpu
2016-08-21  Mathieu DesnoyersPerformance: remove rcu read lock from ring buffer...
2016-08-21  Mathieu DesnoyersPerformance: define _LGPL_SOURCE in LGPL c files
2016-08-21  Mathieu DesnoyersPerformance: split check deliver fast/slow paths
2016-05-31  Michael JeansonUse config.h to detect sched_getcpu support
2016-05-18  Mathieu DesnoyersDocumentation: ring buffer: SWITCH_FLUSH can be used...
2016-05-10  Mathieu DesnoyersCleanup: Remove unused max() macros from ring_buffer_fr...
2016-03-04  Julien DesfossezGenerate and export the sequence number
2015-10-21  Mikael BeckiusFix: live timer calculation error
2015-09-21  Mathieu DesnoyersFix: don't dereference NULL pointers
2015-09-21  Mathieu DesnoyersFix: Argument with 'nonnull' attribute passed null
2015-09-21  Jonathan RajotteCleanup: Unnecessary bit shift
2015-09-21  Mathieu DesnoyersFix: sysconf() unchecked return value
2015-04-10  Mathieu DesnoyersImplement getcpu override
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu DesnoyersImplement file-backed ring buffer
2015-02-04  Mathieu DesnoyersRemove usterr.h, use usterr-signal-safe.h everywhere...
2015-01-12  Mathieu DesnoyersFix: add missing poll.h include
2015-01-05  Mathieu DesnoyersFix: get_subbuf: bound number of consumerd retry
2014-05-23  Mathieu DesnoyersFix: refuse overwrite mode buffers with less than two...
2014-04-16  Mathieu DesnoyersFix: pass proper args when writing commit counter
2014-04-15  Mathieu DesnoyersFix: pad strings that are modified concurrently with...
2014-02-25  Mathieu DesnoyersCleanup: fix comment
2013-11-30  Mathieu DesnoyersCleanup: fix typo in ring buffer backend comment
2013-11-24  Mathieu DesnoyersFix: eliminate timestamp overlap between packets
2013-11-19  Mathieu DesnoyersFix: add missing NULL check after allocation
2013-07-03  Mathieu DesnoyersFix: ring buffer: get_subbuf() checks should be perform...
2013-07-01  Mathieu DesnoyersFix: SWITCH_FLUSH new sub-buffer checks
2013-07-01  Mathieu DesnoyersFix: ring buffer: handle concurrent update in nested...
2013-07-01  Mathieu DesnoyersCleanup: lib_ring_buffer_switch_new_end() only calls...
2013-06-30  Mathieu DesnoyersRevert "Cleanup: ring buffer: remove lib_ring_buffer_sw...
2013-06-30  Mathieu DesnoyersFix: handle writes of length 0
2013-06-30  Mathieu DesnoyersCleanup: ring buffer: remove lib_ring_buffer_switch_new...
2013-05-07  Mathieu DesnoyersCleanup: ignore mktemp return value
2013-04-26  Mathieu DesnoyersFix: add internal mutex for timer
2013-04-12  Mathieu DesnoyersCleanup: comment mismatch with code
2013-03-20  Mathieu DesnoyersCleanup: work-around clang unused result warning
2013-03-20  Mathieu DesnoyersCleanup: remove unused variables
2013-03-11  Mathieu DesnoyersImplement read timer (for RT)
2013-03-09  Mathieu DesnoyersOnly flush when there are readers active
2013-03-09  Mathieu DesnoyersAdd mutex for channel wakeup fd update
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-06  Mathieu DesnoyersFix: only consumerd should print errors
2013-03-06  Mathieu DesnoyersImplement ring buffer periodic buffer switch timer
2013-03-05  Mathieu DesnoyersReactivate error printing
2013-03-01  Mathieu DesnoyersFix: set wait/wake fd to -1 before close
2013-02-27  Mathieu DesnoyersFix: don't flush-final for offset 0 if reader is on...
2013-02-21  Mathieu DesnoyersUse urcu tls-compat.h
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2012-12-05  Mathieu DesnoyersUpdate license text
2012-10-02  Paul ChaventBuild out of src tree
2012-08-14  Mathieu DesnoyersFix UST SIGPIPE handling
2012-05-24  Mathieu DesnoyersAdd cygwin support to libringbuffer getcpu.h
2012-05-18  Mathieu DesnoyersFix: don't SIGBUS when filesystem is full
2012-05-10  Mathieu DesnoyersFix: remove padding field after variable sized array
next
This page took 0.040868 seconds and 7 git commands to generate.