Refactor struct lttng_ust_lib_ring_buffer_ctx
[lttng-ust.git] / liblttng-ust /
2021-03-15  Mathieu DesnoyersRefactor struct lttng_ust_lib_ring_buffer_ctx
2021-03-15  Mathieu DesnoyersCombine common recorder/notifier functions to lttng_fre...
2021-03-12  Mathieu DesnoyersRename struct lttng_event_notifier to struct lttng_ust_...
2021-03-12  Mathieu DesnoyersRefactoring: namespace ust-abi.h content under regular...
2021-03-12  Mathieu DesnoyersRefactor event notifier structure
2021-03-12  Mathieu DesnoyersRename struct lttng_event_common to struct lttng_ust_ev...
2021-03-12  Mathieu DesnoyersRename struct lttng_event to struct lttng_ust_event_rec...
2021-03-12  Mathieu DesnoyersIntroduce common event structure
2021-03-12  Mathieu DesnoyersFix: bytecode linker: iteration on wrong list head
2021-03-11  Mathieu DesnoyersRemove array, sequence, enum, struct legacy types
2021-03-11  Mathieu DesnoyersAdd structure size field to struct lttng_session
2021-03-11  Mathieu DesnoyersAdd structure size field to struct lttng_event
2021-03-11  Mathieu DesnoyersRefactoring: introduce session private structure
2021-03-11  Mathieu DesnoyersRefactoring: introduce bytecode runtime private structure
2021-03-11  Mathieu DesnoyersRefactoring: introduce event private structure
2021-03-11  Michael JeansonNamespace tracepoint_init and tracepoint_exit
2021-03-11  Michael JeansonRemove lttng_ust_synchronize_trace public symbol
2021-03-10  Michael JeansonHide remaining tracer core private symbols
2021-03-10  Michael JeansonExpose liblttng-libc-wrapper malloc ctor in public...
2021-03-10  Michael JeansonHide private context utils symbols
2021-03-10  Michael JeansonHide tls fixup private symbols
2021-03-10  Michael JeansonHide ust_lock private symbols
2021-03-10  Michael JeansonHide strutils private symbols
2021-03-10  Michael JeansonHide lttng_ust_statedump private symbols
2021-03-10  Michael JeansonHide print_op private symbol
2021-03-10  Michael JeansonHide lttng_ust_getenv private symbols
2021-03-08  Michael JeansonMove ust-events.h private structs to internal
2021-03-08  Michael JeansonMove ust-events.h private functions to internal
2021-03-08  Michael JeansonMove 'struct lttng_enabler' to private headers
2021-03-08  Michael JeansonMove 'enum lttng_client_types' to private headers
2021-03-08  Michael JeansonMove context symbols to private header
2021-03-08  Michael JeansonRemove leftover symbols from liburcu-bp compat
2021-03-08  Mathieu DesnoyersRemove unused ring buffer client callbacks symbols
2021-03-04  Michael JeansonMove lttng_ust_fixup_fd_tracker_tls to private header
2021-03-04  Michael JeansonMove perf counter symbols to private header
2021-03-02  Michael JeansonHide private usterr-signal-safe.h symbols
2021-03-02  Michael JeansonMove internal elf macros to a private header
2021-03-02  Michael JeansonMove compat macros in 'lttng/align.h' to a private...
2021-03-02  Michael JeansonHide private share.h symbols
2021-03-02  Michael JeansonUse 'ust-' prefix for all global private headers
2021-03-02  Michael JeansonMove private headers out of 'lttng/' public header dir
2021-03-01  Jonathan RajotteFix: lttng_event_notifier_group_error_counter_cmd does...
2021-02-26  Michael JeansonMove to kernel style SPDX license identifiers
2021-02-25  Mathieu DesnoyersFix: "Cleanup: clarify bytecode ownership"
2021-02-24  Michael JeansonMove and hide new 'lttng_ust_counter_create' private...
2021-02-24  Michael JeansonMove and hide new time_ns private symbols
2021-02-24  Michael JeansonMove and hide new 'lttng_counter_transport_*' private...
2021-02-24  Michael JeansonHide new 'lttng_counter_client_percpu_*' private symbols
2021-02-24  Michael JeansonHide new 'lttng_ust_lfht_*' private symbols
2021-02-24  Michael JeansonHide new 'lttng_release_event_notifier_group_error_coun...
2021-02-24  Michael JeansonHide new 'lttng_fixup_time_ns_tls' private symbol
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  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 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
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-15  Francis Deslauriersevent-notifier: Initialize `_notifier_notification...
2020-12-11  Mathieu DesnoyersCleanup: ust-abi: BITNESS_{32,64}BITS -> BITNESS_{32,64}
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-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-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-26  Mathieu DesnoyersFix: memory leak in apply_context_reloc
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 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
next
This page took 0.052789 seconds and 7 git commands to generate.