Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / src /
2 days ago  Mathieu DesnoyersIntroduce LTTNG_UST_MAP_POPULATE_POLICY environment... master
6 days ago  Mathieu DesnoyersAdd close_range wrapper to liblttng-ust-fd.so
2024-02-19  Kienan Stewartpython: log exception details when agent thread cannot...
2024-02-19  Kienan StewartFix: python lttngust agent fails when LTTNG_UST_APP_PAT...
2024-02-07  Kienan StewartAdd initial support for the multiple LTTNG_UST_APP_PATHs
2024-02-06  Kienan StewartFix java client connection path when LTTNG_UST_APP_PATH...
2024-02-06  Mathieu DesnoyersIntroduce LTTNG_UST_APP_PATH environment variable
2024-02-06  Mathieu DesnoyersRename "global" sock_info field to "multi_user"
2024-02-06  Mathieu DesnoyersFix: libc wrapper: use initial-exec for malloc_nesting TLS
2024-01-10  Michael Jeansonsrc: implement REUSE with SPDX identifiers
2024-01-10  Michael JeansonBuild system: implement REUSE with SPDX identifiers
2023-12-14  Michael Jeansonfix: -Wsingle-bit-bitfield-constant-conversion with...
2023-10-20  Mathieu DesnoyersRevert "Add support for LTTNG_UST_HOME"
2023-10-19  Mathieu DesnoyersCleanup: remove whitespaces at EOL in lttng-ust.pc.in
2023-10-19  Jonathan RajotteAdd support for LTTNG_UST_HOME
2023-10-19  Kienan StewartLog path used in connection attempts
2023-10-15  Mathieu DesnoyersIntroduce sync vs unsync enablers
2023-09-29  Jérémie GalarneauFix: misaligned urcu reader accesses
2023-08-22  Olivier Dionustfork: Initialize libc pointers in constructor
2023-08-15  Olivier Dionustfork: Fix warning about volatile qualifier
2023-08-12  Olivier Dionustfork: Fix possible race conditions
2023-06-20  Michael JeansonShow python agent install output in verbose builds
2023-06-20  Michael Jeansonfix: python agent: use stdlib distutils when setuptools...
2023-06-20  Michael Jeansonfix: python agent: install on Debian python >= 3.10
2023-06-20  Michael Jeansonfix: python agent: Add a dependency on generated files
2023-06-13  Michael Jeansonpython: use setuptools with python >= 3.12
2023-03-30  Jérémie GalarneauFix: segmentation fault on filter interpretation in...
2023-03-16  Jérémie GalarneauFix: `ip` context is expressed as a base-10 field
2023-03-08  Mathieu DesnoyersFix: c99: use __asm__ __volatile__
2023-02-06  Mathieu DesnoyersFix: use unaligned pointer accesses for lttng_inline_memcpy
2023-01-13  Jérémie Galarneauust-ctl: allow runtime version checks
2023-01-13  Jérémie Galarneaudynamic-type: remove underscore prefix from mapping...
2022-10-25  Mathieu DesnoyersRelicense common/smp.c common/smp.h to MIT
2022-09-30  Mathieu DesnoyersFix: bytecode validator: reject specialized load field...
2022-09-29  Mathieu DesnoyersFix: bytecode validator: reject specialized load instru...
2022-09-28  Mathieu DesnoyersFix: event notification capture: validate buffer length
2022-09-28  Mathieu DesnoyersFix: event notification capture error handling
2022-09-15  Jérémie GalarneauFix: lttng-ust-comm: wait on wrong child process
2022-08-23  Michael Jeansonfix: 'make dist' without javah
2022-08-17  Michael Jeansoncleanup: remove stale comment
2022-08-01  Mathieu DesnoyersFix: add missing tracelog-internal.h to makefile
2022-08-01  Norbert Langelttng_ust_init_thread: call urcu_register_thread
2022-08-01  Norbert Langelttng_ust_init_thread: initialise cached context values
2022-08-01  Norbert LangeImprove tracef/tracelog to use the stack for small...
2022-07-29  Michael Jeansonfix: add missing closedir in _get_max_cpuid_from_sysfs()
2022-07-29  Michael JeansonAdd more unit tests for possible_cpus_array_len
2022-07-29  Michael JeansonClarify terminolgy around cpu ids and array length
2022-07-29  Michael Jeansonfix: Unify possible CPU number fallback
2022-07-27  Michael Jeansonfix: removed accidental VLA in _get_num_possible_cpus()
2022-07-25  Mathieu DesnoyersFix: file descriptor leak in get_possible_cpu_mask_from...
2022-07-25  Michael Jeansonfix: num_possible_cpus() with hot-unplugged CPUs
2022-06-27  takeshi.iwanariFix: Use negative value for error code of lttng_ust_ctl...
2022-06-27  Mathieu DesnoyersFix: sessiond wait futex: handle spurious futex wakeups
2022-06-03  Mathieu DesnoyersDocument ust lock async-signal-safety
2022-06-03  Mathieu DesnoyersFix: don't use strerror() from ust lock nocheck
2022-06-03  Mathieu DesnoyersFix: remove non-async-signal-safe fflush from ERR()
2022-05-18  Jonathan RajotteFix: statedump: invalid read during iter_end
2022-04-01  Mathieu DesnoyersFix: bytecode interpreter context_get_index() leaves...
2022-03-11  Mathieu DesnoyersFix: sample discarded events count before reserve
2022-03-11  Mathieu DesnoyersFix: ring buffer event counter
2022-03-10  Mathieu DesnoyersFix: concurrent exec(2) file descriptor leak
2022-02-14  Michael JeansonAdd LOG4J2 domain to the Log4j 2.x agent
2022-02-14  Michael JeansonAdd 'domain' parameter to the Log4j 2.x agent
2022-02-14  Michael Jeansonfix: Convert custom loglevels in Log4j 2.x agent
2022-01-28  Michael Jeansonfix: coverity reported null returns in Log4j2 agent
2022-01-25  Mathieu DesnoyersFix: ustcomm: serialize variant_nestable type
2022-01-24  Michael JeansonAdd a Log4j 2.x Java agent
2022-01-24  Michael JeansonFix: may be used uninitialized on powerpc
2022-01-17  Mathieu DesnoyersCopyright ownership transfer
2021-12-09  Mathieu DesnoyersFix: ust-cancelstate: include string.h for strerror
2021-12-09  Mathieu DesnoyersFix: nestable pthread cancelstate
2021-12-09  Jonathan RajotteFix: abort on decrement_sem_count during concurrent...
2021-12-09  Michael Jeansonfix: liblttng-ust-fd async-signal-safe close()
2021-11-29  Mathieu DesnoyersFix: combined tracing of lttng-ust 2.12/2.13 generates...
2021-11-11  Michael JeansonAdd 'pid' to socket peercred on FreeBSD
2021-10-05  Michael Jeansoncleanup: spelling in java agent error message
2021-10-05  Michael Jeansoncleanup: spelling fixes in comments
2021-05-27  Mathieu DesnoyersCleanup: remove useless lttng_ust_probe_supports_event_...
2021-05-17  Michael Jeansonfix: disable some abi conflict tests on FreeBSD
2021-05-15  Jérémie GalarneauFix: ustcomm: application name uses the '-ust'-suffixed...
2021-05-14  Mathieu DesnoyersDetect unsupported use of .so.0 and .so.1 libraries...
2021-05-14  Michael JeansonAdd critical log level
2021-05-14  Mathieu DesnoyersFix: shutdown communication socket on -EINVAL
2021-05-14  Mathieu DesnoyersFix: lttng-ust control protocol handling of variable...
2021-05-14  Mathieu Desnoyersustcomm: implement shutdown API
2021-05-14  Mathieu DesnoyersFix: add missing fields in struct lttng_ust_abi_channel...
2021-05-14  Mathieu Desnoyersliblttng-ust-ctl: Implement SIGBUS handling
2021-05-11  Mathieu DesnoyersFix: Java application context: pass application context...
2021-05-11  Mathieu DesnoyersFix: java application context segmentation fault
2021-05-06  Mathieu DesnoyersValidate provider version for event enum field types
2021-05-06  Mathieu DesnoyersValidate provider version for event class
2021-05-06  Mathieu DesnoyersRefactoring: tracepoint: allow explicit tracepoint...
2021-05-03  Mathieu DesnoyersFix: rename struct lttng_bytecode_runtime to struct...
2021-04-28  Mathieu DesnoyersRemove unused ip field from struct lttng_ust_ring_buffe...
2021-04-24  Mathieu Desnoyerssequence type: use previous field for length if length_...
2021-04-23  Michael JeansonRename lttng_ust_tracepoint_(un)register_lib
2021-04-23  Michael JeansonRename lttng_ust_tracepoint_probe_(un)register
2021-04-23  Michael JeansonMove pkgconfig file to 'src/lib/'
2021-04-23  Michael JeansonMove the ringbuffer and counter clients to 'src/common/'
2021-04-23  Michael JeansonMove the getcpu plugin implementation to liblttn-ust...
next
This page took 0.043907 seconds and 7 git commands to generate.