Cleanup: move unused function to deprecated symbol list
[lttng-ust.git] / liblttng-ust /
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...
2020-02-13  Francis DeslauriersCleanup: typo: column -> colon
2019-11-01  Jonathan RajotteAdd procname to lttng_ust_statedump information
2019-10-18  Michael JeansonAdd userspace vuid/vgid contexts
2019-10-18  Michael JeansonAdd userspace namespace contexts
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: Lock FD tracker across fork
2019-08-02  Mathieu DesnoyersFix: don't wait for initial statedump when 0 session...
2019-07-30  Gabriel-Andrew Pol... Fix: wait for initial statedump before proceeding to...
2019-07-29  Gabriel-Andrew Pol... Fix: remove uninitialised value
2019-07-29  Gabriel-Andrew Pol... Fix: GCC unaligned pointer warnings
2019-06-04  Mathieu DesnoyersFix: client_sequence_number may dereference NULL pointer
2019-06-03  Michael JeansonFix: namespace our gettid wrapper
2019-06-03  Michael JeansonFix: get tid not pid in vtid context
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-14  Michael JeansonCode cleanup in contexts
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-01-22  Jonathan RajotteFix: Initialize fd field of struct lttng_ust_elf to...
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-12  Mathieu DesnoyersAdapt lttng-ust to use multiflavor symbols from liburcu...
2018-10-17  Mathieu DesnoyersFix: sync event enablers before choosing header type
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-05  Michael JeansonFix: add missing stdbool.h include
2018-09-05  Francis DeslauriersMove symbol preventing unloading of probe providers
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-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-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  Mathieu DesnoyersRemove duplicate provider name checks
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-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 DesnoyersRevert "Use initial-exec TLS model"
2017-10-19  Mathieu DesnoyersUse initial-exec TLS model
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: Don't override user variables within the build...
2017-03-17  Francis DeslauriersCleanup: formatting in strutils_star_glob_match explanation
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  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
2016-11-28  Mathieu DesnoyersFilter code relicensing to MIT license
2016-11-21  Mathieu DesnoyersPerformance: add missing "caa_unlikely" on fast-path
2016-11-08  Mathieu DesnoyersImplement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
2016-10-03  Mathieu DesnoyersFix: perform statedump before replying to sessiond
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-09-24  Mathieu DesnoyersPerformance: cache the backend pages pointer in context
2016-09-12  Mathieu DesnoyersFix: compat: -ust suffix sprintf error handling
2016-08-21  Mathieu DesnoyersPerformance: define _LGPL_SOURCE in LGPL c files
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-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  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
2016-07-06  Mathieu DesnoyersFix: use-after-free in statedump lib iter_end
2016-07-06  Mathieu DesnoyersAdd generic fallback for perf counter read
2016-07-06  Mathieu DesnoyersFix: perf counters: sign-extend pmc register
2016-07-05  Mathieu DesnoyersAdd missing ust_lib.c and ust_lib.h
2016-07-05  Mathieu DesnoyersAdd library load/unload tracking events
2016-06-30  Mathieu DesnoyersImplement statedump command in UST
2016-06-28  Mathieu DesnoyersFix: lttng context perf: missing stdbool.h header include
2016-06-27  Julien DesfossezAdd perf context support for ARMv7
2016-06-27  Julien DesfossezKeep perf context FD open for other architectures
2016-06-05  Raphaël BeamonteAdd -ust to the name of UST threads of the application
2016-05-25  Mathieu DesnoyersFix: all lttng-ust source files should be tagged _LGPL_...
2016-05-24  Mathieu DesnoyersFix: don't call __builtin_return_address(0) on 32-bit...
next
This page took 0.04015 seconds and 7 git commands to generate.