Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
2021-04-09  Michael JeansonMove all sources to 'src/'
2021-03-31  Michael Jeansonfix: all functions have declarations (-Wmissing-prototy...
2021-03-31  Michael Jeansoncleanup: function attribute 'destructor'
2021-03-31  Michael Jeansoncleanup: function attribute 'constructor'
2021-03-30  Mathieu DesnoyersFix: liblttng-ust-ctl: missing ring buffer and counter...
2021-03-30  Mathieu DesnoyersNew API: lttng_ust_init_thread() for async-signal tracing
2021-03-29  Michael JeansonMove private ABI counter client symbols to dedicated...
2021-03-29  Michael JeansonNamespace 'lttng_alignof' to 'lttng_ust_rb_alignof'
2021-03-29  Michael JeansonIntroduce SONAME defines
2021-03-29  Michael JeansonNamespace ust-fork symbols
2021-03-29  Michael Jeansoncleanup: Namespace public utils macros
2021-03-19  Mathieu DesnoyersRefactoring: bytecode interpreter ABI
2021-03-16  Michael JeansonNamespace lttng_context_procname_reset public symbol
2021-03-16  Michael JeansonRemove LTTNG_HIDDEN macro
2021-03-12  Mathieu DesnoyersRefactoring: namespace ust-abi.h content under regular...
2021-03-11  Michael JeansonNamespace tracepoint_init and tracepoint_exit
2021-03-10  Michael JeansonExpose liblttng-libc-wrapper malloc ctor in public...
2021-03-10  Michael JeansonHide lttng_ust_getenv private symbols
2021-03-02  Michael JeansonHide private usterr-signal-safe.h symbols
2021-03-02  Michael JeansonMove compat macros in 'lttng/align.h' to a private...
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-24  Michael JeansonMove and hide new time_ns private symbols
2021-02-24  Michael JeansonHide new 'lttng_counter_client_percpu_*' private symbols
2021-02-24  Mathieu DesnoyersRemove backward compatibility for liburcu-bp
2021-02-24  Mathieu DesnoyersFix: memory and fd leaks in error counter
2021-02-24  Mathieu DesnoyersCleanup: clarify bytecode ownership
2021-02-24  Mathieu DesnoyersCleanup: clarify ownership of excluder
2021-02-24  Mathieu DesnoyersFix: event notifier group: fix fd leak on error
2021-02-24  Mathieu DesnoyersFix: stream fd leaks on error
2021-02-24  Mathieu DesnoyersFix: channel leak on error
2020-12-17  Mathieu DesnoyersFix: UST comm protocol: event notifier command is too...
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
2020-11-26  Mathieu DesnoyersImplement libcounter
2020-11-26  Francis DeslauriersImplement capturing payload on event notifiers
2020-11-26  Francis DeslauriersExtract `handle_bytecode_recv()` function
2020-11-26  Francis Deslauriersbytecode: generalize `struct lttng_ust_filter_bytecode_...
2020-11-26  Francis DeslauriersImplement event notifier
2020-11-26  Francis DeslauriersCleanup: hide `lttng_ust_{filter_bytecode,excluder...
2020-10-16  Michael JeansonNamespace lttng/align.h macros
2020-10-15  Michael Jeansonport: fix pthread_setname_np integration
2020-10-15  Michael JeansonCleanup: standardise include path
2020-07-07  Michael JeansonAdd userspace time namespace context
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-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-03-08  Jonathan RajotteMove wait_shm_mmap initialization to library constructor
2018-12-21  Michael JeansonUse config.h to define SONAME major number
2018-12-12  Mathieu DesnoyersAdapt lttng-ust to use multiflavor symbols from liburcu...
2018-09-07  Mathieu DesnoyersFix: reset procname on fork in child process
2018-03-05  Michael JeansonFix: reset cached vpid context on fork
2018-02-09  Francis Deslauriersdlopen() liblttng-ust.so from constructor to prevent...
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-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-03-11  Mathieu DesnoyersFix: race between lttng-ust getenv() and application...
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-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-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-06-05  Raphaël BeamonteAdd -ust to the name of UST threads of the application
2016-03-16  Mathieu DesnoyersFix: remove assertions in lttng-ust-comm init
2016-02-12  Mathieu DesnoyersHandle application context cmd
2016-02-12  Mathieu DesnoyersImplement dynamic types, and application context provid...
2016-02-12  Mathieu DesnoyersFix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
2015-09-21  Mathieu DesnoyersFix: Value stored to 'has_waited' is never read
2015-09-21  Mathieu DesnoyersFix: sysconf() unchecked return value
2015-08-31  Mathieu Desnoyersbaddr statedump: remove dependency on file streams
2015-08-26  Mathieu DesnoyersFix: close socket on protocol error, sendmsg MSG_NOSIGNAL
2015-08-17  Mathieu DesnoyersFix: application exit race with pthread cancel
2015-07-07  Jérémie GalarneauFix: Cleanup local_apps sock_info in lttng_ust_cleanup
2015-07-06  Mathieu DesnoyersFix: handle sys_futex EINTR and EWOULDBLOCK
2015-05-26  Antoine BusqueRefactor state dump system
2015-04-23  Mathieu DesnoyersFix: use lttng_secure_getenv to handle env. vars. invol...
2015-04-23  Jérémie GalarneauFix: Don't wait during registration if clock_gettime...
2015-04-10  Mathieu DesnoyersImplement getcpu override
2015-04-10  Mathieu DesnoyersImplement clock override plugin support
2015-01-12  Mathieu DesnoyersFix: add urcu-bp TLS fixup
2014-07-16  Mathieu DesnoyersMutex while updating statedump_pending is not needed
2014-07-16  Mathieu DesnoyersFix: document ust_fork_mutex nesting
2014-07-16  Paul WoegererBugfix for #745 deadlock with baddr statedump+fork
2014-04-27  Mathieu DesnoyersImplement LTTng-UST perf counters support on x86
next
This page took 0.199705 seconds and 106 git commands to generate.