Move compat macros in 'lttng/align.h' to a private header
[lttng-ust.git] / include /
2021-03-02  Michael JeansonMove compat macros in 'lttng/align.h' to a private...
2021-03-02  Michael JeansonMake 'lttng/bitmap.h' a private header
2021-03-02  Michael JeansonHide private ust-comm.h symbols
2021-03-02  Michael JeansonHide private ust-snprintf.h symbols
2021-03-02  Michael JeansonHide private share.h symbols
2021-03-02  Michael JeansonHide private ust-dynamic-type.h symbols
2021-03-02  Michael JeansonDocument why context provider is ABI without a public...
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-02-26  Michael JeansonMove to kernel style SPDX license identifiers
2021-02-24  Mathieu DesnoyersFix: Use unix socket peercred for pid, uid, gid credentials
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 'ustcomm_recv_*' 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-01-20  Mathieu DesnoyersFix: Use default visibility for tracepoint provider...
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-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: event notifier: notification send should be a...
2020-12-10  Christophe BedardFix: ust-tracepoint: make sure to expand tracepoint...
2020-12-07  Michael Jeansoncleanup: use <sys/syscall.h>
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
2020-11-27  Francis DeslauriersBump LTTNG_UST_EVENT_NOTIFIER_PADDING to 32 bytes
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 DeslauriersAdd `interpreter_funcs` to `lttng_bytecode_runtime`
2020-11-26  Francis Deslauriersbytecode: rename `lttng_filter_sync_state()` -> `lttng_...
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 DeslauriersImplement event notifier
2020-11-26  Francis DeslauriersAdd token to `struct lttng_ust_event`
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-10-16  Michael JeansonNamespace lttng/align.h macros
2020-10-15  Michael JeansonCleanup: standardise include path
2020-10-14  Michael Jeansonport: include limits.h first for CHAR_BIT
2020-10-14  Michael Jeansonport: fix endian and byteswap compat on FreeBSD
2020-10-14  Michael Jeansonport: Silence macro redefinition warnings on FreeBSD
2020-07-07  Michael JeansonAdd userspace time namespace context
2020-06-30  Michael JeansonFix: support compile units including 'sys/sdt.h' withou...
2020-05-11  Francis Deslauriersdoc: Explain `struct lttng_bytecode_runtime` layout...
2020-04-27  Mathieu DesnoyersFix: use underlying types for array and sequence assertion
2020-04-24  Francis DeslauriersAdd compile time assertion that array and sequence...
2020-04-24  Francis DeslauriersImplement compile time assertion macro wrapper
2020-04-20  Mathieu Desnoyersust-compiler.h: Allocate compound literals on heap...
2020-04-15  Mathieu DesnoyersBump LTTNG_UST_ABI version from 8.1 to 9.0
2020-04-15  Mathieu Desnoyerstracepoint: Refactor representation of nested types
2020-04-15  Mathieu DesnoyersRemove has_strcpy check following probe provider versio...
2020-04-15  Mathieu DesnoyersBump LTTNG_UST_PROVIDER_MAJOR from 1 to 2
2020-04-15  Mathieu Desnoyersust-compiler.h: Implement __LTTNG_COMPOUND_LITERAL
2020-03-20  Francis DeslauriersRecord event as soon as one filters evaluates to TRUE
2020-03-19  Francis DeslauriersCleanup: ust-tracepoint-event.h: extract `__num_fields...
2020-03-04  Maxime Roussin-Bel... Introduce vtracelog
2020-03-04  Maxime Roussin-Bel... Introduce vtracef
2020-02-18  Mathieu DesnoyersFix: tracepoint.h: Disable address sanitizer on pointer...
2020-02-17  Francis DeslauriersCleanup: remove trailing white spaces across project
2020-02-13  Francis DeslauriersCleanup: remove unused `lttng_bytecode_runtime::event...
2020-02-13  Francis DeslauriersDocs: explain why unused `lttng_enabler::ctx` is kept...
2020-02-13  Francis DeslauriersCleanup: move unused function to deprecated symbol...
2020-02-13  Francis DeslauriersCleanup: remove unused `__check_ust_safe_fmt()` function
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2019-12-20  Mathieu DesnoyersBump LTTNG_UST_ABI_MINOR_VERSION to 1
2019-11-01  Jonathan RajotteAdd procname to lttng_ust_statedump information
2019-10-18  Michael JeansonAdd userspace vuid/vgid contexts
2019-10-18  Michael JeansonAdd userspace namespace contexts
2019-10-11  Mathieu DesnoyersRevert "Fix: fd tracker: do not allow signal handlers...
2019-10-07  Mathieu DesnoyersFix: fd tracker: do not allow signal handlers to close...
2019-08-26  Mathieu Desnoyersustctl: Implement ring buffer clear
2019-08-20  Simon MarchiMake bitfield.h C++-friendly
2019-07-04  Jonathan RajotteFix: do not use diagnostic pragma when GCC version...
2019-07-04  Jonathan RajotteFix: missing define when not building with gcc
2019-06-03  Michael JeansonFix: namespace our gettid wrapper
2019-05-17  Mathieu DesnoyersCleanup: bitfields: streamline use of underscores
2019-05-17  Mathieu DesnoyersSilence compiler "always false comparison" warning
2019-05-17  Mathieu DesnoyersFix: bitfield: shift undefined/implementation defined...
2019-04-30  Mathieu DesnoyersFix: timestamp_end field should include all events...
2019-04-10  Mathieu Desnoyersust-ctl API: clarify getter usage requirements
2019-03-26  Mathieu DesnoyersAdd LTTNG_PACKED ifdefs to validate that it is defined
2018-12-12  Mathieu DesnoyersAdapt lttng-ust to use multiflavor symbols from liburcu...
2018-09-27  Mathieu DesnoyersFix: check for event class/instance prototype mismatch
2018-09-07  Mathieu DesnoyersFix: reset procname on fork in child process
2018-09-05  Francis DeslauriersMove symbol preventing unloading of probe providers
next
This page took 0.039464 seconds and 7 git commands to generate.