lttng-ust.git
2019-04-10  Michael JeansonAdd userspace vuid/vgid contexts ns-phase-1
2019-04-10  Michael JeansonAdd userspace namespace contexts
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-26  Mathieu DesnoyersAdd LTTNG_PACKED ifdefs to validate that it is defined
2019-03-20  Michael JeansonReport perf integration status at configure
2019-03-20  Michael Jeansoncompat: work around broken _SC_NPROCESSORS_CONF on...
2019-03-14  Michael JeansonCode cleanup in contexts
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-02-14  Mathieu DesnoyersFix: additional compiler barriers for procname context
2019-02-14  Mathieu DesnoyersFix: procname context async-signal safety
2019-02-14  Mathieu DesnoyersCleanup vtid/vpid context caches
2019-02-07  Michael JeansonCleanup: fix typo 'acces' -> 'access'
2019-01-22  Jonathan RajotteFix: Initialize fd field of struct lttng_ust_elf to...
2019-01-14  Michael JeansonCleanup: test Makefiles
2018-12-21  Michael JeansonAdd silent mode to examples Makefiles
2018-12-21  Michael JeansonAdd silent rules support for docs
2018-12-21  Michael JeansonUse config.h to define SONAME major number
2018-12-21  Michael JeansonUse a variable to select the dlopen lib in Makefiles
2018-12-13  Michael JeansonAdd hello-many to gitignore
2018-12-12  Mathieu DesnoyersAdapt lttng-ust to use multiflavor symbols from liburcu...
2018-11-08  Mathieu DesnoyersClarify lib_ring_buffer_switch_slow() requirements
2018-10-17  Mathieu Desnoyerstests: hello-many
2018-10-17  Mathieu DesnoyersFix: sync event enablers before choosing header type
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-09-06  Mathieu DesnoyersVersion 2.11.0-rc1
2018-09-05  Michael JeansonFix: add missing stdbool.h include
2018-09-05  Francis DeslauriersMove symbol preventing unloading of probe providers
2018-08-20  Mathieu DesnoyersFix: Remove unused line from liblttng-ust-fd makefile
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-06-07  Mathieu DesnoyersFix: lttng filter validator ERANGE error handling
2018-06-06  Mathieu DesnoyersFilter: implement dynamic typing for load object
2018-06-06  Mathieu DesnoyersFilter: add FILTER_OP_RETURN_S64 instruction
2018-06-06  Mathieu DesnoyersPerform bitwise ops on unsigned types
2018-06-06  Mathieu DesnoyersFilter: catch shift undefined behavior
2018-06-06  Mathieu DesnoyersFilter: implement bitwise lshift, rshift, not
2018-06-06  Mathieu DesnoyersFilter: index array, sequences, implement bitwise binar...
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  Michael JeansonFix: build example SO when PIE is enabled
2018-02-20  Mathieu DesnoyersFix: string comparison on incorrect length in context...
2018-02-09  Francis DeslauriersSupport unloading of probe providers
2018-02-09  Francis DeslauriersRename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
2018-02-09  Francis Deslauriersdlopen() liblttng-ust.so from constructor to prevent...
2018-02-09  Francis DeslauriersAdd probe provider unregister function
2018-02-09  Francis DeslauriersCleanup: Move version numbers in separate variables...
2018-02-09  Mathieu DesnoyersRemove duplicate provider name checks
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-12-19  Mathieu DesnoyersFix: numa: dynamically check that numa is available
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-10  Jonathan RajotteCleanup: clock description for metadata was moved to...
2017-11-07  Mathieu DesnoyersFix: liblttng-ust-fd.so: override fclose symbol
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec TLS model"
2017-11-07  Mathieu DesnoyersRevert "Fix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_T...
2017-11-06  Philippe Proulxconfigure.ac: add --disable-examples option to not...
2017-11-06  Michael JeansonDisable NUMA by default on 32bit arm
2017-11-05  Mathieu DesnoyersUpdate Makefile.am output about libnuma not found
2017-11-05  Mathieu DesnoyersUpdate readme to document opt dep on numa
2017-11-05  Mathieu Desnoyersnuma support: allow disabling numa support
2017-11-05  Mathieu DesnoyersUpdate README to document dependency on libnuma
2017-11-05  Mathieu DesnoyersTake NUMA configuration into account for UST buffer...
2017-10-21  Mathieu DesnoyersFix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_TLS_IE
2017-10-19  Mathieu DesnoyersUse initial-exec TLS model
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...
next
This page took 0.055109 seconds and 5 git commands to generate.