fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[lttng-ust.git] / include /
2021-04-19  Michael JeansonInitialize liblttng-ust-common in dependent libraries
2021-04-16  Mathieu Desnoyerstracepoint: validate provider/event name length with...
2021-04-15  Mathieu DesnoyersRename ringbuffer-context.h to ust-ringbuffer-context.h
2021-04-15  Mathieu DesnoyersRename LTTNG_ALLOCATE_COMPOUND_LITERAL_ON_HEAP to add...
2021-04-15  Mathieu DesnoyersRename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
2021-04-15  Mathieu DesnoyersRemove unused ringbuffer-abi.h public header
2021-04-15  Mathieu Desnoyerstracepoint: namespace systemtap UST macros with LTTNG_U...
2021-04-15  Mathieu DesnoyersRename LTTNG_TP_EXTERN_C to LTTNG_UST_TP_EXTERN_C
2021-04-15  Mathieu DesnoyersRename __LTTNG_COMPOUND_LITERAL to LTTNG_UST_COMPOUND_L...
2021-04-15  Mathieu Desnoyerslttng_ust_static_assert: remove extra semicolons
2021-04-15  Mathieu DesnoyersNamespace tracepoint probes init/exit under lttng_ust_
2021-04-15  Mathieu DesnoyersNamespace lttng_static_assert to lttng_ust_static_assert
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-09  Michael JeansonMove internal headers to 'src/' dir
2021-04-06  Mathieu DesnoyersRemove TRACEPOINT_INCLUDE_FILE undef
2021-04-06  Mathieu DesnoyersRemove TRACEPOINT_INCLUDE_FILE macro
2021-04-06  Mathieu DesnoyersCleanup: Unaligned vs aligned ring buffer access comment
2021-04-06  Mathieu DesnoyersUpdate unaligned vs aligned ring buffer access comment
2021-04-06  Mathieu DesnoyersRefactoring: add back constness of public API structures
2021-04-01  Michael JeansonAdd 'ctf_unused' tracepoint field type
2021-04-01  Michael Jeansoncleanup: explicitly mark unused parameters (-Wunused...
2021-03-31  Michael Jeansoncleanup: function attribute 'always_inline'
2021-03-31  Michael Jeansoncleanup: function attribute 'hidden'
2021-03-31  Michael Jeansoncleanup: function attribute 'no_instrument_function'
2021-03-31  Michael Jeansoncleanup: function attribute 'destructor'
2021-03-31  Michael Jeansoncleanup: function attribute 'constructor'
2021-03-31  Michael Jeansoncleanup: function attribute 'unused'
2021-03-30  Michael Jeansoncleanup: function attribute 'format'
2021-03-30  Mathieu DesnoyersNew API: lttng_ust_init_thread() for async-signal tracing
2021-03-30  Mathieu DesnoyersRefactoring: hide internal fields of ring buffer context
2021-03-29  Michael Jeansonfix: add format attribute to relevant functions (-Wsugg...
2021-03-29  Michael Jeansonfix: shadowed local variable in macros (-Wshadow)
2021-03-29  Michael JeansonAdd a C++ version of lttng_ust_is_signed_type
2021-03-29  Michael Jeansonfix: int8_t is not considered an integer
2021-03-29  Michael JeansonRe-implement lttng_ust_strerr
2021-03-29  Michael JeansonNamespace 'lttng_alignof' to 'lttng_ust_rb_alignof'
2021-03-29  Michael JeansonNamespace remaining symbols in lttng/ringbuffer-context.h
2021-03-29  Michael JeansonIntroduce SONAME defines
2021-03-29  Michael JeansonNamespace ust-fork symbols
2021-03-29  Michael JeansonNamespace RING_BUFFER_ALIGN macros
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 DesnoyersRemove handle field from ring buffer context
2021-03-26  Mathieu Desnoyersring buffer context: cpu number becomes an output of...
2021-03-26  Mathieu DesnoyersFix: truncation of text array and sequences by NULL...
2021-03-25  Mathieu Desnoyerscompiler warning cleanup: is_signed_type: compare ...
2021-03-23  Mathieu DesnoyersRename struct lttng_ust_channel_ops to struct lttng_ust...
2021-03-23  Mathieu Desnoyersclock override: introduce getter API for lttng tools
2021-03-23  Mathieu Desnoyersust-abi: add missing lttng_ust_abi prefixes
2021-03-23  Mathieu DesnoyersABI refactoring: sequence and array of text: copy input...
2021-03-23  Michael Jeansonconfigure: centralize version information
2021-03-22  Michael JeansonCentralize arch detection in a public header
2021-03-22  Michael JeansonSet the default ust constructor timeout in the headers
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  Michael JeansonMove public tracepoint definition headers to 'lttng/tp'
2021-03-17  Michael JeansonNamespace lttng/align.h as lttng/ust-align.h
2021-03-17  Michael JeansonNamespace lttng/bug.h as lttng/ust-bug.h
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 Desnoyersust-elf.h should be private, with public symbols
2021-03-17  Mathieu Desnoyerscounter-config.h should be private
2021-03-17  Mathieu DesnoyersAdd missing ringbuffer-context.h
2021-03-17  Mathieu DesnoyersRefactoring: Privatize ring buffer config header
2021-03-17  Mathieu DesnoyersRefactoring: Introduce extensibility scheme for tracepo...
2021-03-17  Mathieu DesnoyersRefactoring: UST types public interfaces
2021-03-17  Mathieu DesnoyersRefactoring: remove struct_size from struct lttng_ust_c...
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 Jeansoncleanup: add comments to lttng/ust-endian.h
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  Michael JeansonRemove LTTNG_HIDDEN macro
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
next
This page took 0.046059 seconds and 7 git commands to generate.