lttng-ust.git
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...
2021-03-29  Mathieu DesnoyersAPI cleanup: Remove handle from struct lttng_ust_channe...
2021-03-26  Mathieu DesnoyersRemove handle field from ring buffer context
2021-03-26  Mathieu Desnoyersring buffer context: cpu number becomes an output of...
2021-03-26  Mathieu DesnoyersFix: truncation of text array and sequences by NULL...
2021-03-26  Mathieu DesnoyersCleanup: use "char" type for padding
2021-03-25  Mathieu Desnoyerscompiler warning cleanup: is_signed_type: compare ...
2021-03-23  Mathieu DesnoyersRename struct lttng_ust_channel_ops to struct lttng_ust...
2021-03-23  Michael Jeansonfix: Group Targets requires GNU Make >= 4.3
2021-03-23  Mathieu Desnoyersclock override: introduce getter API for lttng tools
2021-03-23  Mathieu Desnoyersust-abi: add missing lttng_ust_abi prefixes
2021-03-23  Michael Jeansonfix: java detection is optional
2021-03-23  Michael Jeansonfix: use configured python when building the examples
2021-03-23  Mathieu DesnoyersABI refactoring: sequence and array of text: copy input...
2021-03-23  Michael Jeansoncleanup: don't copy lttng-gen-tp in OOT builds
2021-03-23  Michael Jeansonconfigure: convert the remaining tab indent to spaces
2021-03-23  Michael Jeansonconfigure: regroup autoconf substituted variable
2021-03-23  Michael Jeansonconfigure: regroup automake conditionals
2021-03-23  Michael Jeansonconfigure: regroup C defines
next
This page took 0.039162 seconds and 4 git commands to generate.