lttng-ust.git
2019-10-17  Mathieu DesnoyersVersion 2.9.7 stable-2.9 v2.9.7
2019-10-11  Mathieu DesnoyersFix: lttng perf counter deadlock
2019-10-11  Mathieu DesnoyersRevert "Fix: fd tracker: do not allow signal handlers...
2019-10-07  Mathieu DesnoyersFix: fd tracker: do not allow signal handlers to close...
2019-10-07  Mathieu DesnoyersFix: fd tracker: provide async-signal-safety for close...
2019-10-07  Mathieu DesnoyersFix: Disable cancellation around fd tracker lock
2019-10-07  Mathieu DesnoyersFix: Lock FD tracker across fork
2019-09-08  Philippe Proulxdoc/man: include build version in GitHub links
2019-09-08  Maxime SORINCheck if the AR environment variable exists for cross...
2019-09-07  Mathieu DesnoyersVersion 2.9.6 v2.9.6
2019-08-02  Mathieu DesnoyersFix: don't wait for initial statedump when 0 session...
2019-07-30  Gabriel-Andrew... Fix: wait for initial statedump before proceeding to...
2019-07-29  Gabriel-Andrew... Fix: remove uninitialised value
2019-07-29  Gabriel-Andrew... Fix: GCC unaligned pointer warnings
2019-07-04  Jonathan RajotteFix: do not use diagnostic pragma when GCC version...
2019-07-04  Jonathan RajotteFix: missing define when not building with gcc
2019-06-04  Mathieu DesnoyersFix: client_sequence_number may dereference NULL pointer
2019-06-03  Michael JeansonFix: namespace our gettid wrapper
2019-05-24  Mathieu DesnoyersVersion 2.9.5 v2.9.5
2019-05-17  Mathieu DesnoyersCleanup: bitfields: streamline use of underscores
2019-05-17  Mathieu DesnoyersSilence compiler "always false comparison" warning
2019-05-17  Mathieu DesnoyersFix: bitfield: shift undefined/implementation defined...
2019-05-12  Stefan WallentowitzFix: Update coding style link
2019-05-10  Mathieu DesnoyersFix: alignment of ring buffer shm space reservation
2019-04-10  Mathieu Desnoyersust-ctl API: clarify getter usage requirements
2019-04-10  Mathieu DesnoyersFix: don't access packet header for stream_id and strea...
2019-03-20  Michael Jeansoncompat: work around broken _SC_NPROCESSORS_CONF on...
2019-03-14  Sebastien Boisvertdoc: remove repeated word in coding style
2019-03-14  Michael Jeansontap-driver.sh: flush stdout after each test result
2019-03-08  Jonathan RajotteMove wait_shm_mmap initialization to library constructor
2019-01-25  Mathieu DesnoyersVersion 2.9.4 v2.9.4
2019-01-22  Jonathan RajotteFix: Initialize fd field of struct lttng_ust_elf to...
2018-11-08  Mathieu DesnoyersClarify lib_ring_buffer_switch_slow() requirements
2018-10-12  Omair MajidFix: address shellcheck warnings/errors in example...
2018-09-27  Mathieu DesnoyersFix: check for event class/instance prototype mismatch
2018-09-20  Mathieu DesnoyersFix: race between statedump and library destructor
2018-09-07  Mathieu DesnoyersFix: reset procname on fork in child process
2018-08-20  Mathieu DesnoyersFix: Remove unused line from liblttng-ust-fd makefile
2018-08-20  Mathieu DesnoyersVersion 2.9.3 v2.9.3
2018-06-30  Vitaly LipatovFix: add liblttng-ust dependency to liblttng-ust-fd
2018-06-30  Vitaly LipatovFix: use LIBDL/LIBC_DL to select either libdl or libc
2018-05-03  Mathieu DesnoyersFix: AM_CONDITIONAL should be outside AS_IF block
2018-05-03  Michael JeansonFix: build jni libs with openjdk >= 10
2018-03-05  Michael JeansonFix: ustfork: save and restore errno in syscall wrappers
2018-03-05  Michael JeansonFix: cache the result of getpid() internally
2018-03-05  Michael JeansonFix: reset cached vpid context on fork
2018-02-20  Mathieu DesnoyersFix: string comparison on incorrect length in context...
2018-02-06  Mathieu DesnoyersFix: remove for() loop initial declarations
2018-02-06  Jonathan RajotteUse ust_lock during sock_info operations for atomicity...
2018-02-06  Jonathan RajotteForce tracked fd to be bigger than STDERR_FILENO
2017-11-30  Mathieu DesnoyersVersion 2.9.2 v2.9.2
2017-11-21  Michael JeansonFix: specify SONAME in python-lttngust LoadLibrary
2017-11-12  Mathieu DesnoyersFix: ensure fd tracker is initialized when called from...
2017-11-10  Jonathan RajotteFix: fd of an elf object must be registered to the...
2017-11-07  Mathieu DesnoyersFix: liblttng-ust-fd.so: override fclose symbol
2017-09-19  Jonathan RajotteFix: lttng-gen-tp: only replace file extension
2017-08-23  Mathieu DesnoyersFix: move fsync after ftruncate
2017-08-23  Mathieu DesnoyersFix: sync buffer file metadata on buffer allocation
2017-07-28  Philippe Proulxlttng-ust(3): specify "If set" instead of "if set to...
2017-06-22  Liguang LiFix: Expand the shmobj size for the sequence number
2017-06-12  Mathieu DesnoyersVersion 2.9.1 v2.9.1
2017-06-12  Philippe ProulxFix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not...
2017-05-09  Michael JeansonFix: Quote CMAKE variable assignment in Makefile
2017-05-09  Michael JeansonFix: Typo in doc/examples/Makefile.am
2017-05-09  Michael JeansonFix: Don't override user variables within the build...
2017-03-20  Mathieu DesnoyersFix: add missing getenv.h include to ustctl.c
2017-03-20  Mathieu DesnoyersFix: race between lttng-ust getenv() and application...
2017-03-16  Philippe Proulxdoc/man: add typical `$` and `#` prompts to command...
2017-03-02  Francis DeslauriersFix: (un)install targets of Python agent
2017-02-22  Jonathan RajotteFix: include config.h to resolve HAVE_DLMOPEN
2017-02-21  Jonathan RajotteValidate the presence of dlmopen at configure time
2017-02-20  Michael JeansonFix: CMake examples integration
2016-11-30  Vicente Olivert... doc/examples/Makefile.am: define C and C++ compilers...
2016-11-29  Mathieu DesnoyersVersion 2.9.0 v2.9.0
2016-11-29  Philippe Proulxlttng-ust(3): document `lttng_ust_loaded` symbol
2016-11-29  Philippe Proulxlttng-ust(3): document `perf:thread:raw:rN:NAME` context
2016-11-29  Philippe Proulxlttng-ust-dl(3): update documentation
2016-11-29  Philippe Proulxlttng-ust(3): document liblttng-ust-fd
2016-11-29  Philippe Proulxdoc/man: document the lttng_ust_lib events
2016-11-29  Philippe Proulxdoc/man: add full stop to descriptive table cells
2016-11-29  Philippe Proulxdoc/man: reorganize source for tables
2016-11-29  Philippe Proulxlttng-ust(3): sort ctf_*() macro parameter definitions
2016-11-29  Philippe Proulxlttng-ust(3): fix alignment and indentation
2016-11-29  Philippe Proulxlttng-ust(3): document new ctf_*() array/sequence netwo...
2016-11-21  Mathieu DesnoyersPerformance: add missing "caa_unlikely" on fast-path
2016-10-18  Mathieu DesnoyersFix: loglevel and model_emf_uri build fix
2016-10-18  Mathieu DesnoyersFix: loglevel and model_emf_uri with g++ compiled probes
2016-10-14  Michael JeansonFix: Out of tree build of liblttng-ust-java
2016-10-07  Mathieu DesnoyersVersion 2.9.0-rc1 v2.9.0-rc1
2016-10-04  Jonathan RajotteFix: cmake example with configure based oot build
2016-10-03  Mathieu DesnoyersFix: perform statedump before replying to sessiond
2016-10-03  Jonathan Rajottebuild: check for CXX_WORKS for cmake example
2016-10-03  Mathieu DesnoyersImplement liblttng-ust-fd
2016-10-03  Mathieu DesnoyersIntroduce file descriptor tracker
2016-10-03  Mathieu DesnoyersFix: honor send timeout on unix socket connect
2016-10-03  Mathieu DesnoyersFix: perform TLS fixup in all UST entry points from...
2016-10-03  Jonathan RajotteFix: build: pass configure flags to cmake example
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
next
This page took 0.038915 seconds and 4 git commands to generate.