Version 2.13.3
[lttng-ust.git] / ChangeLog
1 2022-06-03 (National Repeat Day) (National Repeat Day) lttng-ust 2.13.3
2 * Document ust lock async-signal-safety
3 * Fix: don't use strerror() from ust lock nocheck
4 * Fix: remove non-async-signal-safe fflush from ERR()
5 * Fix: Pointers are rejected by integer element compile time assertion for array and sequence
6 * Fix: statedump: invalid read during iter_end
7 * Fix: bytecode interpreter context_get_index() leaves byte order uninitialized
8
9 2022-03-25 (National Waffle Day) lttng-ust 2.13.2
10 * fix: __STDC_VERSION__ can be undefined in C++
11 * Fix: sample discarded events count before reserve
12 * Fix: ring buffer event counter
13 * Fix: concurrent exec(2) file descriptor leak
14 * Add 'domain' parameter to the Log4j 2.x agent
15 * fix: Convert custom loglevels in Log4j 2.x agent
16 * fix: coverity reported null returns in Log4j2 agent
17 * Add a Log4j 2.x Java agent
18 * Fix: may be used uninitialized on powerpc
19 * Revert "Fix: ustcomm: serialize variant_nestable type"
20 * Fix: ustcomm: serialize variant_nestable type
21 * Fix: doc/examples/java-log4j: fix paths to directories
22 * Fix: doc/examples/java-jul: fix paths to directories
23 * Copyright ownership transfer
24
25 2021-12-10 (Lost and Found Day) lttng-ust 2.13.1
26 * Fix: ust-compiler: constructor/destructor build on g++ 4.8
27 * ust-compiler: constructor/destructor whitespaces layout and macro dependency
28 * Fix: ust-cancelstate: include string.h for strerror
29 * Fix: libnuma is prepended to LIBS
30 * fix: Allow disabling some abi compat tests
31 * Fix: generate probe registration constructor as a C++ constuctor
32 * Fix: nestable pthread cancelstate
33 * Fix: abort on decrement_sem_count during concurrent tracing start and teardown
34 * fix: allocating C++ compound literal on heap with Clang
35 * Check for C++11 when building C++ probe providers
36 * fix: liblttng-ust-fd async-signal-safe close()
37 * tracepoints: print debug message when lttng-ust-tracepoint.so is not found
38 * Fix: static_assert unavailable with glibc < 2.16
39 * Fix: combined tracing of lttng-ust 2.12/2.13 generates corrupted traces
40 * doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable
41 * fix: remove autoconf features default value in help message
42 * Set git-review branch to stable-2.13
43 * Fix: add extern "C" to two header files
44
45 2021-08-02 (Ice Cream Sandwich Day) lttng-ust 2.13.0
46 * No change
47
48 2021-07-16 (World Snake Day) lttng-ust 2.13.0-rc3
49 * Documentation: clarify API backward compatibility comment
50 * doc/man: only mention `-llttng-ust-common` in synopses (conditionally)
51 * doc/man: remove vtracef() and vtracelog() manual pages
52 * Remove vtracelog and vtracef from v0 compat API
53
54 2021-05-14 (National Dance Like a Chicken Day) lttng-ust 2.13.0-rc2
55 * Fix: ustcomm: application name uses the '-ust'-suffixed thread name
56 * Add abi0 conflict tests
57 * Detect unsupported use of .so.0 and .so.1 libraries within same process
58 * Add critical log level
59 * Fix: shutdown communication socket on -EINVAL
60 * Fix: lttng-ust control protocol handling of variable length command data
61 * ustcomm: implement shutdown API
62 * Fix: add missing fields in struct lttng_ust_abi_channel_config
63 * Fix: liblttng-ust-ctl: keep using lttng-ust-sock-8 and lttng-ust-wait-8 filenames
64 * liblttng-ust-ctl: Implement SIGBUS handling
65 * Fix: Java application context: pass application context argument to callbacks
66 * Fix: java application context segmentation fault
67 * Add api0 compile tests
68 * Move current compile tests to 'api1'
69 * fix: namespacing of 'tp_rcu_read_lock'
70 * Validate provider version for event enum field types
71 * Validate provider version for event class
72 * Add probe descriptor field to enum and event class
73 * Refactoring: tracepoint: allow explicit tracepoint instance provider name
74 * Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime
75 * Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private
76
77 2021-04-23 (National Take a Chance (on me ?) Day) lttng-ust 2.13.0-rc1
78 * Set the 2.13 release codename and description
79 * sequence type: use previous field for length if length_name is NULL
80 * tracepoint: Declare tracepoint module register/unregister API
81 * configure: fix printing a description containing a comma
82 * Rename lttng_ust_tracepoint_(un)register_lib
83 * Rename lttng_ust_tracepoint_probe_(un)register
84 * Move pkgconfig file to 'src/lib/'
85 * Move the ringbuffer and counter clients to 'src/common/'
86 * Move the getcpu plugin implementation to liblttn-ust-common
87 * Move the clock plugin implementation to liblttng-ust-common
88 * Make futex compat internal to liblttng-ust
89 * Move dynamic-type to libcommon
90 * Move lttng_ust_enum_get_from_desc to libcommon
91 * Move lttng_ust_strerror to liblttng-ust
92 * Expose a common alloc_tls for liblttng-ust-common
93 * Rename all 'fixup_tls' functions to 'alloc_tls'
94 * Hide symbols that shouldn't be part of the ABI
95 * Hide internal tracepoint and providers data symbols
96 * tracepoint: introduce macros to hide tracepoint/provider symbols
97 * Namespace liblttng-ust-ctl symbols
98 * Prefix public header include guards with LTTNG_UST_
99 * fix: missing prefix LTTNG_UST_ for FLOAT_WORD_ORDER on FreeBSD
100 * Cleanup: probe function: use __ prefixed identifiers for local variables
101 * API refactoring: introduce probe context
102 * Fix: move compat macros for tracepoint probes to ust-tracepoint-event.h
103 * Remove unused tp_list_for_each_entry_rcu
104 * Tracepoint API namespacing ctf_enum
105 * Tracepoint API namespacing ctf_unused
106 * Tracepoint API namespacing ctf_string
107 * Tracepoint API namespacing ctf_sequence
108 * Tracepoint API namespacing ctf_array
109 * Tracepoint API namespacing ctf_float
110 * Tracepoint API namespacing ctf_integer
111 * Tracepoint API namespacing tracepoint-rcu
112 * Tracepoint API namespacing ust-endian
113 * Tracepoint API namespacing tracelog
114 * Tracepoint API namespacing tracef
115 * Tracepoint API namespacing '__lttng_ust_events_exit'
116 * Tracepoint API namespacing '__lttng_ust_events_init'
117 * Tracepoint API namespacing '__lttng_ust_probe_register_cookie'
118 * Tracepoint API namespacing '__probe_register'
119 * Tracepoint API namespacing '__probe_desc'
120 * Tracepoint API namespacing '_TP_EXTRACT_STRING'
121 * Tracepoint API namespacing '__get_dynamic_len'
122 * Tracepoint API namespacing 'TP_IP_PARAM'
123 * Tracepoint API namespacing 'TP_SESSION_CHECK'
124 * Tracepoint API namespacing '__tp_stringify'
125 * Tracepoint API namespacing '__event_'
126 * Tracepoint API namespacing '_tp_max_t'
127 * Tracepoint API namespacing '_TP_ARRAY_SIZE'
128 * Tracepoint API namespacing '__LTTNG_UST_NULL_STRING'
129 * Tracepoint API namespacing 'TP_ENUM_VALUES'
130 * Tracepoint API namespacing 'TRACEPOINT_PROVIDER'
131 * Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
132 * Tracepoint API namespacing 'TRACEPOINT_HEADER_MULTI_READ'
133 * Tracepoint API namespacing 'TRACEPOINT_CREATE_PROBES'
134 * Tracepoint API namespacing 'TRACEPOINT_MODEL_EMF_URI'
135 * Tracepoint API namespacing 'TRACEPOINT_LOGLEVEL'
136 * Tracepoint API namespacing 'TRACEPOINT_ENUM'
137 * Tracepoint API namespacing 'TRACEPOINT_DEFINE'
138 * Tracepoint API namespacing 'tracepoint_(un)register'
139 * Tracepoint API namespacing '__tp_provider' and '__tp_name'
140 * Tracepoint API namespacing 'TRACEPOINT_PROBE_DYNAMIC_LINKAGE'
141 * Tracepoint API namespacing ctor, dtor and sections
142 * Tracepoint API namespacing '_TP_NARGS'
143 * Tracepoint API namespacing '_TP_EXPROTO'
144 * Tracepoint API namespacing '_TP_EXDATA'
145 * Tracepoint API namespacing '_TP_EXVAR'
146 * Tracepoint API namespacing '_TP_COMBINE_TOKENS'
147 * Tracepoint API namespacing 'LTTNG_UST_SDT'
148 * Tracepoint API namespacing '__tracepoint_'
149 * Tracepoint API namespacing 'tracepoint_destructors_syms'
150 * Tracepoint API namespacing 'tracepoint_dlopen'
151 * Tracepoint API namespacing 'TRACEPOINT_EVENT'
152 * Tracepoint API namespacing 'TP_FIELDS'
153 * Tracepoint API namespacing 'TP_ARGS'
154 * Introduce API compatibility macros
155 * tracepoint: split provider and event name
156 * lttng-gen-tp: no linker flags when compiling .o
157 * Fix warnings on FreeBSD
158 * Add glibc gettid to wrapper
159 * ust-events.h API const-ness
160 * Hide lttng_ust_elf symbols
161 * Disable strict-aliasing globally
162 * configure: enable extended compiler warnings
163 * Fix warnings on non-x86_64 systems
164 * Remove -Wsystem-headers from tests
165 * Initialize liblttng-ust-common in dependent libraries
166 * Internal logging lazy-initialization
167 * getenv: make getenv helper init state mt-safe
168 * Remove duplicated 'smp' code
169 * Move liblttng-ust-pthread-wrapper to 'src/lib/'
170 * tracepoint: validate provider/event name length with static assert
171 * Rename ringbuffer-context.h to ust-ringbuffer-context.h
172 * Rename LTTNG_ALLOCATE_COMPOUND_LITERAL_ON_HEAP to add LTTNG_UST_ prefix
173 * Rename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
174 * Remove unused ringbuffer-abi.h public header
175 * tracepoint: namespace systemtap UST macros with LTTNG_UST_ prefix
176 * Rename LTTNG_TP_EXTERN_C to LTTNG_UST_TP_EXTERN_C
177 * Rename __LTTNG_COMPOUND_LITERAL to LTTNG_UST_COMPOUND_LITERAL
178 * lttng_ust_static_assert: remove extra semicolons
179 * Fix: statedump init/exit namespacing
180 * Namespace tracepoint probes init/exit under lttng_ust_
181 * Namespace lttng_static_assert to lttng_ust_static_assert
182 * notification_send callback takes const event_notifier parameter
183 * run_filter callback takes const event parameter
184 * Fix: perform lazy initialization of getenv common lib
185 * fix: remove unused include wait.h
186 * Cleanup: use desc variable rather than deeply nested desc pointer
187 * cleanup: LTTNG_METADATA_TIMEOUT_MSEC defined twice
188 * Move liblttng-ust-tracepoint to 'src/lib/'
189 * Move liblttng-ust-common to 'src/lib/'
190 * Move string-utils.h to 'src/common/'
191 * Move ns.h to 'src/common/'
192 * Move lttng-hash-helper.h to 'src/common/'
193 * Move error.h to 'src/common/'
194 * Move jhash.h to 'src/common/'
195 * Move creds.h to 'src/common/'
196 * Move futex wrapper to 'common/compat/'
197 * Split ust-events-internal.h between common and liblttng-ust
198 * Move getenv to libcommon
199 * Move getcpu.h to 'lib/lttng-ust/'
200 * Split the common part of clock.h
201 * Move wait.h to 'src/common/'
202 * Rename internal ust_err to lttng_ust_logging
203 * Move liblttng-ust to 'src/lib/'
204 * cleanup: convenience libs at root of 'src/common/'
205 * Split and move compat.h to 'common/compat/'
206 * Move the mmap wrapper to 'common/compat/'
207 * Move libustcomm to 'src/common/'
208 * Move fd-tracker to liblttng-ust-common
209 * Move libringbuffer to 'src/common/'
210 * Move libcounter to 'src/common/'
211 * Move liblttng-ust-ctl to 'src/lib/'
212 * Move liblttng-ust-java* to 'src/lib/'
213 * Move liblttng-ust-dl to 'src/lib/'
214 * Move liblttng-ust-fd to 'src/lib/'
215 * Move liblttng-ust-cyg-profile to 'src/lib/'
216 * Move liblttng-ust-libc-wrapper to 'src/lib/'
217 * Move liblttng-ust-python-agent to 'src/lib/'
218 * Fix: event notifier group context leak
219 * Fix: perf counter context: leak event field structure
220 * Document nested type alignment field
221 * Move msgpack to libcommon
222 * Add an internal 'libcommon' for utils
223 * Move internal headers to 'src/' dir
224 * Add 'src' dir to global include path
225 * Move all sources to 'src/'
226 * Fix: pass private data to context callbacks
227 * Fix: app contexts: do not leak app context name, event field, context field
228 * Remove TRACEPOINT_INCLUDE_FILE undef
229 * Remove TRACEPOINT_INCLUDE_FILE macro
230 * Remove app context backward compatibility dead code
231 * Cleanup: Unaligned vs aligned ring buffer access comment
232 * Update unaligned vs aligned ring buffer access comment
233 * Refactoring: add back constness of public API structures
234 * Add 'ctf_unused' tracepoint field type
235 * cleanup: explicitly mark unused parameters (-Wunused-parameter)
236 * cleanup: rename template headers
237 * fix: string constants (-Wwrite-strings)
238 * fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
239 * cleanup: function attribute 'always_inline'
240 * cleanup: function attribute 'hidden'
241 * cleanup: function attribute 'no_instrument_function'
242 * cleanup: function attribute 'destructor'
243 * cleanup: function attribute 'constructor'
244 * cleanup: function attribute 'unused'
245 * tests: benchmark: improve benchmark scalability accuracy
246 * tests: benchmark: use cpu-bound workload, calculate average and std.dev.
247 * tests: improve benchmark script
248 * cleanup: function attribute 'format'
249 * Fix: liblttng-ust-ctl: missing ring buffer and counter clients init/exit symbols
250 * New API: lttng_ust_init_thread() for async-signal tracing
251 * fix: redundant decl of channel_destroy (-Wredundant-decls)
252 * Fix: tls-compat with hidden ring buffer context
253 * Fix: tls-compat with hidden ring buffer context
254 * Refactoring: hide internal fields of ring buffer context
255 * Move private ABI counter client symbols to dedicated header
256 * fix: add fallthrough annotations (-Wimplicit-fallthrough)
257 * fix: add format attribute to relevant functions (-Wsuggest-attribute=format)
258 * fix: use proper format specifiers in tests (-Wformat)
259 * fix: shadowed local variable in macros (-Wshadow)
260 * fix: size_t is unsigned, can't be negative
261 * Import libtap from babeltrace
262 * Add unit tests for utils macros
263 * Add a C++ version of lttng_ust_is_signed_type
264 * fix: int8_t is not considered an integer
265 * Add unit tests for lttng_ust_strerror
266 * Re-implement lttng_ust_strerr
267 * Namespace 'lttng_alignof' to 'lttng_ust_rb_alignof'
268 * Namespace remaining symbols in lttng/ringbuffer-context.h
269 * Python agent lib soname major bump
270 * Introduce SONAME defines
271 * Namespace ust-fork symbols
272 * Namespace RING_BUFFER_ALIGN macros
273 * cleanup: Remove redefinition of CHAR_BIT
274 * cleanup: Namespace public utils macros
275 * tracepoint probe refactoring: Move provider name to provider descriptor
276 * Refactoring: remove ring buffer channel pointer from struct lttng_ust_channel_buffer
277 * API cleanup: Remove handle from struct lttng_ust_channel_buffer
278 * Remove handle field from ring buffer context
279 * ring buffer context: cpu number becomes an output of reserve
280 * Fix: truncation of text array and sequences by NULL terminator
281 * Cleanup: use "char" type for padding
282 * compiler warning cleanup: is_signed_type: compare -1 to 1
283 * Rename struct lttng_ust_channel_ops to struct lttng_ust_channel_buffer_ops
284 * fix: Group Targets requires GNU Make >= 4.3
285 * clock override: introduce getter API for lttng tools
286 * ust-abi: add missing lttng_ust_abi prefixes
287 * fix: java detection is optional
288 * fix: use configured python when building the examples
289 * ABI refactoring: sequence and array of text: copy input as string
290 * cleanup: don't copy lttng-gen-tp in OOT builds
291 * configure: convert the remaining tab indent to spaces
292 * configure: regroup autoconf substituted variable
293 * configure: regroup automake conditionals
294 * configure: regroup C defines
295 * Introduce AE_FEATURE to manage configure features
296 * configure: regroup os and arch specific defaults
297 * configure: regroup library checks
298 * configure: regroup program checks
299 * configure: regroup C header checks
300 * configure: regroup and expand C compiler checks
301 * configure: Introduce macro ae_in_git_repo
302 * configure: centralize version information
303 * Use a single macro to configure CXX
304 * fix: use the configured cmake binary
305 * configure: standardize automake conditional names
306 * Centralize arch detection in a public header
307 * Set the default ust constructor timeout in the headers
308 * fix: don't override the project wide AM_CPPFLAGS
309 * Add basic shell tests script framework
310 * Simplify python agent build
311 * port: update pthread get/set name compat
312 * Fix: bytecode linker: validate event and field array/sequence encoding
313 * Validate match of all session channel's UUID
314 * Cleanup: Remove whiteline
315 * Cleanup: align private header comments
316 * Cleanup: remove old comments
317 * Refactoring and fix: bytecode ABI
318 * Bytecode: update documentation
319 * Refactoring: bytecode interpreter ABI
320 * Fix: java agent: migrate to new channel structures
321 * Move event context to private structures
322 * Move channel context to private structures
323 * Refactoring: Channel structures
324 * struct lttng_channel: split protocol ABI from instrumentation ABI
325 * Remove the LTTNG_PACKED macro
326 * Move public tracepoint definition headers to 'lttng/tp'
327 * Namespace lttng/align.h as lttng/ust-align.h
328 * Namespace lttng/bug.h as lttng/ust-bug.h
329 * Namespace enum lttng_ust_bytecode_interpreter_ret flags with lttng_ust_ prefix
330 * Namespace _float_mant_dig with lttng_ust_ prefix
331 * Namespace enumeration structures/enum with lttng_ust_ prefix
332 * ust-elf.h should be private, with public symbols
333 * counter-config.h should be private
334 * Fix: perf counters context: error handling on type allocation
335 * Fix: lttng_ust_destroy_type: add missing free() for compound types
336 * Fix: missing field name refactoring in java agent
337 * Fix: replace ringbuffer-config.h by ringbuffer-context.h include
338 * Add missing ringbuffer-context.h
339 * Refactoring: Privatize ring buffer config header
340 * Refactoring: Introduce extensibility scheme for tracepoint structures
341 * Clean-up: ustctl: adapt comment to use new ABI name
342 * Fix: ustctl: leak of event notifier data on communication error
343 * Refactoring: UST types public interfaces
344 * Refactoring: remove struct_size from struct lttng_ust_ctx_value
345 * Refactoring: struct lttng_ust_channel_ops
346 * Hide forward declaration of struct lttng_event_notifier_group
347 * Namepace struct lttng_session with lttng_ust_ prefix
348 * Cleanup: public type macros coding style
349 * Cleanup: Add whitelines after struct_size fields
350 * Refactoring: context structures
351 * cleanup: add comments to lttng/ust-endian.h
352 * Namespace 'struct channel' under 'lttng_ust_lib_ring_buffer_'
353 * Move context types to private header
354 * Move lttng_ust_dl_update to private ABI
355 * Namespace private ABI lttng_transport_find symbol
356 * Hide private lttng_session_active symbol
357 * Namespace lttng_context_procname_reset public symbol
358 * Remove LTTNG_HIDDEN macro
359 * Hide or namespace the remaining tracepoint internal symbols
360 * Refactoring: struct lttng_stack_ctx
361 * Refactoring: struct lttng_bytecode_runtime
362 * Move hash tables to internal header
363 * Cleanup: add whiteline after struct_size field
364 * Move struct lttng_counter_ops to internal header
365 * Move struct lttng_enum to internal header
366 * Refactoring: struct lttng_channel_ops
367 * Refactoring: struct lttng_enum_desc and lttng_enum_entry
368 * Refactoring: struct lttng_event_field
369 * Refactoring: struct lttng_event_desc and lttng_probe_desc
370 * Document public event and session structures
371 * Document public event structures
372 * Refactoring: combine event recorder and notifier callback functions
373 * Introduce event type field in common structure
374 * Refactor struct lttng_ust_lib_ring_buffer_ctx
375 * Combine common recorder/notifier functions to lttng_free_event_filter_runtime
376 * Rename struct lttng_event_notifier to struct lttng_ust_event_notifier
377 * Refactoring: namespace ust-abi.h content under regular prefix
378 * Refactor event notifier structure
379 * Rename struct lttng_event_common to struct lttng_ust_event_common
380 * Rename struct lttng_event to struct lttng_ust_event_recorder
381 * Introduce common event structure
382 * Fix: bytecode linker: iteration on wrong list head
383 * Fix: re-introduce basic type serialization functions
384 * Remove array, sequence, enum, struct legacy types
385 * Add structure size field to struct lttng_session
386 * Add structure size field to struct lttng_event
387 * Refactoring: introduce session private structure
388 * Refactoring: introduce bytecode runtime private structure
389 * Refactoring: introduce event private structure
390 * Namespace tracepoint_init and tracepoint_exit
391 * Remove lttng_ust_synchronize_trace public symbol
392 * Hide remaining tracer core private symbols
393 * Expose liblttng-libc-wrapper malloc ctor in public header
394 * Hide private context utils symbols
395 * Add missing doc/man/vtracelog.3 to gitignore
396 * tracef-tracelog-limitations.txt: take variadic variant into account
397 * tracef.3.txt/tracelog.3.txt: always take variadic variants into account
398 * doc/man/Makefile.am: handle vtracef(3) and vtracelog(3) correctly
399 * tracelog.3.txt: add `vtracelog` to the "NAME" section
400 * lttng-ust(3): reorganize the "Context information" section
401 * Hide tls fixup private symbols
402 * Hide ust_lock private symbols
403 * Hide strutils private symbols
404 * Hide lttng_ust_statedump private symbols
405 * Hide print_op private symbol
406 * Hide lttng_ust_getenv private symbols
407 * counter: shrink down number of dimensions to 4
408 * counters: add coalesce_hits to control API and protocol
409 * liblttng-ust-fd doesn't use the internal logging system
410 * Make 'lttng/ust-error.h' official API
411 * Drop unused typedef t_statedump_func_ptr from API
412 * README: lttng-ust does not depend on liburcu at runtime anymore
413 * Move ust-events.h private structs to internal
414 * Move ust-events.h private functions to internal
415 * Remove forward decl for unused 'struct lttng_ust_context_app'
416 * Move 'struct lttng_enabler' to private headers
417 * Move 'enum lttng_client_types' to private headers
418 * Move context symbols to private header
419 * Remove leftover symbols from liburcu-bp compat
420 * Remove unused ring buffer client callbacks symbols
421 * Remove ring buffer client callbacks from public headers
422 * Move lttng_ust_fixup_fd_tracker_tls to private header
423 * Move perf counter symbols to private header
424 * Bump liblttng-ust-ctl soname major to 5
425 * fix: trailing backslash in include/Makefile.am
426 * Document why the fd tracker is ABI without a public header
427 * Delete unused private header ust-ctl-private.h
428 * Hide private usterr-signal-safe.h symbols
429 * Move internal elf macros to a private header
430 * Move compat macros in 'lttng/align.h' to a private header
431 * Make 'lttng/bitmap.h' a private header
432 * Hide libringbuffer private symbols
433 * Hide private snprintf symbols
434 * Hide private ust-comm.h symbols
435 * Hide private ust-snprintf.h symbols
436 * Hide private share.h symbols
437 * Hide private ust-dynamic-type.h symbols
438 * Document why context provider is ABI without a public header
439 * Use 'ust-' prefix for all global private headers
440 * Move private headers out of 'lttng/' public header dir
441 * Fix: lttng_event_notifier_group_error_counter_cmd does not respect caller convention
442 * Move to kernel style SPDX license identifiers
443 * fix: unix socket peercred on FreeBSD
444 * Fix: uninitialized variable in lib_ring_buffer_channel_switch_timer_start
445 * Fix: "Cleanup: clarify bytecode ownership"
446 * Fix: Use unix socket peercred for pid, uid, gid credentials
447 * Move and hide new 'lttng_ust_counter_create' private symbol
448 * Move and hide new time_ns private symbols
449 * Move and hide new 'lttng_counter_transport_*' private symbols
450 * Hide new 'lttng_counter_client_percpu_*' private symbols
451 * Hide new 'ustcomm_recv_*' private symbols
452 * Hide new 'lttng_ust_lfht_*' private symbols
453 * Hide new 'lttng_release_event_notifier_group_error_counter' private symbol
454 * Hide new 'lttng_fixup_time_ns_tls' private symbol
455 * Hide new 'lttng_counter_*' private symbols
456 * Hide new 'lttng_ust_compat_futex_*' private symbols
457 * Hide new 'lttng_ust_context_set_event_notifier_group_provider' private symbol
458 * Hide new 'lttng_bytecode_*' private symbols
459 * Hide new 'lttng_context_init_all' private symbol
460 * Hide new 'lttng_counter_*' private symbols
461 * Hide mew 'lttng_msgpack_*' private symbols
462 * Hide new 'patient_writev' private symbol
463 * Remove unused deprecated and backward compatibility fields
464 * Remove backward compatibility for liburcu-bp
465 * Cleanup: Remove deprecated symbols following soname major version bump
466 * Bump soname major to 1
467 * Fix: memory and fd leaks in error counter
468 * Cleanup: clarify bytecode ownership
469 * Cleanup: clarify ownership of excluder
470 * Fix: event notifier group: fix fd leak on error
471 * Fix: stream fd leaks on error
472 * Fix: channel leak on error
473 * Fix: lttng_abi_map_channel should be static
474 * Fix: Use default visibility for tracepoint provider symbol
475 * Fix: configure: support Autoconf 2.70
476 * Fix: event notifier create protocol order issue
477 * Fix: lttng-ust 2.13 should not try to use notifiers from 2.12 or prior probes
478 * Fix: UST comm protocol: event notifier command is too large
479 * Fix: incorrect parameters passed to vtracelog
480 * event-notifier: Initialize `_notifier_notification` struct to zero
481 * Add tests/unit/libmsgpack/test_msgpack to gitignore
482 * ustctl.h: use enumeration values 0, 1 for bitness
483 * ust-abi: use 0, 1 for counter enumerations
484 * Cleanup: ust-abi: BITNESS_{32,64}BITS -> BITNESS_{32,64}
485 * Cleanup: use tabs in ust-abi.h
486 * Fix: add struct lttng_event_notifier forward declaration
487 * Fix: event notifier: notification send should be a callback
488 * Fix: ust-urcu: allow legacy applications without _LGPL_SOURCE
489 * Fix: ust-tracepoint: make sure to expand tracepoint provider token
490 * Fix: notifier: use store-release/load-acquire for error counter
491 * Fix: event-notifier: Groups may not have an error counter
492 * ustctl: Initialize counter_conf struct to zero
493 * cleanup: use <sys/syscall.h>
494 * port: fix futex_async wrapper namespacing on FreeBSD
495 * port: use ust-endian.h compat
496 * Fix: event-notifier: not propagating error counter indexes
497 * fix: undefined symbols for tracepoints in lgpl source
498 * Remove runtime dependency on liburcu shared objects
499 * Fix: handle default switch case with -EINVAL in __lttng_counter_add
500 * Bump LTTNG_UST_EVENT_NOTIFIER_PADDING to 32 bytes
501 * Fix: memory leak in apply_context_reloc
502 * Fix: libcounter bad compare
503 * Fix: remove dead code in msgpack.c
504 * Fix: counter: cast UINT*_MAX to 64-bit signed type before negative
505 * Fix: libcounter: use LTTNG_UST_ALIGN
506 * Fix: ust-abi: clarify which command is used on which object descriptor
507 * Implement event notifier error counter
508 * Implement libcounter
509 * Implement capturing payload on event notifiers
510 * bytecode: handle all integer types of dynamic contexts
511 * bytecode: initialize all contexts on event notifier group creation
512 * bytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type
513 * Generalize `lttng_enabler_link_bytecode()` bytecode list
514 * Cleanup: rename `_lttng_filter_link_bytecode()` -> `link_bytecode()`
515 * Add `interpreter_funcs` to `lttng_bytecode_runtime`
516 * bytecode: rename `lttng_filter_sync_state()` -> `lttng_bytecode_filter_sync_state()`
517 * Implement enum and sequence capture serialization functions
518 * Extract `handle_bytecode_recv()` function
519 * Rename filter bytecode types and files
520 * bytecode: generalize `struct lttng_ust_filter_bytecode_node`
521 * Cleanup: Rename filter functions/fields to mention "filter"
522 * Add `patient_writev()` function
523 * Add `libmsgpack` for serializing captures
524 * bytecode: allow interpreter to return any type
525 * bytecode: propagate `rev_bo` of element
526 * bytecode: set register type to `REG_PTR` even if not used
527 * Add `lttng_bytecode_interpret_format_output()` for top of stack extraction
528 * bytecode: add `REG_U64` interpreter register type
529 * Implement event notifier
530 * Add token to `struct lttng_ust_event`
531 * Create `_for_each` function to unregister probe providers
532 * Cleanup: extract function to borrow hashlist bucket
533 * Decouple `struct lttng_event` from filter code
534 * Cleanup: hide `lttng_ust_{filter_bytecode,excluder}_node`
535 * Abstract base `lttng_enabler` to support other types of enablers
536 * Rename `enum lttng_enabler_type` to `_format_type`
537 * Decouple `struct lttng_session` from filter code
538 * port: FreeBSD 12.2 added pthread_setname_np
539 * port: tests: Add a simple unit test for shm operations
540 * port: fsync(2) on a POSIX shm fd returns EINVAL on FreeBSD
541 * port: set shm size with ftruncate before writing
542 * fix: pass the detected CFLAGS to the C++ compiler
543 * Cleanup: silent rules are always available in automake >= 1.12
544 * Cleanup: Use pkg-config to detect liburcu
545 * tests: Move tap-driver.sh out of the autotools aux directory
546 * Enable autotools warnings as errors
547 * Cleanup: separate tests between 'unit' and 'compile'
548 * Cleanup: Bump autoconf required version to 2.69
549 * Cleanup: Remove obsolete and unused tests
550 * fix: pthread_setname_np tests to match compat behavior
551 * fix: pthread_setname_np fails on longer tread names
552 * Namespace lttng/align.h macros
553 * Fix: remove redefinition of _GNU_SOURCE
554 * Add pthread_setname_np tests
555 * port: fix pthread_setname_np integration
556 * Cleanup: standardise include path
557 * port: no libnuma on FreeBSD
558 * port: use /bin/sh in test_ust_elf
559 * port: fix typo 'lttng_ust_safe_closefrom' -> 'lttng_ust_safe_closefrom_fd'
560 * port: include limits.h first for CHAR_BIT
561 * port: fix endian and byteswap compat on FreeBSD
562 * port: Silence macro redefinition warnings on FreeBSD
563 * port: fix pthread autoconf detection to support FreeBSD
564 * Set version to 2.13-pre
565 * Fix: ustctl_release_object: eliminate double-close/free on error
566 * tests: return the proper TAP exit code
567 * Add userspace time namespace context
568 * Use libtool syntax in LDADD
569 * Add missing files to distribution
570 * Fix: python agent: 'time' has no attribute 'clock'
571 * Fix: libc-wrapper: undef temporary token rather than value
572 * Fix: support compile units including 'sys/sdt.h' without defining SDT_USE_VARIADIC
573 * Cleanup: have interpreter functions return _DISCARD instead of 0
574 * Cleanup: bytecode: typo: "s16" -> "u16"
575 * doc: Explain `struct lttng_bytecode_runtime` layout restrictions
576 * Fix: event probes attached before event enabled
577 * Fix: use underlying types for array and sequence assertion
578 * Add compile time assertion that array and sequence have integer elements
579 * Implement compile time assertion macro wrapper
580 * Fix: agent: read: end of loop condition should exclude 0
581 * fix: Java examples CLASSPATH override
582 * Add missing files to .gitignore
583 * fix: Add CLASSPATH to autoconf precious variables
584 * Fix: Java agent: close session daemon socket on error
585 * Java agent: Use inequality for read bound check
586 * Fix: Java agent: handle partial payload read
587 * Fix: incorrect field accounting for dynamic type
588 * ust-compiler.h: Allocate compound literals on heap with gcc <= 4.8
589 * Require C++11 for building probe providers with C++ compiler
590 * filter: bytecode already in the list should go before
591 * Bump LTTNG_UST_ABI version from 8.1 to 9.0
592 * tracepoint: Refactor representation of nested types
593 * Remove has_strcpy check following probe provider version bump
594 * Bump LTTNG_UST_PROVIDER_MAJOR from 1 to 2
595 * ust-compiler.h: Implement __LTTNG_COMPOUND_LITERAL
596 * Document dependency on liburcu >= 0.12
597 * configure: add check for DEFINE_URCU_TLS_INIT
598 * Cleanup: use DEFINE_URCU_TLS_INIT for all CONFIG_RCU_TLS configurations
599 * Fix: namespace contexts !CONFIG_RCU_TLS variable initialization
600 * Record event as soon as one filters evaluates to TRUE
601 * Cleanup: ust-tracepoint-event.h: extract `__num_fields` in a variable
602 * Fix: v.u.d might be uninitialized
603 * Fix: Add missing vtracelog demo to make dist
604 * Fix: Add missing vtracef demo to make dist
605 * Introduce vtracelog
606 * Introduce vtracef
607 * Fix: set FD_CLOEXEC on incoming FDs.
608 * Fix: tracepoint.h: Disable address sanitizer on pointer array section variables
609 * Fix: jhash.h: remove out-of-bound reads
610 * Fix: generation of man pages with multiple refnames
611 * Cleanup: remove trailing white spaces across project
612 * Fix: lttng-ust-comm.c: return number of fd rather size of array
613 * liblttng-ust-comm: move `_unlock_fd_tracker()` after `close()` on error paths
614 * Cleanup: liblttng-ust: change `int` flag to `bool`
615 * liblttng-ust: exit loop early on event enabler match
616 * Cleanup: remove redundant memory barrier
617 * Cleanup: remove unused `lttng_bytecode_runtime::event` field
618 * Docs: explain why unused `lttng_enabler::ctx` is kept around
619 * Cleanup: remove unused `lttng_free_enabler_filter_bytecode()` func
620 * Cleanup: move unused function to deprecated symbol list
621 * Cleanup: remove unused `__check_ust_safe_fmt()` function
622 * Cleanup: silence unused parameter `ps` warning
623 * Cleanup: apply `include-what-you-use` guideline for `close()`
624 * Cleanup: apply `include-what-you-use` guideline for `uint*_t`
625 * Cleanup: apply `include-what-you-use` guideline for `mbstate_t`
626 * Cleanup: apply `include-what-you-use` guideline for `fpos_t`
627 * Cleanup: apply `include-what-you-use` guideline for `size_t`
628 * Cleanup: typo: column -> colon
629 * Add git-review config
630
631 2020-02-05 (National Weatherperson's Day) lttng-ust 2.12.0-rc1
632 * Fix: build with -fno-common
633 * Bump LTTNG_UST_ABI_MINOR_VERSION to 1
634 * lttng-clear: stop tracing required
635 * doc: fix build failure due to wrong whitespace character
636 * doc: reformat long lines in doc/examples/Makefile.am
637 * doc: pass AR when building examples
638 * Require automake >= 1.12
639 * Add procname to lttng_ust_statedump information
640 * Docs: LTTNG-UST(3): missing references to some namespace man pages
641 * Set version to 2.12-pre
642 * Add pkgconfig support for liblttng-ust-ctl
643 * Fix: uninitialized variable in lib_ring_buffer_reserve_committed
644 * Fix: document proper liburcu version dependency
645 * Fix: Add missing files to distribution
646 * Add userspace vuid/vgid contexts
647 * Add userspace namespace contexts
648 * Fix: lttng perf counter deadlock
649 * Revert "Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs"
650 * Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs
651 * Fix: fd tracker: provide async-signal-safety for close wrapper
652 * Fix: Disable cancellation around fd tracker lock
653 * Fix: Lock FD tracker across fork
654 * doc/man: include build version in GitHub links
655 * Check if the AR environment variable exists for cross compilation
656 * ustctl: Implement ring buffer clear
657 * Make bitfield.h C++-friendly
658 * Fix: don't wait for initial statedump when 0 session active
659 * Fix: wait for initial statedump before proceeding to the main program
660 * Use MAP_POPULATE to reduce pagefault when available
661 * Fix: remove uninitialised value
662 * Fix: GCC unaligned pointer warnings
663 * Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0
664 * Fix: missing define when not building with gcc
665 * Fix: client_sequence_number may dereference NULL pointer
666 * Fix: namespace our gettid wrapper
667 * Fix: get tid not pid in vtid context
668 * Cleanup: bitfields: streamline use of underscores
669 * Silence compiler "always false comparison" warning
670 * Fix: bitfield: shift undefined/implementation defined behaviors
671 * Fix: Update coding style link
672 * Fix: alignment of ring buffer shm space reservation
673 * Fix: allocate ts_end in ringbuffer shared memory
674 * Fix: timestamp_end field should include all events within sub-buffer
675 * Harmonize rw_prog_cxx_works macro across projects
676 * Update macros from the autoconf archive
677 * ust-ctl API: clarify getter usage requirements
678 * Fix: don't access packet header for stream_id and stream_instance_id getters
679 * Add LTTNG_PACKED ifdefs to validate that it is defined
680 * Report perf integration status at configure
681 * compat: work around broken _SC_NPROCESSORS_CONF on MUSL libc
682 * Code cleanup in contexts
683 * doc: remove repeated word in coding style
684 * tap-driver.sh: flush stdout after each test result
685 * Move wait_shm_mmap initialization to library constructor
686 * Fix: additional compiler barriers for procname context
687 * Fix: procname context async-signal safety
688 * Cleanup vtid/vpid context caches
689 * Cleanup: fix typo 'acces' -> 'access'
690 * Fix: Initialize fd field of struct lttng_ust_elf to -1 at allocation
691 * Cleanup: test Makefiles
692 * Add silent mode to examples Makefiles
693 * Add silent rules support for docs
694 * Use config.h to define SONAME major number
695 * Use a variable to select the dlopen lib in Makefiles
696 * Add hello-many to gitignore
697 * Adapt lttng-ust to use multiflavor symbols from liburcu 0.11
698 * Clarify lib_ring_buffer_switch_slow() requirements
699 * tests: hello-many
700 * Fix: sync event enablers before choosing header type
701 * Fix: address shellcheck warnings/errors in example scripts
702 * Fix: check for event class/instance prototype mismatch
703 * Fix: race between statedump and library destructor
704 * Fix: reset procname on fork in child process
705
706 2018-09-06 (Fight Procrastination Day) lttng-ust 2.11.0-rc1
707 * Fix: add missing stdbool.h include
708 * Move symbol preventing unloading of probe providers
709 * Fix: Remove unused line from liblttng-ust-fd makefile
710 * Fix: add liblttng-ust dependency to liblttng-ust-fd
711 * Fix: use LIBDL/LIBC_DL to select either libdl or libc
712 * Fix: lttng filter validator ERANGE error handling
713 * Filter: implement dynamic typing for load object
714 * Filter: add FILTER_OP_RETURN_S64 instruction
715 * Perform bitwise ops on unsigned types
716 * Filter: catch shift undefined behavior
717 * Filter: implement bitwise lshift, rshift, not
718 * Filter: index array, sequences, implement bitwise binary operators
719 * Fix: AM_CONDITIONAL should be outside AS_IF block
720 * Fix: build jni libs with openjdk >= 10
721 * Fix: ustfork: save and restore errno in syscall wrappers
722 * Fix: cache the result of getpid() internally
723 * Fix: reset cached vpid context on fork
724 * Fix: build example SO when PIE is enabled
725 * Fix: string comparison on incorrect length in context provider
726 * Support unloading of probe providers
727 * Rename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
728 * dlopen() liblttng-ust.so from constructor to prevent unloading
729 * Add probe provider unregister function
730 * Cleanup: Move version numbers in separate variables in configure script
731 * Remove duplicate provider name checks
732 * Fix: remove for() loop initial declarations
733 * Use ust_lock during sock_info operations for atomicity against fork
734 * Force tracked fd to be bigger than STDERR_FILENO
735 * Fix: numa: dynamically check that numa is available
736 * Fix: specify SONAME in python-lttngust LoadLibrary
737 * Fix: ensure fd tracker is initialized when called from constructors
738 * Fix: fd of an elf object must be registered to the fd tracker
739 * Cleanup: clock description for metadata was moved to lttng-sessiond
740 * Fix: liblttng-ust-fd.so: override fclose symbol
741 * Revert "Use initial-exec TLS model"
742 * Revert "Fix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_TLS_IE"
743 * configure.ac: add --disable-examples option to not build/install examples
744 * Disable NUMA by default on 32bit arm
745 * Update Makefile.am output about libnuma not found
746 * Update readme to document opt dep on numa
747 * numa support: allow disabling numa support
748 * Update README to document dependency on libnuma
749 * Take NUMA configuration into account for UST buffer allocation
750 * Fix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_TLS_IE
751 * Use initial-exec TLS model
752 * lttng-gen-tp: formatting
753 * Fix: lttng-gen-tp: only replace file extension
754 * Fix: move fsync after ftruncate
755 * Fix: sync buffer file metadata on buffer allocation
756 * lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` variable
757 * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables
758 * Fix: doc/man: use a single XSL file and match local names
759 * Fix: Expand the shmobj size for the sequence number
760 * Introduce LTTNG_UST_ALLOW_BLOCKING env. var.
761 * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined
762 * Calculate context length outside of retry loop
763 * Fix: Quote CMAKE variable assignment in Makefile
764 * Rework configure script
765 * Fix: Typo in doc/examples/Makefile.am
766 * Fix: Don't override user variables within the build system
767 * Move m4 scripts to m4 dir
768 * doc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry
769
770 2017-05-05 (International Tuba Day) lttng-ust 2.10.0-rc1
771 * Clean-up: remove unused variables to silence gcc warning
772 * Add ustctl_snapshot_sample_positions ustctl command
773 * Cleanup: formatting in strutils_star_glob_match explanation
774 * doc/man: add typical `$` and `#` prompts to command lines
775 * Fix: add missing getenv.h include to ustctl.c
776 * Fix: race between lttng-ust getenv() and application setenv()
777 * Use SIZE_MAX instead of -1ULL for size_t parameter
778 * filter: use SIZE_MAX rather than UINT_MAX and tuncating -1ULL
779 * Fix: out of bound array access in filter code
780 * Correctly clean all generated JAR files
781 * Fix: List missing file in Java agent's Makefile
782 * Support generic globbing patterns in the Java agent
783 * Log more information in the Java TCP client
784 * Cleanup: Remove unused import in JUL Java agent
785 * Add support for star globbing patterns in event names
786 * Filtering: add support for star-only globbing patterns
787 * Add string utilities
788 * Fix: (un)install targets of Python agent
789 * Fix: include config.h to resolve HAVE_DLMOPEN
790 * Validate the presence of dlmopen at configure time
791 * Fix: CMake examples integration
792 * doc/examples/Makefile.am: define C and C++ compilers for CMake
793 * lttng-ust(3): document `lttng_ust_loaded` symbol
794 * lttng-ust(3): document `perf:thread:raw:rN:NAME` context
795 * lttng-ust-dl(3): update documentation
796 * lttng-ust(3): document liblttng-ust-fd
797 * doc/man: document the lttng_ust_lib events
798 * doc/man: add full stop to descriptive table cells
799 * doc/man: reorganize source for tables
800 * lttng-ust(3): sort ctf_*() macro parameter definitions
801 * lttng-ust(3): fix alignment and indentation
802 * lttng-ust(3): document new ctf_*() array/sequence network/hex macros
803 * Filter code relicensing to MIT license
804 * Performance: add missing "caa_unlikely" on fast-path
805 * Fix: blocking mode: add missing stdbool.h include
806 * Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
807 * Fix: loglevel and model_emf_uri build fix
808 * Fix: loglevel and model_emf_uri with g++ compiled probes
809 * Fix: Out of tree build of liblttng-ust-java
810
811 2016-10-07 (National Frappé Day) lttng-ust 2.9.0-rc1
812 * Fix: cmake example with configure based oot build
813 * Fix: perform statedump before replying to sessiond
814 * build: check for CXX_WORKS for cmake example
815 * Implement liblttng-ust-fd
816 * Introduce file descriptor tracker
817 * Fix: honor send timeout on unix socket connect
818 * Fix: perform TLS fixup in all UST entry points from each thread
819 * Fix: build: pass configure flags to cmake example
820 * Performance: implement lttng_inline_memcpy
821 * Performance: mark ring buffer do_copy callers always inline
822 * Performance: cache the backend pages pointer in context
823 * Add ctx_len field to ring buffer context
824 * ring buffer: handle shmp errors
825 * Cleanup: libringbuffer: remove duplicate shmp() invocations in slow paths
826 * Performance: Only dereference shmp once
827 * Performance: Mark channel and buffer event disabled check unlikely
828 * Performance: Relax atomicity constraints for crash handling
829 * Fix: compat: -ust suffix sprintf error handling
830 * Performance: disable event counting by default
831 * Fix: remove unlock in getcpu
832 * Performance: remove rcu read lock from ring buffer get/put cpu
833 * Performance: define _LGPL_SOURCE in LGPL c files
834 * Performance: split check deliver fast/slow paths
835 * Fix: perf counters build against kernel headers < 3.12
836 * Fix: perf counter context deadlock
837 * Fix: many-events registration/unregistration speed
838 * Fix: pre-fault TLS in ust-malloc instrumentation
839 * Fix: ust-ctl: use LTTNG_UST_HAVE_PERF_EVENT to report perf counter availability
840 * Fix: reset vtid cache before releasing urcu locks
841 * Fix: cleanup local_apps.allowed flag on lib cleanup
842 * Fix: Correctly handle invalid agent port file
843 * Fix: memory corruption in compat.h
844 * Introduce lttng_ust_loaded weak symbol
845 * Revert "Introduce LTTNG_UST_LOADED environment variable"
846 * Introduce LTTNG_UST_LOADED environment variable
847 * Fix: remove invalid free
848 * Use AC_PROG_MKDIR_P (generic mkdir -p)
849 * Split CMake example build steps on different lines
850 * Fix: CMake example: specify source/built includes/libs
851 * configure: allow building perf support across all architectures
852 * Fix: use-after-free in statedump lib iter_end
853 * Add generic fallback for perf counter read
854 * Fix: perf counters: sign-extend pmc register
855 * doc: Add flags for JUL and python agent compiling
856 * tests/hello.cxx: add ctf_enum_auto() entries
857 * Add ctf_enum_auto() for autoincrementing enumeration values
858 * Add missing ust_lib.c and ust_lib.h
859 * dl instrumentation: add dlmopen event, trace dlopen flags
860 * Add library load/unload tracking events
861 * Communication protocol: use fixed-size integer rather than enum
862 * Add ustctl command to regenerate the statedump
863 * Implement statedump command in UST
864 * tests/hello.cxx: add enumeration field
865 * Fix: ctf_enum_value() does not work with g++
866 * Fix: lttng context perf: missing stdbool.h header include
867 * Add perf context support for ARMv7
868 * Keep perf context FD open for other architectures
869 * Doc: cmake example: fix coding style
870 * Doc: ship cmake example with 'make distcheck'
871 * Doc: add CMake example
872 * configure.ac: check cmake availability
873 * Only build python lib when agent is enabled
874 * doc: information has no plural
875 * Fix: allow non-LGPL modules to use tracepoints
876 * Add -ust to the name of UST threads of the application
877 * Comment the locking mechanisms in ContextInfoManager
878 * Fix: Null-check return value of log4j.Category.getAllAppenders()
879 * Add liblttng-ust-agent.jar to the .gitignore
880 * Fix: Specify encoding when reading agent port file
881 * Fix: Include child loggers in the output of "lttng list"
882 * Fix: Handle both agent config files pointing to same port
883 * Suppress static method warning
884 * Add more logging to the LttngTcpSessiondClient
885 * Use config.h to detect sched_getcpu support
886 * Fix: use limits.h in ust-elf test
887 * Fix: strerror_r behavior is glibc specific
888 * Add support for musl libc to ust-dlfcn.h
889 * Fix: don't generate 0-len array in tracepoint probes
890 * Fix: log4j example: set logger level to prevent unexpected level inheritance
891 * Fix: no LGPL define for malloc and pthread wrappers
892 * Fix: all lttng-ust source files should be tagged _LGPL_SOURCE
893 * Fix: initialize RCU callbacks with mixed LGPL/non-LGPL objects
894 * Fix: incorrect structure layout with mixed LGPL/non-LGPL objects
895 * Fix: don't call __builtin_return_address(0) on 32-bit powerpc
896 * Update version name TBD
897 * Update version to 2.9.0-pre
898 * Fix: tracepoint header: declare tracepoint_dlopen_ptr
899 * Fix: update debug message about weak-hidden symbols
900 * Fix: tracepoint-rcu header: use tracepoint_dlopen_ptr
901 * Fix: test: relax requirement on weak-hidden symbol address
902 * Fix: work-around gcc optimisation oddness on 32-bit powerpc
903 * Fix: test weak-hidden symbols
904 * Print DBG() message about compiler weak hidden symbol behavior
905 * test: add test for gcc issue with weak hidden symbol on powerpc
906 * Restrict Java context retriever names to a set of valid characters
907 * Fix: Correctly compute Java agent list loggers response size
908 * Add support for aarch64_be
909 * Fix: Fix synchronization of LTTngAgent#dispose
910 * Fix: Verify number of bytes contained in sessiond agent commands
911 * Fix: Avoid potential null dereference with log4j loggers
912 * Specify UTF-8 encoding for all Java agent commands
913 * Fix: merge tap tests stdout and stderr
914 * Documentation: ring buffer: SWITCH_FLUSH can be used when active
915 * Fix: unchecked return value in trace_clock_read64_monotonic
916 * Fix: portability: no arith on void pointer
917 * Fix: initialize build id and debug link flags to 0
918 * Tests: Add tap-driver.sh for automake < 1.12
919 * Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events
920 * Tests: Replace prove by autotools tap runner
921 * bootstrap: Standardize on autoreconf -vi
922 * Harmonize bootstrap script across projects
923 * lttng-ust(3): order environment variables
924 * lttng-ust(3): fix syntax of env. variables section
925 * lttng-ust(3): document $LTTNG_HOME
926 * Fix: Java agent should use LTTNG_HOME
927 * Fix: examples make distcheck failure
928 * Cleanup: add static for internal symbols
929 * Cleanup: Remove unused max() macros from ring_buffer_frontend.c
930 * Use min_t/max_t macros in lttng-ust-elf.c
931 * Tests: update ust-elf tests to reflect correct memsz computation
932 * Fix: erroneous computation of ELF in-memory size
933 * Make code and man pages share the same default values
934 * Fix: remove NULL check of nonnull parameter in dlclose
935 * Tracepoint array/sequence: add nowrite hex macros
936 * Tracepoint: add ctf array for network byte order integers
937 * Tracepoint: add ctf sequence for network byte order integers
938 * Fix: endianness of integers received by filter
939 * Doc: Update README.md
940 * Fix: jul and log4j agents makefile missing line and indentation
941 * Fix: re-introduce exported symbols
942 * Doc: update manpages for soinfo/sopath name change
943 * Rename statedump and dl events and fields
944 * Tests: list ust-elf test data explicitly in EXTRA_DIST
945 * Tests: add tests for lttng_ust_elf_is_pic
946 * Add is_pic field to statedump soinfo event
947 * Fix: add common jar to lttng-ust-agent-all dependencies
948 * Fix: add version to lttng-ust-agent-all jar file
949 * Fix: rename liblttng-ust-agent to lttng-ust-agent-all
950 * Fix: re-add liblttng-ust-agent.jar
951 * Fix: lttng java agent: dispose is non-static
952 * doc/man: do not use macros in the NAME section
953 * doc/man: remove duplicate copyrights section
954 * doc/man: lttng-ust(3): add tracing control to example
955 * doc/man: lttng-ust(3): split example files in subsections
956 * doc/man/common-copyrights: add missing THANKS section
957 * doc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLES section
958 * README.md: bolden dependencies and update links
959 * README.md: split required and optional dependencies
960 * Convert man pages to AsciiDoc
961 * Fix: remove dead code from filter interpreter
962 * Fix: convey enum value signedness into metadata
963
964 2016-03-18 (Awkward Moments Day) lttng-ust 2.8.0-rc1
965 * Fix: remove assertions in lttng-ust-comm init
966 * Add tracepoint_disable_destructors()
967 * Documentation: fix manpage typo
968 * Fix: move lttng_context_is_app to core file
969 * Fix: move dummy functions to common file
970 * Fix: handle backward probe compatibility for application contexts
971 * Fix: application context header size
972 * Fix: event ctx get size should be after chan ctx
973 * Clarify and simplify the Java agent "Hello" examples
974 * Export the stream instance ID
975 * Generate and export the sequence number
976 * Add stream instance id to the packet header
977 * configure.ac: print empty line after AC_OUTPUT
978 * configure.ac: macros with no arguments do not need ()
979 * configure.ac: standardize indentation to tabs
980 * configure.ac: move AC_PROG_SED() close to other AC_PROG_*()
981 * configure.ac: test -a -> shell's && (more portable)
982 * configure.ac: use test "x$var" = "xyes"
983 * configure.ac: AM_CONDITIONAL() accepts two arguments
984 * configure.ac: use dnl at appropriate places
985 * configure.ac: if -> AS_IF()
986 * configure.ac: case -> AS_CASE()
987 * configure.ac: add missing quotes in macro calls
988 * configure.ac: use macros for version name and description
989 * configure.ac: do not use shell eval for known values
990 * Add CONTRIBUTING.md
991 * Output "(null)" when ctf_string()'s arg is NULL
992 * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
993 * Fix: java agent 32-bit pointer to jlong warning
994 * Fix: Use Java 6 syntax in JUL examples
995 * Fix: add missing example file to dist tarball
996 * Fix: add missing header to dist tarball
997 * Fix: add missing LttngContextApi.java to dist tarball
998 * Pass the Java app context information using two separate arrays
999 * Fix: Correctly report filter notifications on Java agent teardown
1000 * Add some logging to the AbstractLttngAgent
1001 * Fix: Clear tracked application contexts upon closing a Java agent
1002 * Introduce a verbose mode for the Java agent
1003 * Implement Java agent application context retrieval
1004 * Turn ISessiondCommand into an abstract class
1005 * Split the JNI APIs in separate classes
1006 * Add app context support to ust-ctl protocol
1007 * Handle application context cmd
1008 * Implement dynamic types, and application context provider support
1009 * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
1010 * Fix: Ensure the Java JUL messages are correctly formatted
1011 * Fix: double-free on error sending fields
1012 * Add CTF enum type support to tracepoint event
1013 * Fix: missing _GNU_SOURCE define
1014 * python-lttngust/setup.py.in: update setup() fields
1015 * Refactor Python agent build and install
1016 * Fix: remove debugging print() call from Python agent
1017 * Fix: header size larger than 256 bytes
1018 * Python agent: Support Agent protocol v2.0
1019 * Fix: Java agent protocol network endianness consistency
1020 * Fix: examples jul: add missing files to make dist
1021 * Fix: Filer -> Filter typo in example
1022 * Fix: Return the correct list of available Java events
1023 * Add a toString() to Java agent's EventRule
1024 * Add API stubs for the Java context info retrievers
1025 * Receive the event filter string in the Java agent
1026 * Document the Java filter notification model
1027 * Add filter change notification mechanism to the Java agent
1028 * Manage complete "event rules" in the Java agent
1029 * Introduce a new client listener interface for the Java agent
1030 * Turn ILttngAgentResponse into an abstract class
1031 * Remove stale tests/java-jul test
1032 * Fix: live timer calculation error
1033 * Fix python agent build/install/uninstall with DESTDIR specified
1034 * Fix: Don't (re)define STAP_PROBEV
1035 * Fix: don't dereference NULL pointers
1036 * Cleanup: Remove unused values
1037 * Fix: Value stored to 'has_waited' is never read
1038 * Fix: Argument with 'nonnull' attribute passed null
1039 * Cleanup: Unnecessary bit shift
1040 * Clean-up: remove extraneous "found" parameters in ust-elf
1041 * Fix: sysconf() unchecked return value
1042 * doc: add Python example
1043 * Fix: Python agent: do not register twice to same port
1044 * Fix: potential leaks in error paths
1045 * Fix: double free in liblttng-ust-dl
1046 * Fix: make check in OOT build with absolute path
1047 * Fix: elf: leaks on error paths
1048 * Cleanup: coding style
1049 * Cleanup: elf: use off_t for offsets, size_t for len
1050 * Cleanup: eliminate implicit sign-extension
1051 * Fix: elf: NULL pointer dereference
1052 * Fix: add missing ust-elf.h header to dist
1053 * Fix: make check in out of tree build
1054 * Fix: old gcc warnings
1055 * Fix: old gcc warning
1056 * Fix: remove stale lttng-ust-elf.h from makefile
1057 * Fix: elf: uninitialized ret
1058 * Fix: test elf: handle NULL debug file
1059 * test: elf move constants to top of implementation
1060 * Fix: elf test prog arg checking
1061 * baddr statedump: remove dependency on file streams
1062 * baddr statedump: hold ust lock around allocations
1063 * Add unit tests for lttng_ust_elf
1064 * Add memory size, build id, and debug link info to statedump and dl
1065 * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
1066 * Cleanup: more descriptive error message
1067 * Fix: add missing ust lock around objd_table_destroy()
1068 * Fix: application exit race with pthread cancel
1069 * Cleanup: configure layout for python agent detection
1070 * Build: python agent: use setup.py over autoconf
1071 * Build: add python interpreter used by python agent if built
1072 * Doc: basic lttng ust python agent documentation
1073 * Build: use AM_PATH_PYTHON to resolve python when building agent
1074 * Build: only check if python exists in path
1075 * Update version to 2.8.0-pre
1076 * Fix: Send the correct Java agent return code when disabling events
1077 * Fix: Correctly handle the command to disable all events
1078 * Small refactor of the Java agent's TCP client
1079 * Rename Java Agent event names to "event"
1080 * Rename Python agent tracepoint to "event"
1081 * Allow compiling the Java agent with Java 1.6
1082 * Restore concurrent build when Java agent is enabled
1083 * Refactor Java agent to let applications manage the log handlers
1084 * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
1085 * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
1086 * Cleanup: Add Javadoc to all public methods and members
1087 * Fix: Small fixes to the Java agent example files
1088 * Update doc/java-agent.txt to reflect the new packaging
1089 * Split Java agent library in 3 separate jars
1090 * Remove deprecated org.lttng.ust.jul.LTTngAgent class
1091 * Use tar-ustar format for the dist archive
1092 * Fix: remove generated file from git tree
1093
1094 2015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
1095 * Fix: Use $enableval with AC_ARG_ENABLE
1096 * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
1097 * Fix: handle sys_futex EINTR and EWOULDBLOCK
1098 * Fix: update liburcu URL
1099 * .gitignore: ignore Python agent generated files
1100 * Add ctf_sequence_hex() macro
1101 * Fix: set soinfo_data's vdso flag correctly in base address statedump
1102 * Fix: running java examples out of tree
1103 * Fix: java class check when uudecode is not present
1104 * Cleanup: remove extra whitespace in configure output
1105 * Default to no unaligned access on unsupported archs
1106 * cleanup: Coding style fixes to the Java agent
1107 * cleanup: Mark obsolete JUL agent as @Deprecated
1108 * Fix compilation warnings in the Java agent
1109 * Fix: out of tree build of java agents
1110 * Fix: Use env CLASSPATH when building log4j example
1111 * Fix: build log4j example when enabled
1112 * Bump tracer version to 2.7.0-pre
1113 * Fix: perform volatile load of tracepoint state
1114 * Add demo-tracelog to gitignore file
1115 * Add aarch64 support to configure
1116 * Implement cpu_id context for filtering
1117 * ust cyg-profile: use same class for entry and exit
1118 * Fix: function instrumentation ip context
1119 * Fix: liblttng-ust-dl ip context
1120 * Remove caller field from malloc events
1121 * Fix: pthread wrapper ip context
1122 * Fix: lttng-ust-malloc ip context
1123 * Allow TP_IP_PARAM arg name to be configured
1124 * tracelog: use same class for all loglevels
1125 * fix tracelog namespacing of loglevels
1126 * Add tracelog documentation to lttng-ust(3)
1127 * Implement demo-tracelog example
1128 * Implement tracelog API
1129 * Fix: fetch caller address from tracef()
1130 * Rename helper providers and events for consistency
1131 * Refactor state dump system
1132 * Refactor Python agent
1133 * Fix: building probe providers with C++ compiler
1134 * Fix: use lttng_secure_getenv to handle env. vars. involving paths
1135 * Fix: Don't wait during registration if clock_gettime() fails
1136 * Fix: getcpu/clock plugin handle leak
1137 * Fix: add missing new ldl dependency for liblttng-ust-ctl
1138 * Fix: add missing getenv wrapper
1139 * Fix: add missing lttng-clock.c
1140 * Fix: add missing ust-clock.h
1141 * clock plugin example: use shift and mul
1142 * Implement getcpu override
1143 * Implement clock override plugin support
1144 * Add tracepoint_enabled() macro
1145 * Move file creation/unlink from liblttng-ust-ctl to consumerd
1146 * Implement file-backed ring buffer
1147 * Fix: oot build: missing top_builddir include
1148 * Fix: Mismatching code and console output in log4j example
1149 * Update manpage about LTTNG_UST_DEBUG effect
1150 * Don't output to stderr from lib unless DEBUG is activated
1151 * Remove usterr.h, use usterr-signal-safe.h everywhere instead
1152 * Fix: out-of-tree build: wrong file path for sed input
1153 * Fix: make dist: python agent file handling
1154 * Fix: java-agent: out-of-tree path to java manifest
1155 * Add return address to liblttng-ust-libc-wrapper
1156 * Fix: missing parenthesis in offset_align_floor
1157 * Fix: add ustctl_has_perf_counters
1158 * Fix: add urcu-bp TLS fixup
1159 * Fix: add missing poll.h include
1160 * Fix: get_subbuf: bound number of consumerd retry
1161 * Fix: man: you can't link a lib with a static lib
1162 * Fix: context alignment not properly handled
1163 * Fix: Shorthand option -cp not supported in all version of Java
1164 * Fix: allow tracepoints to build with --std=c99
1165 * Bump UST ABI for new release cycle
1166 * Cleanup: remove "disabled" flag for new release cycle
1167 * Fix: filter attach vs event enable race
1168 * Fix: add a configure check for weak symbols support
1169 * Fix coverity warning about sizeof(void **) != sizeof(void *)
1170 * Fix: off-by-one in sequence filter comparator
1171 * Fix: Java Agent JAR file symlink should be created after objects install
1172 * Fix: Add versioning to liblttng-ust-agent JAR
1173 * Fix: Warn when log4j version is too old
1174 * Update Java agent documentation
1175 * Fix: Try loading classes using the thread context class loader
1176 * Add Python agent support
1177 * Update version name
1178
1179 2014-10-20 lttng-ust 2.6.0-rc1
1180 * Add missing file to gitignore
1181 * Fix: preserve example files' timestamps when copying
1182 * Fix: Abort loading log4j agent classes when detected log4j version is too old
1183 * Cleanup: Remove the no longer needed liblttng-ust-jul folder
1184 * Fix: Wrong CLASSPATH when building liblttng-ust-java oot
1185 * Fix: Wrong CLASSPATH when building liblttng-ust-java-agent oot
1186 * Rename public structure to avoid collisions
1187 * Refactor liblttng-ust-jul in liblttng-ust-agent
1188 * Build the liblttng-ust-java library using the new M4 macros
1189 * Add M4 macros helpers to build Java programs
1190 * Modernize README using Markdown
1191 * Documentation: clarify event name in lttng-ust.3
1192 * Add cscope to gitignore
1193 * configure.ac: fix "missing jni.h" error message
1194 * Fix: remove references to trace_printf()
1195 * Change JUL agent to use the new ABI
1196
1197 2014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0
1198 * Mutex while updating statedump_pending is not needed
1199 * Revert "Turn base address dump into experimental feature"
1200 * Fix: document ust_fork_mutex nesting
1201 * Bugfix for #745 deadlock with baddr statedump+fork
1202 * Move enablers syncing after the channel registration
1203 * Add lttng_ust_notrace to static inline functions
1204 * lttng ust: support ppc64le within configure
1205
1206 2014-06-27 lttng-ust 2.5.0-rc2
1207 * Fix: lttng-ust-jul: set thread in daemon mode
1208 * JUL: use root logger to capture events
1209 * Fix: Wrong configure check for UST perf event counters context support
1210 * Fix: multiple providers in same C file failure
1211 * Fix: header inclusion guard typo in lttng-ust-tracef-provider.h
1212 * Fix: 2.5.0-rc1 changelog has off-by-one date
1213
1214 2014-05-28 (International Hamburger Day) lttng-ust 2.5.0-rc1
1215 * Fix: out of tree build for lib Java and JUL
1216 * Fix: default loglevel is DEBUG
1217 * Fix: refuse overwrite mode buffers with less than two subbuffers
1218 * Fix: tracef.h: add missing c++ guard
1219 * Fix: remove JUL loglevel filtering from the agent
1220 * Fix: cleanup JUL agent state on sessiond disconnect
1221 * Fix: Move generated headers to the BUILT_SOURCES target
1222 * Fix: perf ust: check close return value
1223 * Cleanup: work-around missing inet.h struct mmsghdr fwd declaration
1224 * Implement LTTng-UST perf counters support on x86
1225 * Fix linking failure when cross-compiling
1226 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
1227 * Fix: pass proper args when writing commit counter
1228 * Fix: pad strings that are modified concurrently with tracing
1229 * Fix: Use $AM_CC when it is defined instead of gcc in demo-tracef
1230 * Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
1231 * Fix: .split() the CC environment variable in lttng-gen-tp
1232 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
1233 * Fix: python invocation through env
1234 * Change default loglevel to TRACE_DEBUG_LINE
1235 * Fix: Override AM_PATH_PYTHON's default action-if-not-found
1236 * Fix: don't accept configure --disable-shared
1237 * Fix: configure.ac: add missing result to alignment req. check
1238 * Fix: malloc wrapper: infinite recursion with compat TLS
1239 * Fix: lttng-ust needs -ldl for tracef()
1240 * Fix: typo in lttng-ust.3
1241 * Fix: liblttng-ust-libc-wrapper recursive use of calloc
1242 * Fix: add demo-tracef to dist tarball
1243 * Fix: add missing header files for tracef
1244 * Implement tracef() instrumentation API
1245 * Add 'unused' attribute to tracepoint callback
1246 * Use autoconf AM_MAINTAINER_MODE
1247 * Fix: mismatch between code and comments
1248 * Fix: incorrect urcu git URL in README
1249
1250 2014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
1251 * Fix: JUL test: update to API change
1252 * Fix: Cast from pointer to different integer size warning
1253 * Turn base address dump into experimental feature
1254 * Fix: JUL support multiple loglevels
1255 * Fix: Skip lttng-gen-tp example build if Python is missing
1256 * Fix: dynamically fetch the session daemon port
1257 * Fix: JUL agent connect to user and root sessiond
1258 * Fix: handle registration done command
1259 * Fix: Unsynchronized access in LTTngTCPSessiondClient
1260 * Cleanup: fix comment
1261 * Fix: Dump executable base-address with readlink
1262 * Fix: add assert for NULL dereference
1263 * Fix: tracepoint out of memory handling
1264 * Fix: dereference before null check
1265 * Cleanup: remove logically dead code
1266 * Fix: handle sysconf errors
1267 * Fix: java-jul/Makefile should not be marked as a binary
1268
1269 2014-02-14 lttng-ust 2.4.0-rc4
1270 * Cleanup: remove extra space in dlerror wrapper
1271 * Fix: work-around glibc lying about dlsym()/dlerror() leafness
1272 * Cleanup: add lttng_ust_malloc_wrapper_init prototype to header
1273 * Fix: malloc libc instrumentation wrapper
1274 * Fix: add LTTngEvent class to fix delayed logger
1275 * Fix: FD leak in liblttng-ust-ctl
1276 * Fix: liblttng-ust-dl Makefile flags mismatch
1277 * Fix: liblttng-ust-fork Makefile flags mismatch
1278 * Fix: out of tree examples build
1279 * Fix: C++: incomplete extern C guard transition
1280
1281 2014-01-29 lttng-ust 2.4.0-rc3
1282 * Fix: add missing JUL loglevel handling
1283 * Cleanup gen-tp: add quotes around AM_CC
1284 * Pass the CC variable to the example Makefiles
1285 * cleanup ust_baddr and ust_baddr_statedump doc
1286 * baddr: add ust_baddr and ust_baddr_statedump doc
1287 * Fix: baddr_statedump tracepoint registration
1288 * Fix: baddr out of tree build
1289
1290 2013-12-10 lttng-ust 2.4.0-rc2
1291 * Fix: baddr_statedump tracepoint registration
1292 * Fix: baddr deadlocks and RCU races
1293 * Fix: lock exit mutex when creating threads
1294 * Fix: baddr deadlock with lttng-ust destructor
1295 * baddr: include missing header
1296 * baddr: get session under lock
1297 * Fix: take the ust lock around session iteration in statedump
1298 * Fix: baddr_statedump deadlock with JUL tracing
1299 * Fix: client_packet_header() uses wrong packet
1300 * Cleanup: fix typo in ring buffer backend comment
1301 * Compile liblttng-ust-baddr c files into liblttng-ust
1302 * Allow suppressing of base-address-state tracing
1303 * Integrate base-address statedump into lttng-ust
1304 * Fix: eliminate timestamp overlap between packets
1305 * Fix: lttng-gen-tp to build out of tree
1306 * Fix: compile doc/ after JUL/Java
1307 * JUL: add Hello.java in doc/examples
1308 * Fix lttng-ust(3) manpage
1309 * JUL: fix enable all event for delayed Logger
1310 * Fix: typo in JNICALL for the JUL tracepoint
1311 * Fix: move va_end to outermost label
1312 * Fix: add missing NULL check after allocation
1313 * Fix cleanup: all spaces before flags
1314 * fix: lttng-gen-tp: add missing spaces around flags
1315
1316 2013-11-15 lttng-ust 2.4.0-rc1
1317 * doc/examples: error out when a subdir make fails
1318 * JUL: fix out of tree build
1319 * Java/jul: fix make dist
1320 * JUL: install documentation and jar file
1321 * Add missing copyrights to test scripts
1322 * Escape minus signs in lttng-ust-cyg-profile manpage
1323 * Fix spelling mistake in lttng-ust manpage
1324 * Fix tests/benchmark
1325 * Implement base-address-state tracing
1326 * Base-address tracing for dlopen and dlclose
1327 * Add a check against excluders
1328 * Add handler for LTTNG_UST_EXCLUSION in UST ABI
1329 * Store exclusions to enablers
1330 * Add excluders to enabler structure
1331 * Send exclusion data through ustcomm
1332 * Define exclusion structure for UST ABI
1333 * Define a new command LTTNG_UST_EXCLUSION
1334 * Fix: package of LTTngUst.h was renamed without renaming target in makefile
1335 * Fix: check for java .class in package subfolders
1336 * Fix: java library to use user define JDK at compile time
1337 * Add liblttng-ust-jul for JUL support
1338 * Fix: application SIGBUS when starting in parallel with sessiond
1339 * Fix: Minor corrections to the lttng-ust man page
1340 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
1341 * Warning cleanup: add missing padding initializer
1342 * Fix: socket connect hang on heavy loads
1343 * Cleanup: fix typo
1344 * Fix: ust-comm recvmsg should handle partial receive
1345 * gcc warning fix: -Wextra
1346 * Add usage reference count for tracepoints
1347 * tracepoint.c: Move add_callsite/remove_callsite further down in file
1348 * Store the callsites into the library callsite list
1349 * Fix linking warning
1350 * Per-stream ioctl to get the current timestamp
1351 * LTTng ringbuffer ABI calls for index generation
1352 * Specialize lttng_ust_lib_ring_buffer_client_cb
1353 * Add tracing instrumentation for pthread mutex lock functions
1354
1355 2013-09-03 lttng-ust 2.3.0
1356 * No change
1357
1358 2013-08-30 lttng-ust 2.3.0-rc2
1359 * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
1360 * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
1361 * Fix: doc/examples cross-build
1362 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
1363 * Introduce configure --with-lttng-system-rundir
1364 * examples: tracepoint probes don't need extern C
1365 * Tracepoint probes don't need extern C
1366 * Add trace support for memalign and posix_memalign
1367 * malloc instrumentation: remove dependency on pthread
1368 * Add trace support for calloc and realloc.
1369 * Fix: allow make check to run in VPATH build
1370 * Update .gitignore
1371 * Update obsolete benchmark test
1372 * Cleanup tests (2nd commit)
1373 * Cleanup tests
1374 * Fix: doc/examples VPATH build
1375
1376 2013-07-17 lttng-ust 2.3.0-rc1
1377 * Fix: Unchecked asprintf/vasprintf return values
1378 * Missing NULL pointer init in tap.c
1379 * Disable doc/examples build
1380 * Add python3 support to lttng-gen-tp
1381 * Bump ABI major to 5
1382 * callsite: add "ip" context
1383 * Allow environment variable LTTNG_HOME to override HOME
1384 * Fix: libs order in Makefile
1385 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
1386 * Introduce ustctl_write_one_packet_to_channel
1387 * build: Fix out-of-tree build
1388 * Fix: SWITCH_FLUSH new sub-buffer checks
1389 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
1390 * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
1391 * Fix: doc/examples: gen-tp path
1392 * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
1393 * Fix: handle writes of length 0
1394 * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
1395 * Fix: lttng-events VPATH build
1396 * Allow #include in template (.tp) file
1397 * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp
1398 * doc/examples: build gen-tp example by default
1399 * doc/examples: support BSD make
1400 * Tracepoint.h: replace assertion by fprintf and abort()
1401 * Remove unused assert.h from bitfield.h
1402 * Clarify probe registration documentation/errors
1403 * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test
1404 * Add mising include in ust.h
1405 * lttng-gen-tp: Fix include guard name with file using non valid characters
1406 * Fix: segfault when print invalid command
1407 * Fix: Add --no-as-needed to the demo example's Makefile
1408 * zmalloc: attribute always_inline
1409 * Fix: liblttng-ust process startup hang when sessiond is stopped
1410 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
1411 * Allow tracepoint providers to be compiled with g++
1412 * Add parameter -f to rm in Makefile clean target
1413 * Fix: missing dependency for liblttng-ust-tracepoint.so
1414 * Remove 0.x TODO
1415 * Add warning about default prefix and library paths to README
1416 * Revert "Revert "Fix (another) linker library order""
1417 * Revert "Revert "Fix linker library order""
1418 * snprintf: play nice with static checker
1419 * tracepoint.c: Add coverity alloc/free annotations
1420 * Fix: "fields" leak on register
1421 * Fix: memory leak for events without fields
1422 * Fix: memory leak on connection reset
1423 * Revert "Fix linker library order"
1424 * Revert "Fix (another) linker library order"
1425 * Fix: incorrect support for multi-context
1426 * Fix (another) linker library order
1427 * Fix typo in run script
1428 * Fix linker library order
1429 * Fix examples: add missing CPPFLAGS
1430 * example Makefiles: standardize on $^ for linking
1431 * Fix demo example Makefile
1432 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
1433
1434 2013-05-09 lttng-ust 2.2.0-rc2
1435 * manpage: Document probe provider compatibility
1436 * Fix: add provider ABI compatibility check
1437 * Cleanup: ignore mktemp return value
1438 * Cleanup: documentation: argument vs field
1439 * Documentation: document undefined behavior for NULL pointers
1440 * Cleanup: silence cppcheck error
1441 * Fix: add internal mutex for timer
1442 * 32-bit warning fix for cyg profile fast
1443 * Fix warnings for 32-bit in lttng-ust-cyg-profile
1444 * Typo fix in README
1445 * Fix: tracepoint.h incorrect assumption about constructor order
1446 * Cleanup: comment mismatch with code
1447 * Fix: ABI breakage between 2.1 and 2.2-rc1
1448 * Documentation: document that sequence len field is unsigned
1449 * connect: don't report EACCES
1450 * connect: don't print error on EPERM
1451 * Bump liblttng-ust-ctl lib version major number
1452 * Optimisation: implement callsite hash table in tracepoint.c
1453 * Optimisation: only update added library in tracepoint.c
1454 * Optimisation: only fix pending events once per lazy update
1455
1456 2013-03-28 lttng-ust 2.2.0-rc1
1457 * Fix: tracepoint instrumentation constructor order issue
1458 * Documentation: update 2.0 to 2.x
1459 * Add demo test back as an example
1460 * Don't rely on explicit context for filtering
1461 * Implement per-context filtering
1462 * Fix: filter string comparison should check for literal
1463 * update tests/demo readme file
1464 * Add man page for lttng-ust-cyg-profile
1465 * Fix: filter string wildcard comparison
1466 * Fix: Remove test runner script
1467 * Fix: forwarding of call_site argument to field
1468 * Add demo README
1469 * Tests: Use Perl prove as the testsuite runner
1470 * Remove tests depending on consumerd
1471 * Convert hello.cxx test to a build test
1472 * Clean-up of configure.ac and tests/Makefile.am
1473 * Fix snprintf test and output result to TAP format
1474 * Replace same_line_marker test with same_line_tracepoint
1475 * Remove tests-libustinstr-malloc
1476 * Remove exit-fast test
1477 * Remove fork test
1478 * Remove daemon test
1479 * Remove demo test
1480 * Remove outdated test-nevents test
1481 * Remove outdated simple_include test
1482 * Remove outdated register_test test
1483 * Convert hello-static-lib test to a build test
1484 * Convert hello test to a build test only
1485 * Remove outdated libustctl_function_tests test
1486 * Remove outdated test hello2
1487 * Remove outdated dlopen test
1488 * Remove outdated test basic long
1489 * Remove outdated test basic
1490 * cyg_profile: implement fast and verbose .so
1491 * Performance: add unlikely to tracepoint dynamic linking test
1492 * Fix: _LGPL_SOURCE rcu dereference fix
1493 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
1494 * Minor fix: libc wrapper internal run script
1495 * Fix: ustctl_recv_register_event pointer mixup
1496 * Fix: allow enabling same events for two channels
1497 * Add channel ID field to attr
1498 * Remove useless else clause
1499 * tracepoint: move "probe" test outside of loop
1500 * Fix uninitialized has_loglevel variable
1501 * Fix clang warnings
1502 * Cleanup: work-around clang unused result warning
1503 * Cleanup compile warning
1504 * Cleanup: remove unused variables
1505 * tracepoint: Don't add NULL probes
1506 * Remove mention of locking issues associated with dlopen usage
1507 * Implement read timer (for RT)
1508 * Only flush when there are readers active
1509 * Add mutex for channel wakeup fd update
1510 * Fix: fields should be initialized to NULL
1511 * Implement ustctl_duplicate_ust_object_data
1512 * Add channel wakeup fd to monitor close
1513 * Fix: refcount issue in lttng-ust-abi.c
1514 * Fix: only consumerd should print errors
1515 * Implement ring buffer periodic buffer switch timer
1516 * Fix: ensure all probe providers have their symbols
1517 * Reactivate error printing
1518 * Unregister tracepoint probes when not needed
1519 * Cleanup: remove now unused metadata code from UST
1520 * Fix: notification timeout logic
1521 * Fix: don't print error in comm proto connect on ENOENT
1522 * Fix: return expected error return values for sessiond
1523 * Fix: set wait/wake fd to -1 before close
1524 * Fix: Only notify socket should have timeout/nonblock
1525 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
1526 * Fix: Add timeout on notification socket
1527 * Remove now unused metadata printf code
1528 * Move metadata creation into lttng-sessiond and lttng-consumed
1529 * Add write metadata API to ust-ctl.h
1530 * Move UST registry into sessiond and implement notifiers
1531 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
1532 * Use tp rcu link test in provider
1533 * Remove direct dependency of probes on urcu-bp
1534 * Use urcu tls-compat.h
1535 * Lazy provider registration
1536 * Always use lttng_get_probe_list_head to get probe list
1537 * Fix static build
1538 * Move LTTng-UST buffer ownership from application to consumer
1539 * Fix package: don't distribute generated headers
1540 * Fix: don't cancel already exited threads
1541 * Scalability fix: tracepoint.c hash table size increase
1542 * Scalability fix for many events: event hash table size
1543 * Speed up probe registration for large amount of events
1544 * Add missing demo-trace shell script to dist tarball
1545 * Documentation: add uuid package name for Fedora in README
1546 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
1547 * Add compilation support for Tile architectures
1548 * Documentation: clarify debian package name for uuid in README
1549 * Fix: comment in ust-ctl.h
1550 * Fix I/O-related error values in ustctl
1551 * Introduce hash table for lttng_create_event_if_missing()
1552 * Fix: don't build C++ example if a C++ compiler isn't available
1553 * Remove LIBFORMAT output in configure.
1554 * Document dependency on libuuid
1555
1556 2012-12-20 (13th Baktun) lttng-ust 2.1.0
1557 * Bump liblttng-ust-ctl lib version major number
1558 * Bump UST proto version minor number
1559 * Helper to debug: add object name
1560 * Tests: Fix rundir not created in ust-basic-tracing
1561 * ust test: add missing return -1
1562 * Test: update ust tracing unit tests to 2.1 internal ABI
1563 * Tests: Fix rundir not created in ust-multi-test
1564 * Adapt internal files and examples to TRACEPOINT_INCLUDE
1565 * Adapt tests to TRACEPOINT_INCLUDE
1566 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
1567 * Fix: don't do macro expansion in tracepoint file name
1568 * Fix lttng-gen-tp: Template file must end in .tp
1569 * Pack structures in comm protocol between UST and sessiond
1570 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
1571 * Cleanup lttng-gen-tp: remove leading underscore before include guard
1572 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
1573 * Update license text
1574 * Fix: check if event enabled for bytecode-less events
1575 * Fix: handle enablers without bytecode
1576 * Print probe provider mismatch error even without -Wsystem-headers
1577 * filter: Add missing padding
1578
1579 2012-11-22 lttng-ust 2.1.0-rc2
1580 * filter interpreter cleanup: use uint64_t for retval
1581 * Fix: filter linking can dereference NULL pointer on alloc failure
1582 * Cleanup: remove whitespaces and EOL in tests
1583 * Filter: use only single lower bit of filter return value
1584 * Fix: filter: var len array at end of external structure
1585 * Fix: filter link fail handling
1586 * Fix: add missing seqnum field to filter
1587 * filters: perform union rather than intersection
1588 * Implement support for overlapping wildcard/events
1589 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
1590 * filter: add seqnum field to filter command
1591 * Filter iteration: iterate on list of filters
1592 * document that tracepoint names should ideally not be re-used
1593 * Remove LIBFORMAT config declaration, unused
1594 * Add libc errno translation layer to UST error code
1595 * Fix: add const qualifier for filter local void *
1596 * Fix: re-allow non-lvalue string, sequence, array parameters
1597 * Tear down handles associated with a closed sessiond socket
1598 * Distinguish UST return codes from transport return codes
1599 * Fix: Conditionally disable tests requiring shared libs support
1600 * Cleanup: don't spawn per-user thread if HOME is not set
1601 * Manpage: document supported UST contexts
1602 * Fix: procname context semantic
1603 * Fix: Fix self-assign warning on struct ustfork_clone_info init
1604 * Fix: memcpy of string is larger than source
1605 * Implement liblttng-ust-fork daemon() override test
1606 * liblttng-ust-fork: override daemon() call
1607 * ustfork: set errno to ENOSYS if symbol lookup fails
1608 * Fix: be quiet on filter linker error
1609 * Build out of src tree
1610 * Fix: filter bytecode specializer stack leak
1611 * Fix: reloc offset validation error out on filters with no reloc table
1612 * Perform calculation on bit size in 64-bit
1613 * Use uint64_t for packet header content size and packet size
1614 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
1615 * Fix: BSD getprogname null pointer dereference
1616 * Add support for model.emf.uri event info
1617 * Filter error message cleanup
1618 * Manpage update: document use in daemons
1619 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
1620 * Fix: get_wait_shm() ust mutex deadlock
1621 * Fix: add events with 0 field to field list
1622
1623 2012-09-10 lttng-ust 2.1.0-rc1
1624 * Fix make dist: fix liblttng-ust-java dependencies
1625 * Fix make dist: add missing filter header
1626 * Fix: backward compatibility with UST 2.0 app probes
1627 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
1628 * Export "written" information about fields
1629 * Fix filter: pointer to string, not string, should be on stack
1630 * Fix: tracepoint float nowrite
1631 * Fix: accept 65536 bytes long bytecodes
1632 * Add hostname to env
1633 * ABI change: bump internal version to 3.0.0
1634 * Fix: threads should be created in DETACHED state
1635 * Fix: 32-bit x86 strict-aliasing warnings
1636 * Fix UST SIGPIPE handling
1637 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
1638 * Cleanup: filter: turn bytecode linking error msg into debug
1639 * Make lttng-ust robust against -finstrument-functions.
1640 * Filter: keep aliased ax and bx registers
1641 * Filter: remove interpreter dynamic typing
1642 * Filter: add missing specialized op names
1643 * Filter: specialize double-s64 binary comparators
1644 * Fix filter: fix stack leak on taken branch
1645 * Filter: Implement stack-based interpreter
1646 * Filter: double comparator produces s64
1647 * Filter: use hash table to check merge points
1648 * Filter: split passes into separate components
1649 * Filter: cleanup macros
1650 * Filter: validate range overflow with end of insn
1651 * Filter: validate that field ref strings are non-NULL
1652 * Filter: ensure logical operator merge is always s64
1653 * Filter: we don't care if double/s64 are literals
1654 * Filter: specialize 'and' and 'or' ops.
1655 * Implement dispatch-table based interpretor
1656 * Filter: Specialize unary operators
1657 * Define switch use as macro in interpreter
1658 * Filter interpreter: mark float test as unlikely
1659 * Filter: fix bytecode validation typo
1660 * Filter: specialize comparators
1661 * Specialize load and unary ops
1662 * Validate registers, no need to initialize to 0
1663 * Filter: opcode for ref loads
1664 * Remove redundant validation from interpreter
1665 * filter: Add bytecode validation pass
1666 * TRACEPOINT_EVENT: add *_nowrite fields for filter
1667 * Only print filter errors if LTTNG_UST_DEBUG is set
1668 * Cleanup: remove debug define
1669 * Filter: add floating point support
1670 * Remove filter test printouts
1671 * Implement filter bytecode interpreter and linker
1672 * Filter: receive, attach and link empty filter
1673 * Filter: prepare filter stack data
1674 * Wrap dynamic len array into stackvar union
1675 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
1676 * liblttng-ust/lttng-ust-comm.c: fixing typo.
1677 * Fix: remove unused texinfo dep from configure.ac
1678 * Fix C99 strict compatibility: don't use void * for function pointers
1679 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
1680 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
1681 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
1682 * Fix: perform TLS fixup of nest count outside of UST mutex
1683 * Fix: liblttng-ust-fork deadlock
1684 * Fix: handle pthread errors
1685 * Fix: local apps allowed should disable local (not global) tracing
1686 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
1687 * Fix: support -std=c99 in tracepoint macros
1688 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
1689 * hello test: fail on old style definition
1690 * Fix: tracepoint.h should not generate old-style definitions
1691 * Fix: don't define variables in headers
1692 * test "hello": add boolean test
1693 * Fix: perform macro expansion on tracepoint signatures
1694 * UST check pointer/de-reference order
1695 * Fix list field: handle error
1696 * Implement event fields listing
1697 * Implement field listing command
1698 * Fix: Block all signals in listener thread
1699 * Add CodingStyle document to tarball
1700 * Add coding style document
1701 * endian.h: support cygwin
1702 * align.h: support cygwin page size
1703 * Add cygwin support to libringbuffer getcpu.h
1704 * Add "2x int" and "2x long" types to the Java interface
1705 * Add Integer and Long tracepoint types to the Java interface
1706 * Fix: don't SIGBUS when filesystem is full
1707 * tracepoint: include stdio.h for NULL definition
1708 * manpage update: document that probes need gcc
1709 * Fix: remove # in front on extern "C" {
1710 * Cleanup: don't use GNU old-style field designator extension
1711 * Fix: remove padding field after variable sized array
1712 * Use unsigned long type for events discarded counter
1713 * Fix: getcpu build with modern uClibc versions
1714 * Fix: lttng-ust.pc needs to specify -ldl
1715 * Fix: examples Makefiles should pass $(LIBS) at last
1716 * Build a jar for the Java side of the JNI interface
1717 * Fix: ustctl need to send the second fd upon error of 1st fd
1718 * Fix: Add missing fork test program dependency library
1719 * Fix: Make the JNI interface actually work
1720 * Merge branch 'dev'
1721 * Fix: stringify version description
1722
1723 2012-03-29 lttng-ust 2.0.1
1724 * Use bsd-compatible fcntl for close-on-exec on socket
1725 * Fix multi-session wildcard support
1726 * Fix event lost count when buffer is full
1727 * Remove inappropriate \n from easy-ust sample
1728
1729 2012-03-20 lttng-ust 2.0.0
1730 * First STABLE version
1731 * Add version name
1732
1733 2012-03-20 lttng-ust 2.0.0-rc4
1734 * Fix out-of-bound write in ltt-events.c
1735 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
1736 * Update COPYING
1737 * Add exception handling to lttng-gen-tp io operations
1738
1739 2012-03-16 lttng-ust 2.0.0-rc3
1740 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
1741 * fix: ustcomm_close_unix_sock should close, not shutdown
1742 * Fix: do not print EPIPE perror, as it is an expected error
1743 * Ensure that multiplication of clock offset is done on 64-bit
1744 * Add 2 missing licenses in deprecated tests
1745 * Remove unbuild and unused (deprecated) make_shared_lib test
1746 * License text standardization, add missing licenses
1747 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
1748 * Fix: power of 2 size check should apply to size_t type, not uint32_t
1749 * Fix: recvmsg should handle EINTR
1750 * Make lttng-gen-tp work on python 2.6
1751 * Make lttng-gen-tp executable
1752
1753 2012-03-02 lttng-ust 2.0.0-rc2
1754 * Manpage fixes
1755 * Fix: dmesg printout should not print metadata warnings
1756 * Fix: use transport name as channel name
1757 * Fix: Add signature check in tracepoint activation
1758 * Fix: add tracepoint signature at tracepoint definition site
1759 * Fix: keep event probe signature, for use by event probe signature check
1760 * Fix ABI: add padding to structures shared between UST and consumer
1761 * Fix ABI: add padding to tracepoint and ring buffer config public structu
1762 * Fix ABI: Adding missing padding in tracepoint event structures
1763 * Fix: Add include/lttng/ust-config.h to git ignore
1764 * Fix effect: update README about dlopen()
1765 * Fix: fixup vtid TLS
1766 * Fix: fixup ringbuffer tls at constructor by forcing read
1767 * Fix: fix deadlock with dlopen() lttng-ust
1768 * Fix: only print event errors every 1048576 hits
1769 * Fix: add missing debug printout to identify the cause of lost events
1770 * fix: liblttng-ust-ctl should check for incorrect parameters
1771 * fix: ust comm error handling segfault
1772 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
1773 * fix: on exit, leave thread/mmap reclaim to OS
1774 * fix: Handle sys_futex with async cancel, add missing pthread_join
1775 * fix: Only munmap the wait page when not exiting from process
1776 * Use CPPFLAGS instead of CFLAGS for -I
1777 * Fix type range comparison always false for 64-bit arch
1778 * demo: remove useless libs
1779 * tests: include missing headers
1780 * Add missing limits.h include for NAME_MAX
1781
1782 2012-02-20 lttng-ust 2.0.0-rc1
1783 * Standardize version across toolchain
1784 * Fix a typo in gen-tp Makefile
1785 * Implement the .o file generation in lttng-gen-tp
1786
1787 2012-02-16 lttng-ust 1.9.8
1788 * Fix comment in tracepoint.h
1789 * Add loglevel info to manpage
1790 * Remove stale binary file
1791 * Add lttng-ust(3)
1792 * Add a man page for lttng-gen-tp
1793 * Install easy-ust and gen-tp examples in doc/
1794 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
1795 * Add missing #define _GNU_SOURCE for sched_getcpu()
1796 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
1797 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
1798 * Mark lib_ring_buffer_print_errors unused
1799 * Cleanup: remove extra space from easy_ust example
1800 * Add missing comma to tracepoint STAP_PROBEV call
1801
1802 2012-02-13 lttng-ust 1.9.7
1803 * liblttng-ust-java: add missing -classpath ./
1804 * Only specify that sdt.h provides system integration for now
1805 * Add STAP_PROBEV check ton configure.ac
1806 * Add sdt.h integration
1807 * Remove extern C around probe header
1808 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
1809 * Add a configure report at the end of the output
1810 * Add sdt.h integration option
1811 * Set default loglevel in metadata
1812 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
1813
1814 2012-02-09 lttng-ust 1.9.6
1815 * Fix tracepoint.h multiple .o within module/core exec linkage bug
1816 * tracepoint: name -> _name to fix possible namespace clash
1817 * Add debug printout to tracepoint.c
1818 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
1819 * Update hardcoded loglevel
1820 * Add "easy_ust" example
1821 * Update gitignore
1822 * Zero-initialize struct msghdr
1823 * Add environment information
1824 * Fix event-specific enabling
1825 * Update static lib linking
1826 * liblttng-ust-libc: fix linking
1827 * liblttng-ust-libc: fix lib dependency
1828 * Install README and ChangeLog into system doc
1829 * Add hello-static-lib test
1830 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
1831 * Fix 32-bit type: allocated len is used
1832 * Fix 32-bit type mismatch
1833
1834 2012-02-02 lttng-ust 1.9.5
1835 * UST comm ABI: Add padding, push version to 2.0
1836 * Update loglevel names
1837 * Implement loglevels as event and wildcard attributes
1838 * Update loglevel ABI: only loglevel value/enum is known by UST
1839 * Pre-assign fixed loglevels
1840 * Remove old (now unused) loglevel control code entirely
1841 * Update loglevel selection ABI
1842 * Use boot_id as monotonic clock uuid
1843 * clock: add clock description to metadata
1844 * Properly fix the timekeeping overflow detection
1845 * Revert "Fix timestamps for slow-paced event rates"
1846 * Revert "Force 64-bit timestamps"
1847 * Declare struct lttng_ust_calibrate
1848 * Force 64-bit timestamps
1849 * demo program: ensure we don't link demo on useless libs
1850 * ust comm: Receive second FD even if 1st receive failed
1851 * ust consumer: close shm fd after mapping it
1852 * Add a comment about which wait fd is closed early by UST.
1853 * Remove leftover structure in ust-abi.h
1854 * Close stream and channel file descriptors as soon as passed to
1855 sessiond
1856 * Fix AC_LANG_SOURCE usage: only takes one parameter
1857 * Fix timestamps for slow-paced event rates
1858 * configure.ac: Use AC_LANG_SOURCE for if else macros
1859 * Add execution instructions to the demo test program
1860 * Force the building of shared noinst libraries in the demo test
1861 program.
1862 * Only print the futex perror in debug mode
1863
1864 2011-12-23 lttng-ust 1.9.4
1865 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
1866 * Comment the union field (only used in call_rcu scheme)
1867
1868 2011-12-21 lttng-ust 1.9.3
1869 * Fix clock source overflow on 32-bit archs
1870 * Remove unused trace_clock_frequency
1871 * check for negative wait() return value
1872 * Add DBG message when registering a probe
1873 * Only show futex warning "perror" in debug mode
1874
1875 2011-12-14 lttng-ust 1.9.2
1876 * Add missing ust_libc.h to Makefile.am
1877 * Use DBG instead of WARN for futex_wake workaround message
1878 * Make dlopen more robust by using the .0 target for the library
1879
1880 2011-12-13 lttng-ust 1.9.1
1881 * First LTTng-UST 2.0 prerelease.
This page took 0.076985 seconds and 4 git commands to generate.