Add close_range wrapper to liblttng-ust-fd.so
[lttng-ust.git] / libringbuffer /
2021-04-09  Michael JeansonMove all sources to 'src/'
2021-04-01  Michael Jeansoncleanup: explicitly mark unused parameters (-Wunused...
2021-03-31  Michael Jeansoncleanup: function attribute 'always_inline'
2021-03-31  Michael Jeansoncleanup: function attribute 'hidden'
2021-03-31  Michael Jeansoncleanup: function attribute 'no_instrument_function'
2021-03-30  Michael Jeansonfix: redundant decl of channel_destroy (-Wredundant...
2021-03-30  Mathieu DesnoyersRefactoring: hide internal fields of ring buffer context
2021-03-29  Michael Jeansonfix: shadowed local variable in macros (-Wshadow)
2021-03-29  Michael JeansonNamespace remaining symbols in lttng/ringbuffer-context.h
2021-03-29  Michael Jeansoncleanup: Namespace public utils macros
2021-03-26  Mathieu DesnoyersRemove handle field from ring buffer context
2021-03-26  Mathieu Desnoyersring buffer context: cpu number becomes an output of...
2021-03-26  Mathieu DesnoyersFix: truncation of text array and sequences by NULL...
2021-03-26  Mathieu DesnoyersCleanup: use "char" type for padding
2021-03-22  Michael Jeansonconfigure: standardize automake conditional names
2021-03-18  Mathieu Desnoyersstruct lttng_channel: split protocol ABI from instrumen...
2021-03-17  Michael JeansonNamespace lttng/align.h as lttng/ust-align.h
2021-03-17  Mathieu DesnoyersRefactoring: Privatize ring buffer config header
2021-03-16  Michael JeansonNamespace 'struct channel' under 'lttng_ust_lib_ring_bu...
2021-03-16  Michael JeansonRemove LTTNG_HIDDEN macro
2021-03-15  Mathieu DesnoyersRefactor struct lttng_ust_lib_ring_buffer_ctx
2021-03-02  Michael JeansonMove compat macros in 'lttng/align.h' to a private...
2021-03-02  Michael JeansonHide libringbuffer private symbols
2021-03-02  Michael JeansonUse 'ust-' prefix for all global private headers
2021-02-26  Michael JeansonMove to kernel style SPDX license identifiers
2021-02-25  Mathieu DesnoyersFix: uninitialized variable in lib_ring_buffer_channel_...
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...
next
This page took 0.045283 seconds and 8 git commands to generate.