Tests: Fix abi conflict test when building with clang
[lttng-ust.git] / src / lib /
2024-07-26  Mathieu DesnoyersIntroduce extension points for trace hit counters
2024-07-12  Mathieu DesnoyersRe-introduce sync vs unsync enablers
2024-07-12  Mathieu DesnoyersRemove ctx from struct lttng_event_enabler_common
2024-07-12  Mathieu DesnoyersRemove event context dead code
2024-07-12  Mathieu DesnoyersRefactoring: combine common code in lttng_event_enabler...
2024-07-12  Mathieu DesnoyersRefactoring: combine common code in lttng_event_enabler...
2024-07-12  Mathieu DesnoyersRefactoring: combine common code in lttng_event_registe...
2024-07-12  Mathieu DesnoyersRefactoring: move event id field to lttng_ust_event_ses...
2024-07-12  Mathieu DesnoyersProtocol bump from 9 to 10
2024-07-12  Mathieu DesnoyersRefactoring: combine common code into lttng_ust_event_c...
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_event_enabler_event_desc_k...
2024-07-12  Mathieu DesnoyersRefactoring: use lttng_get_event_list_head_from_enabler...
2024-07-12  Mathieu DesnoyersRefactoring: lttng_create_all_event_enums common code
2024-07-12  Mathieu DesnoyersRefactoring: event create use lttng_get_event_ht_from_e...
2024-07-12  Mathieu DesnoyersRefactoring: event create common code
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_event_register_to_sessiond
2024-07-12  Mathieu DesnoyersRefactoring: move notify socket get lower in create...
2024-07-12  Mathieu DesnoyersRefactoring: cleanup event create functions
2024-07-12  Mathieu DesnoyersRefactoring: common code in _lttng_event_destroy
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_ust_event_alloc and lttng_...
2024-07-12  Mathieu DesnoyersRefactoring: combine common code into lttng_sync_event_list
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_get_event_enabled_state
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_event_sync_capture_state
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_event_sync_filter_state
2024-07-12  Mathieu DesnoyersRefactoring: combine common code into lttng_event_enabl...
2024-07-12  Mathieu DesnoyersRefactoring: combine notifier and session-common hash...
2024-07-12  Mathieu DesnoyersRefactoring: move list node to common event structure
2024-07-12  Mathieu DesnoyersRefactoring: move name_hlist_node field to common event...
2024-07-12  Mathieu DesnoyersRefactoring: move list node to common enabler structure
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_event_enabler_init_event_c...
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_event_enabler_init_event_f...
2024-07-12  Mathieu DesnoyersRefactoring: Use lttng_event_enabler_match_event for...
2024-07-12  Mathieu DesnoyersRefactoring: combine common code into lttng_create_even...
2024-07-12  Mathieu DesnoyersRefactoring: move duplicate check into lttng_event_noti...
2024-07-12  Mathieu DesnoyersRefactoring: combine recorder/counter common code in...
2024-07-12  Mathieu DesnoyersRefactoring: introduce lttng_ust_event_create
2024-07-12  Mathieu DesnoyersRefactoring: combine common code into lttng_event_enabl...
2024-07-12  Mathieu DesnoyersRefactoring: combine common code into lttng_event_enabl...
2024-07-12  Mathieu DesnoyersRefactoring: combine event enabler enabler/disable...
2024-07-12  Mathieu DesnoyersIntroduce backward compatibility protocol for error...
2024-07-12  Mathieu DesnoyersCleanup: combine duplicated communication error handling
2024-07-12  Mathieu DesnoyersFix communication protocol: ensure extensibility of...
2024-07-12  Mathieu DesnoyersImplement extensible LTTNG_UST_ABI_COUNTER_EVENT protoc...
2024-07-12  Mathieu DesnoyersImplement Trace Hit Counters
2024-07-12  Mathieu DesnoyersTemporarily Revert "Introduce sync vs unsync enablers"
2024-05-09  Mathieu Desnoyersust-fd: Add close_range declaration
2024-04-19  Mathieu DesnoyersAdd close_range wrapper to liblttng-ust-fd.so
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-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-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-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-01-13  Jérémie Galarneauust-ctl: allow runtime version checks
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-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 JeansonClarify terminolgy around cpu ids and array length
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-05-18  Jonathan RajotteFix: statedump: invalid read during iter_end
2022-04-01  Mathieu DesnoyersFix: bytecode interpreter context_get_index() leaves...
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-24  Michael JeansonAdd a Log4j 2.x Java agent
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...
next
This page took 0.046396 seconds and 7 git commands to generate.