Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / src / common /
8 days ago  Mathieu DesnoyersIntroduce LTTNG_UST_MAP_POPULATE_POLICY environment... master
12 days ago  Mathieu DesnoyersAdd close_range wrapper to liblttng-ust-fd.so
2024-02-06  Mathieu DesnoyersIntroduce LTTNG_UST_APP_PATH environment variable
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  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-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 Galarneaudynamic-type: remove underscore prefix from mapping...
2022-10-25  Mathieu DesnoyersRelicense common/smp.c common/smp.h to MIT
2022-09-28  Mathieu DesnoyersFix: event notification capture error handling
2022-08-17  Michael Jeansoncleanup: remove stale comment
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-03  Mathieu DesnoyersFix: remove non-async-signal-safe fflush from ERR()
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-01-25  Mathieu DesnoyersFix: ustcomm: serialize variant_nestable type
2022-01-24  Michael JeansonFix: may be used uninitialized on powerpc
2022-01-17  Mathieu DesnoyersCopyright ownership transfer
2021-11-29  Mathieu DesnoyersFix: combined tracing of lttng-ust 2.12/2.13 generates...
2021-10-05  Michael Jeansoncleanup: spelling fixes in comments
2021-05-15  Jérémie GalarneauFix: ustcomm: application name uses the '-ust'-suffixed...
2021-05-14  Michael JeansonAdd critical log level
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-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 JeansonMove the ringbuffer and counter clients to 'src/common/'
2021-04-23  Michael JeansonMove the getcpu plugin implementation to liblttn-ust...
2021-04-23  Michael JeansonMove the clock plugin implementation to liblttng-ust...
2021-04-23  Michael JeansonMake futex compat internal to liblttng-ust
2021-04-23  Michael JeansonMove dynamic-type to libcommon
2021-04-23  Michael JeansonMove lttng_ust_enum_get_from_desc to libcommon
2021-04-23  Michael JeansonMove lttng_ust_strerror to liblttng-ust
2021-04-23  Michael JeansonExpose a common alloc_tls for liblttng-ust-common
2021-04-23  Michael JeansonRename all 'fixup_tls' functions to 'alloc_tls'
2021-04-23  Michael JeansonHide symbols that shouldn't be part of the ABI
2021-04-23  Michael JeansonNamespace liblttng-ust-ctl symbols
2021-04-22  Mathieu DesnoyersAPI refactoring: introduce probe context
2021-04-22  Michael JeansonTracepoint API namespacing ust-endian
2021-04-22  Michael JeansonTracepoint API namespacing 'TRACEPOINT_LOGLEVEL'
2021-04-22  Mathieu Desnoyerstracepoint: split provider and event name
2021-04-20  Michael JeansonFix warnings on FreeBSD
2021-04-20  Michael JeansonAdd glibc gettid to wrapper
2021-04-19  Mathieu Desnoyersust-events.h API const-ness
2021-04-19  Michael JeansonHide lttng_ust_elf symbols
2021-04-19  Michael JeansonFix warnings on non-x86_64 systems
2021-04-19  Michael JeansonInitialize liblttng-ust-common in dependent libraries
2021-04-19  Michael JeansonInternal logging lazy-initialization
2021-04-19  Mathieu Desnoyersgetenv: make getenv helper init state mt-safe
2021-04-16  Michael JeansonRemove duplicated 'smp' code
2021-04-15  Mathieu DesnoyersRename ringbuffer-context.h to ust-ringbuffer-context.h
2021-04-15  Mathieu DesnoyersRename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
2021-04-15  Mathieu DesnoyersRemove unused ringbuffer-abi.h public header
2021-04-15  Mathieu DesnoyersRename __LTTNG_COMPOUND_LITERAL to LTTNG_UST_COMPOUND_L...
2021-04-13  Mathieu DesnoyersFix: perform lazy initialization of getenv common lib
2021-04-13  Michael JeansonMove liblttng-ust-tracepoint to 'src/lib/'
2021-04-13  Michael JeansonMove string-utils.h to 'src/common/'
2021-04-13  Michael JeansonMove ns.h to 'src/common/'
2021-04-13  Michael JeansonMove lttng-hash-helper.h to 'src/common/'
2021-04-13  Michael JeansonMove error.h to 'src/common/'
2021-04-13  Michael JeansonMove jhash.h to 'src/common/'
2021-04-13  Michael JeansonMove creds.h to 'src/common/'
2021-04-13  Michael JeansonMove futex wrapper to 'common/compat/'
2021-04-13  Michael JeansonSplit ust-events-internal.h between common and liblttng-ust
2021-04-13  Michael JeansonMove getenv to libcommon
2021-04-13  Michael JeansonMove getcpu.h to 'lib/lttng-ust/'
2021-04-13  Michael JeansonSplit the common part of clock.h
2021-04-13  Michael JeansonMove wait.h to 'src/common/'
2021-04-13  Michael JeansonRename internal ust_err to lttng_ust_logging
2021-04-13  Michael JeansonMove liblttng-ust to 'src/lib/'
2021-04-13  Michael Jeansoncleanup: convenience libs at root of 'src/common/'
2021-04-13  Michael JeansonSplit and move compat.h to 'common/compat/'
2021-04-13  Michael JeansonMove the mmap wrapper to 'common/compat/'
2021-04-13  Michael JeansonMove libustcomm to 'src/common/'
2021-04-13  Michael JeansonMove fd-tracker to liblttng-ust-common
2021-04-13  Michael JeansonMove libringbuffer to 'src/common/'
2021-04-13  Michael JeansonMove libcounter to 'src/common/'
2021-04-09  Michael JeansonMove msgpack to libcommon
2021-04-09  Michael JeansonAdd an internal 'libcommon' for utils
2021-04-09  Michael JeansonMove internal headers to 'src/' dir
2021-04-09  Michael JeansonAdd 'src' dir to global include path
This page took 0.068299 seconds and 7 git commands to generate.