deliverable/lttng-ust.git
2017-09-25  Mathieu DesnoyersFilter: implement dynamic typing for load object filter-array
2017-09-25  Mathieu DesnoyersFilter: add FILTER_OP_RETURN_S64 instruction
2017-09-25  Mathieu DesnoyersPerform bitwise ops on unsigned types
2017-09-25  Mathieu DesnoyersFilter: catch shift undefined behavior
2017-09-25  Mathieu DesnoyersFilter: implement bitwise lshift, rshift, not
2017-09-25  Mathieu DesnoyersFilter: index array, sequences, implement bitwise binar...
2017-09-19  Jonathan Rajottelttng-gen-tp: formatting
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): reword and fix style of `LTTNG_UST_ALLOW_...
2017-07-28  Philippe Proulxlttng-ust(3): specify "If set" instead of "if set to...
2017-07-28  Philippe ProulxFix: doc/man: use a single XSL file and match local...
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-06-12  Philippe ProulxFix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not...
2017-05-27  Mathieu DesnoyersCalculate context length outside of retry loop
2017-05-09  Michael JeansonFix: Quote CMAKE variable assignment in Makefile
2017-05-09  Michael JeansonRework configure script
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-05-09  Michael JeansonMove m4 scripts to m4 dir
2017-05-06  Mathieu Desnoyersdoc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT...
2017-05-06  Mathieu DesnoyersVersion 2.10.0-rc1
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
2017-03-17  Francis DeslauriersCleanup: formatting in strutils_star_glob_match explanation
2017-03-16  Philippe Proulxdoc/man: add typical `$` and `#` prompts to command...
2017-03-12  Mathieu DesnoyersFix: add missing getenv.h include to ustctl.c
2017-03-11  Mathieu DesnoyersFix: race between lttng-ust getenv() and application...
2017-03-11  Mathieu DesnoyersUse SIZE_MAX instead of -1ULL for size_t parameter
2017-03-11  Mathieu Desnoyersfilter: use SIZE_MAX rather than UINT_MAX and tuncating...
2017-03-10  Mathieu DesnoyersFix: out of bound array access in filter code
2017-03-10  Alexandre MontplaisirCorrectly clean all generated JAR files
2017-03-10  Alexandre MontplaisirFix: List missing file in Java agent's Makefile
2017-03-10  Alexandre MontplaisirSupport generic globbing patterns in the Java agent
2017-03-10  Alexandre MontplaisirLog more information in the Java TCP client
2017-03-10  Alexandre MontplaisirCleanup: Remove unused import in JUL Java agent
2017-03-10  Philippe ProulxAdd support for star globbing patterns in event names
2017-03-10  Philippe ProulxFiltering: add support for star-only globbing patterns
2017-03-10  Philippe ProulxAdd string utilities
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  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-28  Mathieu DesnoyersFilter code relicensing to MIT license
2016-11-21  Mathieu DesnoyersPerformance: add missing "caa_unlikely" on fast-path
2016-11-09  Mathieu DesnoyersFix: blocking mode: add missing stdbool.h include
2016-11-08  Mathieu DesnoyersImplement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
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
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
2016-09-24  Mathieu DesnoyersAdd ctx_len field to ring buffer 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-12  Mathieu DesnoyersFix: compat: -ust suffix sprintf error handling
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-08-18  Mathieu DesnoyersFix: perf counters build against kernel headers < 3.12
2016-08-18  Mathieu DesnoyersFix: perf counter context deadlock
2016-08-08  Mathieu DesnoyersFix: many-events registration/unregistration speed
2016-07-26  Mathieu DesnoyersFix: pre-fault TLS in ust-malloc instrumentation
2016-07-19  Mathieu DesnoyersFix: ust-ctl: use LTTNG_UST_HAVE_PERF_EVENT to report...
2016-07-14  Mathieu DesnoyersFix: reset vtid cache before releasing urcu locks
2016-07-14  Mathieu DesnoyersFix: cleanup local_apps.allowed flag on lib cleanup
2016-07-13  Alexandre MontplaisirFix: Correctly handle invalid agent port file
2016-07-13  Mathieu DesnoyersFix: memory corruption in compat.h
2016-07-12  Mathieu DesnoyersIntroduce lttng_ust_loaded weak symbol
2016-07-12  Mathieu DesnoyersRevert "Introduce LTTNG_UST_LOADED environment variable"
2016-07-12  Mathieu DesnoyersIntroduce LTTNG_UST_LOADED environment variable
2016-07-12  Mathieu DesnoyersFix: remove invalid free
next
This page took 0.03821 seconds and 5 git commands to generate.