lttng-ust.git
2021-04-15  Mathieu DesnoyersRename __LTTNG_COMPOUND_LITERAL to LTTNG_UST_COMPOUND_L...
2021-04-15  Mathieu Desnoyerslttng_ust_static_assert: remove extra semicolons
2021-04-15  Mathieu DesnoyersFix: statedump init/exit namespacing
2021-04-15  Mathieu DesnoyersNamespace tracepoint probes init/exit under lttng_ust_
2021-04-15  Mathieu DesnoyersNamespace lttng_static_assert to lttng_ust_static_assert
2021-04-15  Mathieu Desnoyersnotification_send callback takes const event_notifier...
2021-04-15  Mathieu Desnoyersrun_filter callback takes const event parameter
2021-04-13  Mathieu DesnoyersFix: perform lazy initialization of getenv common lib
2021-04-13  Michael Jeansonfix: remove unused include wait.h
2021-04-13  Mathieu DesnoyersCleanup: use desc variable rather than deeply nested...
2021-04-13  Michael Jeansoncleanup: LTTNG_METADATA_TIMEOUT_MSEC defined twice
2021-04-13  Michael JeansonMove liblttng-ust-tracepoint to 'src/lib/'
2021-04-13  Michael JeansonMove liblttng-ust-common 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-13  Michael JeansonMove liblttng-ust-ctl to 'src/lib/'
2021-04-13  Michael JeansonMove liblttng-ust-java* to 'src/lib/'
2021-04-13  Michael JeansonMove liblttng-ust-dl to 'src/lib/'
2021-04-13  Michael JeansonMove liblttng-ust-fd to 'src/lib/'
2021-04-13  Michael JeansonMove liblttng-ust-cyg-profile to 'src/lib/'
2021-04-13  Michael JeansonMove liblttng-ust-libc-wrapper to 'src/lib/'
2021-04-13  Michael JeansonMove liblttng-ust-python-agent to 'src/lib/'
2021-04-13  Mathieu DesnoyersFix: event notifier group context leak
2021-04-13  Mathieu DesnoyersFix: perf counter context: leak event field structure
2021-04-12  Mathieu DesnoyersDocument nested type alignment field
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
2021-04-09  Michael JeansonMove all sources to 'src/'
2021-04-07  Mathieu DesnoyersFix: pass private data to context callbacks
2021-04-07  Mathieu DesnoyersFix: app contexts: do not leak app context name, event...
2021-04-06  Mathieu DesnoyersRemove TRACEPOINT_INCLUDE_FILE undef
2021-04-06  Mathieu DesnoyersRemove TRACEPOINT_INCLUDE_FILE macro
2021-04-06  Mathieu DesnoyersRemove app context backward compatibility dead code
2021-04-06  Mathieu DesnoyersCleanup: Unaligned vs aligned ring buffer access comment
2021-04-06  Mathieu DesnoyersUpdate unaligned vs aligned ring buffer access comment
2021-04-06  Mathieu DesnoyersRefactoring: add back constness of public API structures
2021-04-01  Michael JeansonAdd 'ctf_unused' tracepoint field type
2021-04-01  Michael Jeansoncleanup: explicitly mark unused parameters (-Wunused...
2021-03-31  Michael Jeansoncleanup: rename template headers
2021-03-31  Michael Jeansonfix: string constants (-Wwrite-strings)
2021-03-31  Michael Jeansonfix: all functions have declarations (-Wmissing-prototy...
2021-03-31  Michael Jeansoncleanup: function attribute 'always_inline'
2021-03-31  Michael Jeansoncleanup: function attribute 'hidden'
2021-03-31  Michael Jeansoncleanup: function attribute 'no_instrument_function'
2021-03-31  Michael Jeansoncleanup: function attribute 'destructor'
2021-03-31  Michael Jeansoncleanup: function attribute 'constructor'
2021-03-31  Michael Jeansoncleanup: function attribute 'unused'
2021-03-31  Mathieu Desnoyerstests: benchmark: improve benchmark scalability accuracy
2021-03-31  Mathieu Desnoyerstests: benchmark: use cpu-bound workload, calculate...
2021-03-30  Mathieu Desnoyerstests: improve benchmark script
2021-03-30  Michael Jeansoncleanup: function attribute 'format'
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-30  Michael Jeansonfix: redundant decl of channel_destroy (-Wredundant...
2021-03-30  Mathieu DesnoyersFix: tls-compat with hidden ring buffer context
2021-03-30  Mathieu DesnoyersFix: tls-compat with hidden ring buffer context
2021-03-30  Mathieu DesnoyersRefactoring: hide internal fields of ring buffer context
2021-03-29  Michael JeansonMove private ABI counter client symbols to dedicated...
2021-03-29  Michael Jeansonfix: add fallthrough annotations (-Wimplicit-fallthrough)
2021-03-29  Michael Jeansonfix: add format attribute to relevant functions (-Wsugg...
2021-03-29  Michael Jeansonfix: use proper format specifiers in tests (-Wformat)
2021-03-29  Michael Jeansonfix: shadowed local variable in macros (-Wshadow)
2021-03-29  Michael Jeansonfix: size_t is unsigned, can't be negative
2021-03-29  Michael JeansonImport libtap from babeltrace
2021-03-29  Michael JeansonAdd unit tests for utils macros
2021-03-29  Michael JeansonAdd a C++ version of lttng_ust_is_signed_type
2021-03-29  Michael Jeansonfix: int8_t is not considered an integer
2021-03-29  Michael JeansonAdd unit tests for lttng_ust_strerror
2021-03-29  Michael JeansonRe-implement lttng_ust_strerr
2021-03-29  Michael JeansonNamespace 'lttng_alignof' to 'lttng_ust_rb_alignof'
2021-03-29  Michael JeansonNamespace remaining symbols in lttng/ringbuffer-context.h
2021-03-29  Michael JeansonPython agent lib soname major bump
2021-03-29  Michael JeansonIntroduce SONAME defines
2021-03-29  Michael JeansonNamespace ust-fork symbols
2021-03-29  Michael JeansonNamespace RING_BUFFER_ALIGN macros
2021-03-29  Michael Jeansoncleanup: Remove redefinition of CHAR_BIT
2021-03-29  Michael Jeansoncleanup: Namespace public utils macros
2021-03-29  Mathieu Desnoyerstracepoint probe refactoring: Move provider name to...
2021-03-29  Mathieu DesnoyersRefactoring: remove ring buffer channel pointer from...
next
This page took 0.039344 seconds and 4 git commands to generate.