lttng-ust.git
2021-02-24  Michael JeansonHide new 'lttng_fixup_time_ns_tls' private symbol
2021-02-24  Michael JeansonHide new 'lttng_counter_*' private symbols
2021-02-24  Michael JeansonHide new 'lttng_ust_compat_futex_*' private symbols
2021-02-24  Michael JeansonHide new 'lttng_ust_context_set_event_notifier_group_pr...
2021-02-24  Michael JeansonHide new 'lttng_bytecode_*' private symbols
2021-02-24  Michael JeansonHide new 'lttng_context_init_all' private symbol
2021-02-24  Michael JeansonHide new 'lttng_counter_*' private symbols
2021-02-24  Michael JeansonHide mew 'lttng_msgpack_*' private symbols
2021-02-24  Michael JeansonHide new 'patient_writev' private symbol
2021-02-24  Mathieu DesnoyersRemove unused deprecated and backward compatibility...
2021-02-24  Mathieu DesnoyersRemove backward compatibility for liburcu-bp
2021-02-24  Mathieu DesnoyersCleanup: Remove deprecated symbols following soname...
2021-02-24  Mathieu DesnoyersBump soname major to 1
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
2021-02-24  Mathieu DesnoyersFix: lttng_abi_map_channel should be static
2021-01-20  Mathieu DesnoyersFix: Use default visibility for tracepoint provider...
2021-01-13  Jérémie GalarneauFix: configure: support Autoconf 2.70
2020-12-18  Mathieu DesnoyersFix: event notifier create protocol order issue
2020-12-17  Mathieu DesnoyersFix: lttng-ust 2.13 should not try to use notifiers...
2020-12-17  Mathieu DesnoyersFix: UST comm protocol: event notifier command is too...
2020-12-16  Mathieu DesnoyersFix: incorrect parameters passed to vtracelog
2020-12-15  Francis Deslauriersevent-notifier: Initialize `_notifier_notification...
2020-12-11  Mathieu DesnoyersAdd tests/unit/libmsgpack/test_msgpack to gitignore
2020-12-11  Mathieu Desnoyersustctl.h: use enumeration values 0, 1 for bitness
2020-12-11  Mathieu Desnoyersust-abi: use 0, 1 for counter enumerations
2020-12-11  Mathieu DesnoyersCleanup: ust-abi: BITNESS_{32,64}BITS -> BITNESS_{32,64}
2020-12-11  Mathieu DesnoyersCleanup: use tabs in ust-abi.h
2020-12-10  Mathieu DesnoyersFix: add struct lttng_event_notifier forward declaration
2020-12-10  Mathieu DesnoyersFix: event notifier: notification send should be a...
2020-12-10  Mathieu DesnoyersFix: ust-urcu: allow legacy applications without _LGPL_...
2020-12-10  Christophe... Fix: ust-tracepoint: make sure to expand tracepoint...
2020-12-09  Mathieu DesnoyersFix: notifier: use store-release/load-acquire for error...
2020-12-09  Mathieu DesnoyersFix: event-notifier: Groups may not have an error counter
2020-12-09  Francis Deslauriersustctl: Initialize counter_conf struct to zero
2020-12-07  Michael Jeansoncleanup: use <sys/syscall.h>
2020-12-07  Michael Jeansonport: fix futex_async wrapper namespacing on FreeBSD
2020-12-07  Michael Jeansonport: use ust-endian.h compat
2020-12-05  Francis DeslauriersFix: event-notifier: not propagating error counter...
2020-12-01  Michael Jeansonfix: undefined symbols for tracepoints in lgpl source
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
2020-11-30  Mathieu DesnoyersFix: handle default switch case with -EINVAL in __lttng...
2020-11-27  Francis DeslauriersBump LTTNG_UST_EVENT_NOTIFIER_PADDING to 32 bytes
2020-11-26  Mathieu DesnoyersFix: memory leak in apply_context_reloc
2020-11-26  Mathieu DesnoyersFix: libcounter bad compare
2020-11-26  Mathieu DesnoyersFix: remove dead code in msgpack.c
2020-11-26  Mathieu DesnoyersFix: counter: cast UINT*_MAX to 64-bit signed type...
2020-11-26  Mathieu DesnoyersFix: libcounter: use LTTNG_UST_ALIGN
2020-11-26  Mathieu DesnoyersFix: ust-abi: clarify which command is used on which...
2020-11-26  Francis DeslauriersImplement event notifier error counter
2020-11-26  Mathieu DesnoyersImplement libcounter
2020-11-26  Francis DeslauriersImplement capturing payload on event notifiers
2020-11-26  Francis Deslauriersbytecode: handle all integer types of dynamic contexts
2020-11-26  Francis Deslauriersbytecode: initialize all contexts on event notifier...
2020-11-26  Francis Deslauriersbytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type
2020-11-26  Francis DeslauriersGeneralize `lttng_enabler_link_bytecode()` bytecode...
2020-11-26  Francis DeslauriersCleanup: rename `_lttng_filter_link_bytecode()` ->...
2020-11-26  Francis DeslauriersAdd `interpreter_funcs` to `lttng_bytecode_runtime`
2020-11-26  Francis Deslauriersbytecode: rename `lttng_filter_sync_state()` -> `lttng_...
2020-11-26  Francis DeslauriersImplement enum and sequence capture serialization functions
2020-11-26  Francis DeslauriersExtract `handle_bytecode_recv()` function
2020-11-26  Francis DeslauriersRename filter bytecode types and files
2020-11-26  Francis Deslauriersbytecode: generalize `struct lttng_ust_filter_bytecode_...
2020-11-26  Francis DeslauriersCleanup: Rename filter functions/fields to mention...
2020-11-26  Francis DeslauriersAdd `patient_writev()` function
2020-11-26  Francis DeslauriersAdd `libmsgpack` for serializing captures
2020-11-26  Francis Deslauriersbytecode: allow interpreter to return any type
2020-11-26  Francis Deslauriersbytecode: propagate `rev_bo` of element
2020-11-26  Francis Deslauriersbytecode: set register type to `REG_PTR` even if not...
2020-11-26  Francis DeslauriersAdd `lttng_bytecode_interpret_format_output()` for...
2020-11-26  Mathieu Desnoyersbytecode: add `REG_U64` interpreter register type
2020-11-26  Francis DeslauriersImplement event notifier
2020-11-26  Francis DeslauriersAdd token to `struct lttng_ust_event`
2020-11-26  Francis DeslauriersCreate `_for_each` function to unregister probe providers
2020-11-26  Francis DeslauriersCleanup: extract function to borrow hashlist bucket
2020-11-26  Francis DeslauriersDecouple `struct lttng_event` from filter code
2020-11-26  Francis DeslauriersCleanup: hide `lttng_ust_{filter_bytecode,excluder...
2020-11-26  Francis DeslauriersAbstract base `lttng_enabler` to support other types...
2020-11-26  Francis DeslauriersRename `enum lttng_enabler_type` to `_format_type`
2020-11-26  Francis DeslauriersDecouple `struct lttng_session` from filter code
2020-11-13  Michael Jeansonport: FreeBSD 12.2 added pthread_setname_np
2020-11-13  Michael Jeansonport: tests: Add a simple unit test for shm operations
2020-11-13  Michael Jeansonport: fsync(2) on a POSIX shm fd returns EINVAL on...
2020-11-13  Michael Jeansonport: set shm size with ftruncate before writing
2020-10-29  Michael Jeansonfix: pass the detected CFLAGS to the C++ compiler
2020-10-20  Michael JeansonCleanup: silent rules are always available in automake...
2020-10-20  Michael JeansonCleanup: Use pkg-config to detect liburcu
2020-10-20  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2020-10-20  Michael JeansonEnable autotools warnings as errors
2020-10-20  Michael JeansonCleanup: separate tests between 'unit' and 'compile'
2020-10-20  Michael JeansonCleanup: Bump autoconf required version to 2.69
2020-10-16  Michael JeansonCleanup: Remove obsolete and unused tests
2020-10-16  Michael Jeansonfix: pthread_setname_np tests to match compat behavior
2020-10-16  Michael Jeansonfix: pthread_setname_np fails on longer tread names
2020-10-16  Michael JeansonNamespace lttng/align.h macros
2020-10-16  Mathieu DesnoyersFix: remove redefinition of _GNU_SOURCE
next
This page took 0.038424 seconds and 4 git commands to generate.