Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / include / lttng / ust-events.h
2024-01-10  Michael Jeansoninclude: implement REUSE with SPDX identifiers
2021-05-06  Mathieu DesnoyersAdd probe descriptor field to enum and event class
2021-05-06  Mathieu DesnoyersRefactoring: tracepoint: allow explicit tracepoint...
2021-04-24  Mathieu Desnoyerssequence type: use previous field for length if length_...
2021-04-22  Mathieu DesnoyersAPI refactoring: introduce probe context
2021-04-22  Michael JeansonTracepoint API namespacing ust-endian
2021-04-19  Mathieu Desnoyersust-events.h API const-ness
2021-04-15  Mathieu DesnoyersRename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
2021-04-15  Mathieu DesnoyersRename __LTTNG_COMPOUND_LITERAL to LTTNG_UST_COMPOUND_L...
2021-04-15  Mathieu Desnoyersnotification_send callback takes const event_notifier...
2021-04-15  Mathieu Desnoyersrun_filter callback takes const event parameter
2021-04-12  Mathieu DesnoyersDocument nested type alignment field
2021-04-06  Mathieu DesnoyersRefactoring: add back constness of public API structures
2021-03-30  Mathieu DesnoyersRefactoring: hide internal fields of ring buffer context
2021-03-29  Michael JeansonNamespace 'lttng_alignof' to 'lttng_ust_rb_alignof'
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 DesnoyersFix: truncation of text array and sequences by NULL...
2021-03-23  Mathieu DesnoyersRename struct lttng_ust_channel_ops to struct lttng_ust...
2021-03-23  Mathieu DesnoyersABI refactoring: sequence and array of text: copy input...
2021-03-19  Mathieu DesnoyersRefactoring and fix: bytecode ABI
2021-03-19  Mathieu DesnoyersRefactoring: bytecode interpreter ABI
2021-03-18  Mathieu DesnoyersMove event context to private structures
2021-03-18  Mathieu DesnoyersMove channel context to private structures
2021-03-18  Mathieu DesnoyersRefactoring: Channel structures
2021-03-18  Michael JeansonRemove the LTTNG_PACKED macro
2021-03-17  Mathieu DesnoyersNamespace enum lttng_ust_bytecode_interpreter_ret flags...
2021-03-17  Mathieu DesnoyersNamespace _float_mant_dig with lttng_ust_ prefix
2021-03-17  Mathieu DesnoyersNamespace enumeration structures/enum with lttng_ust_...
2021-03-17  Mathieu DesnoyersRefactoring: UST types public interfaces
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_ust_channel_ops
2021-03-16  Mathieu DesnoyersHide forward declaration of struct lttng_event_notifier...
2021-03-16  Mathieu DesnoyersNamepace struct lttng_session with lttng_ust_ prefix
2021-03-16  Mathieu DesnoyersCleanup: public type macros coding style
2021-03-16  Mathieu DesnoyersCleanup: Add whitelines after struct_size fields
2021-03-16  Mathieu DesnoyersRefactoring: context structures
2021-03-16  Michael JeansonNamespace 'struct channel' under 'lttng_ust_lib_ring_bu...
2021-03-16  Michael JeansonMove context types to private header
2021-03-16  Michael JeansonMove lttng_ust_dl_update to private ABI
2021-03-16  Michael JeansonNamespace private ABI lttng_transport_find symbol
2021-03-16  Michael JeansonHide private lttng_session_active symbol
2021-03-16  Michael JeansonNamespace lttng_context_procname_reset public symbol
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_stack_ctx
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_bytecode_runtime
2021-03-16  Mathieu DesnoyersMove hash tables to internal header
2021-03-16  Mathieu DesnoyersCleanup: add whiteline after struct_size field
2021-03-16  Mathieu DesnoyersMove struct lttng_counter_ops to internal header
2021-03-16  Mathieu DesnoyersMove struct lttng_enum to internal header
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_channel_ops
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_enum_desc and lttng_enum_entry
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_event_field
2021-03-15  Mathieu DesnoyersRefactoring: struct lttng_event_desc and lttng_probe_desc
2021-03-15  Mathieu DesnoyersDocument public event and session structures
2021-03-15  Mathieu DesnoyersDocument public event structures
2021-03-15  Mathieu DesnoyersRefactoring: combine event recorder and notifier callba...
2021-03-15  Mathieu DesnoyersIntroduce event type field in common structure
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-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-09  Michael JeansonDrop unused typedef t_statedump_func_ptr from API
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 JeansonRemove forward decl for unused 'struct lttng_ust_contex...
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 ring buffer client callbacks from public headers
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-02-26  Michael JeansonMove to kernel style SPDX license identifiers
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  Mathieu DesnoyersRemove unused deprecated and backward compatibility...
2021-02-24  Mathieu DesnoyersCleanup: Remove deprecated symbols following soname...
2020-12-10  Mathieu DesnoyersFix: event notifier: notification send should be a...
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
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 DeslauriersImplement event notifier
next
This page took 0.041878 seconds and 6 git commands to generate.