Update version to v2.11.5
[lttng-tools.git] / ChangeLog
CommitLineData
4ff45c64
JG
12020-08-03 lttng-tools 2.11.5 (National Watermelon Day)
2 * Fix: lttng: leak of userspace probe path on listing
3 * Fix: uprobe: missing error code on allocation failure
4 * Fix: sessiond: don't negate error code on list error
5 * Fix: send/received actual size is overwritten by 'expected' size
6 * Fix: partial recv lead to client disconnect
7 * tests: return the proper TAP exit code
8 * Tests: live/test_{lttng_,}kernel: use lttng_test_filter_event instead of sched_switch
9 * Fix: consumer: Move sanity check within `consumer_subbuffer` functions
10 * Cleanup: typo in DBG() statements
11 * Fix: relayd: send_viewer_streams sends stack data in padding
12 * Fix: kconsumer: missing wait for metadata thread in do_sync_metadata
13 * Fix: tests: interrupting get_next_notification causes test to fail
14 * Fix: consumer.c: wrong order of parameter in `DBG()` statement
15 * Fix: kernel metadata file outside of kernel/ directory
16 * Fix: consumer: dangling chunk on buffer allocation failure
17 * Fix: consumerd: uninitialized written_bytes on no-data sleep
18 * Build fix: consumerd misnamed label
19 * consumerd: on_sleep not called on stream when no data is available
20 * Fix: invalid discarded events on start/stop without event production
21 * tests: truncate metadata file for regenerate metadata test
22 * Fix: consumerd: user space metadata not regenerated
23 * Fix: tests: output_dir contains the consumerd pipe
24 * Fix: unix: don't PERROR on EAGAIN for non-blocking sockets
25 * Fix: sessiond: sessiond and agent deadlock on destroy
26 * Fix: incorrect specifier %lu used with size_t argument
27 * Fix: consumerd: live client receives incomplete metadata
28 * consumerd: refactor: split read_subbuf into sub-operations
29 * consumerd: move rotation logic to domain-agnostic read path
30 * sessiond: enforce mmap output type for kernel metadata channel
31 * consumerd: tag metadata channel as being part of a live session
32 * consumerd: pass channel instance to stream creation function
33 * consumerd: cleanup: use buffer view interface for mmap read subbuf
34 * consumerd: move address computation from on_read_subbuffer_mmap
35 * consumerd: refactor: combine duplicated check_*_functions
36 * kerner-ctl: add RING_RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK
37 * Add lttng_dynamic_buffer_append_view util
38 * Fix: lttng: Destroying session message repeated during destruction
39
d9360bf7
JG
402020-05-19 lttng-tools 2.11.4 (Dinosaur Day)
41 * Fix: common: abort on rotation after time manipulation
42 * Fix: tests: `-Wstringop-overflow` warning
43 * Fix: load: incomplete error handling for load_session_from_file
44
4ba74d85
JG
452020-04-16 lttng-tools 2.11.3 (National Eggs Benedict Day)
46 * Fix: lttng-destroy: missing newline on session destruction message
47 * Fix: common: add `void` parameter to log_add_time declaration
48 * Fix: lttng-list: don't warn when the kernel domain has no channels
49 * Fix: sessiond: occasional badfd error on repeated SIGTERM
50 * Fix: lttng: incorrect domain list printed when no domain is provided
51 * directory-handle: print `errno` reason on `unlinkat()` error
52 * Fix: lttng-ctl: _handle can be NULL
53 * Silence `POSIX Yacc` warnings
54 * Fix: relayd: use of relay_session ref count before initialization
55 * Fix: lttng: uninitialized pointer free'd when no sessiond is present
56
76262754
JG
572020-02-12 lttng-tools 2.11.2 (Hug Day)
58 * Fix: sessiond: check for lttng-modules ABI 2.1 rather than 2.8
59 * Tests: Fix: `wait_on_file()` returns too early
60 * Fix: Tests: utils.sh: fix unbound variable
61 * Tests: Fix typo: registerd -> registered
62 * Typo: 'toogle' -> 'toggle'
63 * Fix: force the use of our _FORTIFY_SOURCE definition
64
5e991aff
JG
652020-02-05 lttng-tools 2.11.1 (National Chocolate Fondue Day)
66 * Fix: sessiond: snapshot errors don't clear session's trace chunk
67 * Fix: sessiond: bounded snapshot record fails when no streams exist
68 * session-descriptor: fix comment typos in session-descriptor.h
69 * Fix: include stdlib.h in compat/string.h
70 * Fix: lttng: sanity check of `--probe` description
71 * Fix: update context types for Python bindings
72 * Fix: lttng: placing probe on symbol starting with `_`
73 * Fix: build failure with -fno-common
74 * doc: Fix bind address example for lttng-relayd
75 * Test: rotate_utils.sh: consider chunk archive with ust/ as empty
76 * Fix: consumer: do not flush on transition from NULL chunk
77 * Fix: consumer: honor "active" flush flag
78 * Fix: sessiond cmd.h: include missing lttng-sessiond.h
79 * Fix: sessiond: ust-app: per-pid buffers: Create empty ust/ directory
80 * Fix: utils: utils_stream_file_path separator
81 * Fix: consumerd: use packet sequence number for rotation position
82 * align.h: Implement ALIGN_FLOOR macro
83 * Fix: relayd: per-pid live: no new metadata vs close
84 * Fix: relayd: use packet sequence number for rotation position
85 * Fix: relayd stream.c: LTTNG_OPTIONAL_GET address confusion
86 * Fix: optional.h macro missing parentheses and guards
87 * dynamic-array: fix documentation of lttng_dynamic_pointer_array_get_pointer
88 * Fix: make dist fails on sdt-probe test with autotools v1.16+
89 * Fix: tests: metadata presence on relayd is not deterministic
90 * Fix: move testpoint after state update
91 * doc: fix typo in lttng-enable-event man page
92 * Fix: sessiond: RCU read lock imbalance on get trace chunk id error
93 * Fix: build: ust -> kernel mix-up in noinst_SCRIPTS
94 * Fix: relayd: missing metadata stream causes all traces to be skipped
95 * configure.ac: Remove duplicated CMD_DESCR_ROTATE definition
96 * Fix: relayd: fully initialize viewer stream before publishing it
97 * Fix: relayd: don't send streams if there is no metadata
98 * Fix: update apps on untrack only when session is active
99 * Fix: consumerd: assert on null trace chunk on session restart
100 * Fix: sessiond: don't wait for a rotation from a null chunk to finish
101 * Fix: sessiond: duplicated rotation notification sent
102 * Fix: relayd: remove assert of non-null stream trace chunk on rotate
103 * Docs: verb/noun confusion in comment
104 * Fix: sessiond: no rotation performed from null chunk to new chunk
105 * Fix: invalid use of destructor in dynamic pointer array
106 * Fix: relayd: check for a trace chunk before writing a packet
107 * Fix: relayd: viewer session trace chunk not released on detach
108 * Require automake >= 1.12
109 * Fix: relayd: session trace chunk is copied too late
110 * Fix: relayd: disallow 0-length session names for 2.4+ peers
111 * Fix: sessiond: ust: deadlock with per-pid buffers
112 * relayd: close viewer stream trace chunk earlier on release
113 * Fix: relayd: put chunk reference when closing stream
114 * Fix: relayd: tracefile rotation: viewer opening missing index file
115 * Tests: fix shellcheck warning
116 * Tests: base path: lttng load for session configuration
117 * Cleanup: remove unused internal lttng_session_descriptor_get_base_path
118 * Refactor: Move set session path to own function
119 * Fix: move set base_path of session to URI configuration
120 * Fix: lttng: initialize sessions pointer to NULL
121 * Fix: check for dtrace and sdt.h before enabling SDT uprobe tests
122 * Fix: consumerd: crash occurs when taking snapshot of ust channel
123 * Fix: trace-chunk: log the cause of file open failures
124 * Fix: relayd: live: crash when creating viewer streams
125 * Fix: relayd: live: crash on attach to a session without trace chunk
126 * Fix: relayd: live: some listed sessions are not attacheable
127 * Fix: relayd: don't put un-acquired trace chunk reference
128 * Fix: relayd: don't put un-acquired viewer trace chunk reference
129 * Fix: consumerd: NULL pointer dereference during metadata sync
130 * consumerd: clean-up: stream attribute accessed without locking stream
131 * Fix: check for lttng-ust >= 2.11 at configure
132 * Typo: occured -> occurred
133 * Fix typo 'Attemp' -> 'Attempt'
134 * Fix: sessiond: use system LTTng-UST headers when available
135 * doc/man: use specific revision date for each manual page
136 * lttng-rotate.1.txt: update voice and document the `archives` subdir.
137
4152dd8b
JG
1382019-10-17 lttng-tools 2.11.0 (Wear Something Gaudy Day)
139 * Fix: sessiond: unbalanced health register/unregister on error
140 * Fix: sessiond: NULL thread_state provided to pthread_cleanup callback
141 * Fix: sessiond: leak of trace chunk on destruction error
142 * common: cleanup error message mentioning mkdir
143 * Fix: sessiond: session destruction errors are unreported
144 * Fix: consumer: double unlock of rcu read lock on error
145 * Fix: sessiond: application channel creation failure stops start cmd
146 * sessiond: clean-up: enhance logging on event allocation failure
147 * Fix: sessiond: don't assert on event creation error
148 * Fix: lttng-elf.c: dereferencing pointer before null check
149 * Fix: sessiond: unbounded elf section data size allocation
150 * Fix: sessiond: double socket close on allocation failure
151 * Fix: sessiond: TOCTOU error on save of session configuration
152 * Fix: tests: replace truncation-prone logging helper
153 * Fix: relayd: Dereference after null check
154 * Fix: sessiond: app sock and notif shm not created by the main thread
155 * Fix: sessiond: client socket not created by the main thread
156 * Fix: relayd: Dereference before null check
157 * Fix: relayd: unchecked return values
158 * Fix: ust-consumer.c: Double unlock of channel lock
159 * Fix: sessiond: Dereference before null check
160 * Fix: sessiond: Dereference after null check
161 * Fix: relayd: Explicit null dereferenced
162 * Cleanup: relayd: Logically dead code
163 * Fix: enable_events.c: typo in `WARN()` message
164 * Cleanup: enable_events.c: fix erroneous comment
165 * Cleanup: relayd: identical code for different branches
166 * Fix: common: Unchecked return value of `closedir()`
167 * Fix: relayd: Dereference after null check
168 * Fix: Tests: test_session.c: Structurally dead code
169 * Fix: session-descriptor.c: Dereference before null check
170 * Fix: common: Dereference after null check
171 * Fix: test_utils_compat_poll.c: Unchecked return value
172 * Fix: liblttng-ctl: wrong variable used during argument validation
173 * Fix: liblttng-ctl: ABI-breaking size change of lttng_session struct
174 * Fix: liblttng-ctl: config and mi strings inadvertantly exported
175 * Fix: liblttng-ctl: compat_sync_file_range inadvertantly exported
176 * Fix: liblttng-ctl: poll compatibility symbols inadvertently exported
177 * Fix: lttng-ctl: unvalidated session destruction handle API arguments
178 * Docs: document the session destruction handle API
179
561c149c
JG
1802019-10-01 lttng-tools 2.11.0-rc4 (International Coffee Day)
181 * Fix: Tests: Segfault in `test_utils_expand_path()`
182 * Fix: lttng-ctl: missing __cplusplus closing brace
183 * Fix: trace chunk reported unknown before close command execution
184 * Fix: sessiond: leak of application socket on chmod failure
185 * sessiond: clean-up: silence warning that agent event is leaked
186 * Fix: tests: leak of prefix on error to register lttng namespace
187 * Fix: use newly created event filter for condition check
188 * Fix: lttng-crash: detect truncated files
189 * Fix: sessiond: fs.protected_regular sysctl breaks app registration
190 * relayd: clean-up: mix-up between LTTNG_PATH_MAX and LTTNG_NAME_MAX
191 * Fix: destroy command: put consumer output after destroy notifier
192 * Refactor: remove logically dead code
193 * Fix: Null check before destroying health_sessiond
194 * Fix: Move initialization of queue_pipe_fd after null check of handle
195 * Fix: release reference to new chunk on copy error
196 * Fix: Close socket handle on error
197 * Fix: lttng: out-of-bound copy of arguments in 'view' command handler
198 * Revert "lttng: fix: out-of-bounds copy of original 'view' command arguments"
199 * Fix: relayd: session destruction does not complete in live mode
200 * Add a copy method to the trace chunk interface
201 * relayd: move viewer stream chunk reference release to destroy
202 * relayd: move relay_session locking outside of make_viewer_streams
203 * Fix: release reference to trace chunk on index file creation failure
204 * trace-chunk: clean-up: mark close command properties as static const
205 * trace-chunk: clean-up: misleading label name
206 * ust-consumer: fix: metadata stream lock taken before destroy
207 * sessiond: fix: memory leak of section name in elf parser
208 * kconsumer: clean-up: initialize ctf_index before populating it
209 * sessiond: fix: strncpy called with source length
210 * sessiond: fix: possible unaligned access in packed structure
211 * relayd: clean-up: strncpy uses the length of the source as length
212 * lttng: fix: out-of-bounds copy of original 'view' command arguments
213 * lttng: clean-up: silence bogus string truncation warning
214 * sessiond: clean-up: mixed log levels enums used to look-up event
215 * sessiond: fix: possible unaligned access in packed structure
216 * sessiond: fix: possible unaligned access in packed structure
217 * sessiond: fix: possible unaligned access in packed structure
218 * sessiond: fix: possible unaligned access in packed structure
219 * lttng-ctl: fix: possible unaligned access in packed structure
220 * lttng-ctl rotate: fix: possible unaligned access in packed structure
221 * runas: fix: possible unaligned access in packed structure
222 * consumer: fix: possible unaligned access in packed structure
223 * inet: fix: possible unaligned access in packed structure (inet/inet6)
224 * consumer: fix: unaligned accesses to index fields
225 * lttng-sessiond: clean-up: set free'd pointer to NULL
226 * lttng: fix: potential 0-length allocation in pid list parsing
227 * Tests: fix: uninitialized session_id used on list_sessions failure
228 * Tests: fix: uninitialized values passed to close() on error
229 * Clean-up: assert that get_count_order() returns a positive value
230 * Clean-up: suppress bogus scan-build warning
231 * Tests: fix: leak caused by misuse of realloc in multi-lib-test
232 * sessiond: clean-up: init ret value of _session_set_trace_chunk_no_lock_check
233 * sessiond: fix: print_escaped_ctf_string mishandles empty string
234 * lttng-ctl: fix: lttng_data_pending confuses communication status
235 * relayd: fix: rotate_truncate_stream() assumes non-null next chunk
236 * Fix: dereference of NULL pointer in stream_write()
237 * Fix: report bytecode_push failure when pushing symbol
238 * Fix: only invoke PERROR() on failure to close sessiond_socket
239 * Clean-up: lttng: check status returned when checking rotation state
240 * Fix: communication error unreported in relay_rotate_session_streams
241 * Fix: unreported error in relay_close_trace_chunk
242 * Clean-up: remove dead assignment from ht cleanup thread launcher
243 * Clean-up: remove dead assignment from thread_rotation
244 * Clean-up: remove dead assignment in setup_channel_trace_path
245 * Clean-up: remove dead assignments while setting session trace chunk
246 * Fix: report path truncation on addition of local uri to consumer
247 * Clean-up: lttng: silence warning in regenerate command handler
248 * Clean-up: lttng: silence warning in metadata command handler
249 * Clean-up: remove NULL check on sesison_create mandatory arguments
250 * Fix: session may be NULL in relay_create_session error path
251 * Clean-up: silence erroneous leak warning
252 * Fix: leak of lttng_elf_shdr in lttng-elf.c
253 * Fix: leaked chunk reference in lttng_consumer_create_trace_chunk
254 * Clean-up: remove unused stream file creation and unlink functions
255 * Fix: use the trace chunk to truncate streams on late rotation
256 * Clean-up: format using remaining buffer len rather than total len
257 * Fix sessiond: report flush errors on session stop
258 * Fix: leak of trace_path on error in ust_app_snapshot_record
259 * Fix: uninitialized directory handle finalized on error path
260 * Fix: release reference to created chunk if it can't be published
261 * Fix: destroy chunk registry on element creation failure
262 * Fix: return NULL on trace chunk registry failure
263 * Fix: forward fatal error in evaluate_condition_for_client()
264 * Fix relayd: check for NULL in session_put
265 * Fix typo in regenerate statedump test util
266
fb6e64cf
JG
2672019-09-06 lttng-tools 2.11.0-rc3 (Great Egg Toss Day)
268 * Fix: time constants already defined on macOS
269 * Fix: missing include strings.h for bcopy on Solaris 10/11
270 * Fix: strndup does not exist on Solaris 10
271 * Fix: strnlen is not defined on Solaris 10
272 * Fix: redefinition of USEC_PER_SEC macro on macOS
273 * Fix: sessiond does not build without lttng-ust support
274 * Fix: sessiond: handle NULL control output in session descriptor base path getter
275 * Tests: metadata env scope values
276 * Support LTTNG_KERNEL_SESSION_SET_CREATION_DATETIME of lttng-modules
277 * Support LTTNG_KERNEL_SESSION_SET_NAME of lttng-modules
278 * Metadata: add env fields to ease lttng path hierarchy creation for viewer
279 * Fix: lttng_directory_handle_init fails on opening base relayd output
280 * Fix: init_session_output_path is valid for peer >= 2.11 only
281 * Fix: chunk state is not set when relayd does not support trace chunks
282 * Fix: check validity of a stream before invoking ust flush command
283 * Fix: namespace our gettid wrapper
284 * pprint.m4: add missing copyright header
285 * Fix: reintroduce lazy kernel modules load, fix empty syscall list
286 * Fix: check for lttng modules presence before testing
287 * sessiond: use epoll()/poll() instead of select()
288 * lttng-ctl: notifications: use epoll()/poll() instead of select()
289 * epoll/poll compat: expose interruptible API
290 * tests: invoke full_cleanup from script trap handlers, use modprobe -r
291 * Cleanup: test: don't stop relayd twice
292 * Fix: test: utils.sh: exit from process on full_cleanup
293 * Fix: utils.sh: handle SIGPIPE
294 * Fix: tests: error handling in high throughput limits test (v2)
295 * Improve handling of test SIGTERM/SIGINT (v2)
296 * Fix: incorrect conversion specifier used with size and padding
297 * Fix: incorrect conversion specifier used with packet size
298 * Fix: mismatch of ust_app_get_size_one_more_packet_per_stream prototype
299 * Fix: mismatch of ust_app_snapshot_record prototype
300 * Fix: lttcomm_consumer_close_trace_chunk_reply undefined without UST
301 * Fix: kernel/ust snapshot backward compat for 2.10 relay
302 * relayd protocol: reply path for close chunk and create session 2.11
303 * Fix: streaming and snapshot backward compat for relayd < 2.11
304 * Fix: relayd: create_index_file error handling
305 * Fix: don't use newlines in logging message
306 * Fix: relayd outputs traces of legacy sessionds to home dir
307 * relayd comm: add base path to create session
308 * tests: add base-path tests
309 * test utils: support URI in lttng_snapshot_add_output
310 * Fix: close consumer sockets before waiting for them
311 * Fix: consumer: put each chunk on teardown
312 * Fix: validate that session, host and basepath are legal
313 * Fix: honor base path for network URIs
314 * Fix: bindings import segfaults on missing hash_key_u64
315 * Cleanup: typo: overriden -> overridden
316 * Fix: relay: relay_rotate_session_streams uninitialized return value
317 * Fix: test_kernel rotation: expect 60 rather than 64
318 * Save registration time for app
319 * Fix: tests: update rotation ust number of tests
320 * Clean-up: missing word `lock` in comment
321 * Use case-scope error labels handling LTTNG_CONSUMER_ROTATE_CHANNEL
322 * Use case-scope error labels handling LTTNG_CONSUMER_PUSH_METADATA
323 * Use case-scope error labels when handling LTTNG_CONSUMER_GET_CHANNEL
324 * Use case-scope error labels handling LTTNG_CONSUMER_ROTATE_CHANNEL
325 * Use case-scope error labels handling LTTNG_CONSUMER_DESTROY_CHANNEL
326 * Use case-scope error labels handling LTTNG_CONSUMER_STREAMS_SENT
327 * Use case-scope error labels when handling LTTNG_CONSUMER_ADD_STREAM
328 * Clean-up: set stream's channel pointer to NULL after releasing ref
329 * Fix: mark consumer channels as logically deleted during deletion
330 * Cleanup: mark utils_get_home_dir as returning a const string
331 * Fix: use utils_get_home_dir for anonymous trace chunk path
332 * Fix: tests: typo in rotation util
333 * Fix: keep ust/kernel session items around for destroy notifier
334 * Tests: add a test for the "skip non-empy" rmdir flag
335 * Fix: rmdir recursive: skip non-empty directories with flag
336 * Fix: uninitialized variable returned by relay_rotate_session_streams
337 * Fix: allow quiet rotation at destroy of live session
338 * Fix: relayd: live: read index file header
339 * Fix: index: use parenthesis around define
340 * Fix: test_crash: don't kill first app twice
341 * Fix: perform a rotation to a null trace chunk on session destruction
342 * relayd: log destination trace chunk of ROTATE_STREAMS command
343 * Clean-up: declare dummy pipe payload as a char instead of a string
344 * Fix: consumer: assert that stream chunk != NULL (not channel)
345 * relayd fix: trace chunk is reclaimed before close command
346 * Fix: rotation of a stopped session hangs indifinitely
347 * Fix: initialize kernel stream max subbuffer size on creation
348 * Fix: use relay_id from ust_session or kernel_session consumer
349 * Fix: lttng-ctl: public session.h control API: restore 0 success return value
350 * Fix: remote kernel stream paths contain too much information
351 * Fix: destroy command: send credentials with command
352 * relayd: open live viewer files from the current stream's trace chunk
353 * Fix: don't perform an automatic session rotation in snapshot mode
354 * Fix: incorrect time unit used when waiting on destruction handle
355 * relayd: implement file and session rotation on top of trace chunks
356 * Fix: remove assertions of the existence of a trace chunk
357 * Fix: only create trace chunk if the output of a session supports it
358 * Fix: use stream's current tracefile count rather than the max
359 * relayd: use bool for is_metadata relay_stream attribute
360 * relayd: create stream files relative to a session's trace chunk
361 * Fix: leak of consumer_output when using an explicit snapshot output
362 * Fix: reception buffer of control connection is leaked
363 * Fix: ensure a newline is printed before exit on client destroy
364 * Send session creation time to relay daemon when supported
365 * relayd: remove unnecessary allocation in session path formatting
366 * relayd: add remote trace chunk close command
367 * Create userspace buffers using ua_sess effective credentials
368 * Use lttng_credentials instead of bespoke uid/gid members in ua_sess
369 * relayd: add remote trace chunk creation command
370 * Add .clang-format
371 * Don't allow slashes and dots in overriden trace chunk names
372 * relayd: Retrieve a relay_session's trace chunk on creation
373 * relayd: Transmit current trace chunk id in create_sesssion command
374 * Use a "comm" variant of the LTTNG_OPTIONAL helper in sessiond-comm
375 * Remove unused relay daemon commands
376 * relayd: create an implicit trace chunk on session creation
377 * relayd: create sessiond trace chunk registry on session creation
378 * Use directory handle to rename trace chunk directory
379 * Docs: add directory handle header documentation
380 * Add rmdirat and renameat to run-as commands
381 * Print the location of trace chunk produced at session destruction
382 * Docs: misleading documentation of compat_epoll_create
383 * Remove unused ust_sock member of command_ctx
384 * Tests: clarify the tap output of the kernel session rotation test
385 * Fix: wait for the completion of implicit session rotations
386 * Fix: don't hide EBADF error subbuffer write
387 * Tests: don't expect a UST directory after inactive per-PID rotation
388 * Tests: remove check for an empty chunk produced on destruction
389 * Fix: metadata stream is not marked as quiescent after packet commit
390 * Create stream files relative to a stream's current trace chunk
391 * Cleanup: remove duplicated code in snapshot record command
392 * Fix: run_as_mkdirat returns value of errno
393 * Fix: double close of directory fd in runas worker
394 * relayd: add the sessiond_trace_chunk_registry interface
395 * Move index initialization to ctf-index.h
396 * Export utils_stream_file_path outside of common/utils.c
397 * Add file creation/unlinking utils to directory handle
398 * relayd: send sessiond uuid and session id as part of create session
399 * Transmit sessiond uuid to consumerd on launch
400 * Add lttng_uuid_copy() util
401 * Add lttng_uuid_is_nil() util
402 * Add lttng_uuid_is_equal util to lttng_uuid
403 * Add a consumer daemon INIT command
404 * Generate a UUID on lttng-sessiond launch
405 * Remove unneeded creation of the UST domain sub-directory
406 * .gitignore: ignore ccls and clangd files
407 * Create an initial trace chunk on first start of an ltt_session
408 * Allow direct access to the dirfd of a directory handle
409 * Create a consumer daemon trace chunk registry on launch
410 * Add the trace chunk and trace chunk registry interfaces
411 * Add a time_to_iso8601_str() utility
412 * Add a method to create a directory handle relative to another one
413 * Maintain a channel-per-session_id hash table in the consumers
414 * Document lttng_directory_handle_init_from_dirfd
415 * Allow lttng_directory_handle to be moved
416 * Add a copy method to lttng_directory_handle
417 * Remove unused bitfield.h header
418 * Use uuid_to_str() when formatting metadata
419 * Add an internal uuid formatting utility
420 * Tests build fix: undefined MAGIC_VALUE macro
421 * Build fix: undeclared variable in poll compat
422 * Fix: error when listing sessions with no session
423
c8518459
JG
4242019-05-24 lttng-tools 2.11.0-rc2 (Asparagus Day)
425 * Update base test for binding
426 * Fix: python binding: expose domain buffer type
427 * Clean-up: correct typo from epoll to poll
428 * Clean code base from redundant verification
429 * Change lttng_poll_wait behaviour of compat-poll to match compat-epoll
430 * Fix: hang in thread_rotation when using compat-poll
431 * Adapt poll layer behaviour to match the epoll layer
432 * Change LTTNG_POLL_GETNB behaviour for poll flavor
433 * Add Unit test to poll compatibility layer
434 * Fix: lttng_poll_mod calls compat_(e)poll_add
435 * Fix: getenv can return null
436 * Bump LTTNG_UST_ABI to 8.0
437 * Fix: directory handle credentials parameter is not const
438 * doc: Add reference to USDT probes
439 * Clean-up: Remove double buffer initialisation
440 * Fix: getgrnam is not MT-Safe, use getgrnam_r
441 * Fix: logging: log_add_time() save/restore errno
442 * Fix relayd: initialize beacon to -1ULL
443 * Fix: relayd: handling of lttng_read errors >= 0
444 * Harmonize pprint macro across projects
445 * Update the ac_define_dir macro from the autoconf archive
446 * Harmonize rw_prog_cxx_works macro across projects
447 * Namespace check_sdt_works custom macro
448 * Update macros from the autoconf archive
449 * Fix: relayd not spawned on default-url live session creation
450 * Clean-up: remove empty line in lttng create command
451 * Add mkdirat utils and runas wrappers
452 * Clean-up: remove commented code from test
453 * Fix tests: NULL pointer dereference in ltt_session unit tests
454 * Fix tests: NULL pointer dereference in ust channel unit tests
455 * Fix tests: NULL pointer dereference in ltt_ust_context unit tests
456 * Fix tests: NULL pointer dereference in ltt_session unit tests
457 * Log the wait-shm's path on shm_open failure
458 * Generate session name and default output on sessiond's end
459 * Move completed trace archive chunks to an "archives" sub-folder
460 * Fix: lttng_rotate_session does not handle socket close
461 * Fix: hide internal libcommon time utilities
462 * lttng: make the configuration file interface const correct
463 * Fix: command reply message is leaked for variable-len replies
464 * Fix: skip test when ust doesn't have perf support
465 * Tests: check for lttng-modules presence
466 * Fix: Properly sanitize input parameter
467 * Fix tests: link libpause_consumer on liblttng-ctl
468 * tap-driver.sh: flush stdout after each test result
469 * Fix tests: snapshot size validation failure runs too many test cases
470 * Fix tests: the tree origin can be a symlink itself
471 * Fix tests: skip test_getcpu_override on single core systems
472 * Enforce DL_LIBS value instead of hard coded -ldl
473 * Fix: Add POPT_CFLAGS to lttng_CFLAGS
474 * Fix: consumer snapshot: handle unsigned long overflow
475 * Clean-up: hide internal kernel_consumer_add_channel() symbol
476 * Fix: no-output sessions do not enforce snapshot constraints
477 * Fix: wrong error code returned by kernel_snapshot_record()
478 * Clarify incorrect channel output type logging message
479 * Mark lttng_kconsumer_snapshot_channel as static
480 * Docs: clarify the meaning of the snapshot_mode flag in ltt_session
481 * lttng: clean-up the printout of snapshot outputs
482 * lttng: clean-up printout of session output destination
483 * Docs: document the format of the lttng_session path member
484 * Docs: lttng-ctl has no default live timer period
485 * Fix: missing include can cause structures to not be packed
486 * Fix: check illegal combinations of ctrl-url/data-url/ouput/set-url
487 * Fix: lttng_uri structure must be packed as it is used for IPC
488 * Fix: missing mentions of tracing session rotation in basic help
489 * Fix: release reference to ltt_session on error instead of free()
490 * Fix relayd: session leaked on communication error during creation
491 * Prevent channel buffer allocation larger than memory
492 * Fix: destroy called twice on quit pipe
493 * Remove duplicate check for dlopen
494 * Tests: take multiple snapshots in streaming mode
495 * Fix: don't destroy the sockets if the snapshot was successful
496 * Fix: run-as thread deadlock on itself in restart error path
497 * Fix: session list lock must be held on session put operation
498 * Support minute and hour as time suffixes
499 * Test fix: passing bool argument to va_start is undefined
500 * Fix: missing rcu read locking in trigger "unregister all" command
501 * Fix: create_kernel_session asserts on failure
502 * Fix: only free trace_path when it is dynamically allocated
503 * Fix: wrong error check on kernel session creation
504 * Fix: don't put() thread on shutdown failure
505 * Fix: dereference on NULL pointer on allocation failure
506 * Fix: leak of filter bytecode and expression on agent event re-enable
507 * Test fix: python logging test spams its output
508 * Fix: leak of lttng-consumerd global HTs in run-as worker
509 * Fix: leak of sessiond configuration on launch of run-as worker
510 * Fix: leak of rundir config string
511 * Fix: only synchronize application configuration on tracing start
512 * Fix: run_command_wait() handle partial write
513 * Fix: do not repurpose iterator while it is being used
514 * Fix: handle_notification_thread_command: handle partial read
515 * Fix: notification thread: free session trigger list on error
516 * Fix: notification thread: RCU-safe reclaim of hash table nodes
517 * Fix: error logged on partial recvmsg() in MSG_DONTWAIT
518 * Print UTF-8 SI suffix only when allowed by the locale
519 * Cleanup: duplicate LDADD of libcommon for utils unit tests
520 * Move time utils to their own time.c file
521 * Fix: sessiond: don't allocate buffers and files for inactive sessions
522 * Cleanup: ust start/stop trace
523 * Fix: relayd: rotation pending off-by-one
524 * Fix: tests: test_crash should start sessions
525 * Fix: missing session reference release on kernel poll update
526 * Fix: set client socket permissions after launch of client thread
527 * Fix: use assignment-suppression for unused sscanf arguments
528 * Fix: report initialization error of app registration thread
529 * Fix: report initialization error of client thread
530 * Cleanup: consumer socket creation debug msg always prints fd:-1
531 * Cleanup: remove unused label
532 * Fix: may be used uninitialized warnings
533 * userspace-probe: tests: add testcase for unsupported instrumentation
534 * userspace-probe: Print error on binary not found
535 * userspace-probe: Print error for unsupported instrumentation mode
536 * Fix: use sys/types.h for ssize_t on Cygwin
537 * Add *.exe to gitignore for Cygwin
538 * Revert stubbing of runas functions
539 * Revert stubbing of unix socket functions
540 * Fix: warning 'fd' may be used uninitialized
541 * Fix: worker structure is leaked in run_as process
542 * Fix: ensure the ht clean pipe is empty before processing quit pipe
543 * Perform the clean-up of application notify sockets in main thread
544 * Clean-up: remove redundant exit labels from sessiond initialization
545 * Make the launch of the application registration thread blocking
546 * Stop the application registration thread before orphaned threads
547 * Rename ust-thread to notify-apps
548 * Teardown the notification thread after the sessiond clean-up
549 * Launch the consumer management thread using lttng_thread
550 * Stop sessions before destroying on teardown of session daemon
551 * Remove the sessiond "ready" counter mechanism
552 * Load session configurations from lttng-sessiond's main thread
553 * Launch the kernel management thread using lttng_thread
554 * Launch agent management thread using lttng_thread
555 * Mark lttng_pipe as const where possible
556 * Launch the application notification thread using lttng_thread
557 * Launch the application management thread with lttng_thread
558 * Launch application registration thread using lttng_thread
559 * Launch the ust registration dispatch thread using lttng_thread
560 * Launch the client management thread using lttng_thread
561 * Launch the timer thread using lttng_thread
562 * Launch the rotation thread using lttng_thread
563 * Fix: flush the rotation thread's job queue on exit
564 * Stop rotation pending check timer from the rotation thread
565 * Launch the notification thread using lttng_thread
566 * Launch the health management thread using lttng_thread
567 * Launch the ht-cleanup thread using lttng_thread util
568 * Add a thread utility class and thread list
569 * Don't perform an implicit rotation on session stop
570 * Wait for the destruction of sessions before tearing down main thread
571 * Fix: rotation_unavailable returned on failure to read time
572 * Fix: mark rotation pending check timer is never marked as disabled
573 * Acquire a reference to a session when a timer is active
574 * Reference count ltt_session objects
575 * Fix: session info reference is not put on unhandled condition type
576 * Fix: typo 'occured' -> 'occurred'
577 * Fix: typo 'retrive' -> 'retrieve'
578 * Fix: typo 'convet' -> 'convert'
579 * Fix: typo 'leat' -> 'least'
580 * Fix: max_t/min_t macros are missing cast on input
581 * Fix: Connect timeout arithmetic in inet/inet6 (v4)
582 * Fix: cmd_snapshot_record can return unexpected error codes
583 * Docs: document why a negative socket may be passed
584 * lttng-enable-event.1.txt: fix SDT acronym, add missing "are supported"
585 * lttng-enable-rotation.1.txt: --timer option should be fairly precise
586 * doc/man: remove AUTHORS section
587 * lttng-enable-event.1.txt: uprobe: update style and content
588 * doc/man: add links between man pages about session rotation
589 * lttng-enable-event.1.txt: document dynamic user space probes
590 * lttng-{enable,disable}-rotation.1.txt: both types can be specified
591 * lttng-disable-rotation.1.txt: remove LIMITATIONS section
592 * lttng-enable-rotation.1.txt: add that SIZE/PERIOD are approximations
593 * lttng-rotate.1.txt: lttng-relayd(8) also has --output option
594 * Fix: sessiond: ust_app_rotate_session error handling
595 * Fix: sessiond: snapshot: handle consumer return codes
596 * Fix: consumer: snapshot error return code
597 * Fix: sessiond: consumer.c: rotation error handling
598 * Fix: consumer: rotation error return codes
599 * Fix: create_channel_per_pid: remove channel on error
600 * Fix: channel errors on local stress-tests
601 * Fix: channel_ust_create: remove channel on agent error
602 * Fix: cmd_rotate_session() returns unexpected error codes
603 * Fix: session rotation logging statement references snapshot
604 * Clean-up: typo in logging message Totation -> Rotation
605 * Fix: rotation error may leave session in "ONGOING" state
606 * Fix: session_list lock must be held to launch a rotation
607 * Add an ASSERT_LOCKED(lock) macro
608 * Clean-up: move global sessiond symbols out of main.o
609 * Fix: split index and data file rotation logic
610 * Fix: trace_archive_id is not sent in add_stream command
611 * Fix: condition unsubscription error leaves session locked
612 * Fix: rotation thread does not unregister from RCU on init error
613 * Remove unused nr_stream_rotate_pending from consumer channel
614 * Fix: session destruction blocks indefinitely if rotation is ongoing
615 * Clean-up: remove non-existent function's declaration
616 * Always choose large event header for UST channels
617 * Fix relayd: stream index file created in the wrong directory
618 * relayd: add payload logging to session rotation commands
619 * relayd: rename stream prev_seq to prev_data_seq
620 * Fix: take index seq number into account for rotation pending check
621 * Fix: take index sequence number into account for data pending check
622 * relayd: keep track of prev_index_seq in relayd_stream
623 * Fix: session conditions not evaluated at subscription/registration
624 * Remove unnecessary check of output parameter
625 * Allow get_next_notification to return when interrupted
626 * Fix: register rotation thread as RCU thread
627 * Docs: comment typo fix (accomodates -> accommodates)
628 * Fix: uninitialized variable may be used in local rotation check
629 * Rename sessiond-timer.[hc] to timer.[hc]
630 * Fix: rotation may never complete in per-PID buffering mode
631 * Fix: perform local data pending before checking data pending with relayd
632 * Fix: missing header breaks the cygwin build
633 * Fix: double put on error path
634 * Fix: holding the stream lock does not equate to having data pending
635 * Fix: skip uid registry when metadata key is 0
636 * Docs: document the meaning of a ust app channel key set to 0
637 * Fix: acquire stream lock during kernel metadata snapshot
638 * Fix: skip closed session on viewer listing
639 * Fix: use LTTNG_VIEWER_ATTACH_UNK to report a closed session
640 * Doc: withinin -> within
641 * Fix: cleanup relayd sockets on rotation command communication error
642 * Fix: perform relayd socket pair cleanup on control socket error
643 * Fix: relayd control socket mutex is not destroyed
644 * Tests: do not bound test app iterations when in background mode
645 * Tests: add missing rotation and autoload tests to check target
646 * Tests: remove temporary folder
647 * Tests: remove mi result files when done
648 * Tests: Remove unused set +x
649 * Tests: Kill relayd after sessiond to ensure a clean tear down
650 * Tests: Remove unused variable
651 * Tests: Use stop relayd from utils.sh
652 * Tests: remove declaration already present in utils.sh
653 * Tests: added test_autoload to noinst_SCRIPTS
654 * Fix: Memory leak on run_as worker restart error path
655 * Fix: non-zero return of open handled as error
656 * Fix: global run_as worker lock released during restart
657 * Fix: runas worker attempts to send invalid fd to master
658 * Fix runas: don't attempt close negative fd
659 * Fix: tests: missing frame pointer for callstack test on some compiler
660 * Add release name and description to configure.ac
661
f150e760
JG
6622018-08-31 lttng-tools 2.11.0-rc1 (National Trail Mix Day)
663 * Missing kernel test files in dist target
664 * elf: support dynamic symbol table lookup
665 * Fix: leak of event attributes on copy failure
666 * Test fix: check length of input string
667 * Test cleanup: wrong indentation style in test_ust_data.c
668 * Test fix: leak of exclusions on allocation error
669 * Fix: runas check fd value before calling close()
670 * Docs: multiple rotation schedules can be active
671 * Docs: immadiate rotations can be performed with active schedules
672 * Fix: ret variable is used instead of cmd_ret in disable-rotation
673 * Cleanup: unused assignation on rotation error
674 * Cleanup: unused assignation on rotation already pending
675 * Fix: unchecked writer open element return value
676 * Remove unused session current_archive_location accessor
677 * Fix: incorrect error message on regenerate missing argument
678 * Fix: incorrect error message on metadata missing argument
679 * Fix: snapshot command mishandles missing arguments
680 * Cleanup: improve readability of filter expression condition
681 * Fix: potential use of NULL path in stat() use
682 * Cleanup: unused assignment of curr_data_ptr in lttng_elf
683 * Fix: uninitialized data/ret in runas offset commands
684 * Fix: uninitialized fd value used in runas
685 * Fix: report setegid()/seteuid() failure in runas
686 * Fix: leak of binary path on location creation error
687 * Fix: missing return value check in notification serialization
688 * Fix: possible leak of path in _utils_expand_path
689 * Fix: silent truncation in _utils_expand_path
690 * Cleanup: unused assignment of ret_code in ROTATE_CHANNEL
691 * Fix: passing null to closedir() on error
692 * Fix: unchecked access to pids array
693 * Fix: missing jump to error on allocation failure
694 * Cleanup: unused assignation of ret value
695 * Cleanup: unused assignation of ELF parsing error
696 * Fix: leak of probe_locs on error
697 * Fix: leak on agent event listing error
698 * Fix: possible null dereference on communication error
699 * Fix: returned pids may be uninitialized
700 * Fix: invalid destruction of lookup_method
701 * Fix: unused value in SDT probe description parsing
702 * Fix: use of uninitialized variable in C++ userspace-probe testapp
703 * Fix: use of uninitialized value in error path
704 * Fix: leaking string by setting pointer to NULL before freeing it
705 * Fix: passing negative param to dup(2) on error
706 * Fix: use-after-free in UST test case
707 * Fix: leak in error handling of userspace param parsing
708 * Fix: Remove dead code in fd passing function
709 * Cleanup: avoid duplicating userspace-probe desc twice
710 * Fix: memory leak in userspace probe param parsing
711 * Fix: missing error handling goto statement in runas
712 * Fix: use-after-free on error of lttng_event creation and copy
713 * Add function instrumentation type accessors to function location type
714 * Docs fix: probe location description is erroneous
715 * Fix: event leak during event load
716 * Hide lttng_event_copy symbol
717 * Docs: document new lttng_event methods
718 * Fix: leak of lookup_method_name in uprobe load
719 * Docs: distinction between function and tracepoint probe locations
720 * Fix: abort on unknown location type in destructor
721 * Clean-up: location lookup destroy can be type-agnostic
722 * Fix: hide internal uprobe configuration symbols
723 * Fix: event copy constructor frees original event on error
724 * Fix: userspace probe accessors are not const-correct
725 * Cleanup: use lttng_* string utility functions
726 * Silence macro redefinition warnings on macOS
727 * Fix: lttng-save command producing wrong XML fields
728 * Error out if filter expression is attached to unsupported event types
729 * Implement userspace-probe regression tests
730 * Implement lttng-mi for userspace-probe
731 * Implement lttng-save and lttng-load for userspace-probe
732 * Implement lttng-list for userspace-probe
733 * Add --userspace-probe kernel event type
734 * Implement $PATH binary searching function for userspace-probe
735 * Add userspace location in ltt_kernel_event structure
736 * Implement userspace probe location extraction and registration
737 * Implement 2-step registration of userspace probe events
738 * Use lttng_event_{create, destroy} to manage lttng_event struct
739 * Fix: remove unnecessary stderr output on expected behaviour
740 * trace_ust_create_event() now returns an error code
741 * trace_kernel_create_event() now returns an error code
742 * run_as: add extract SDT probe offsets command
743 * run_as: add extract ELF symbol offset command
744 * run_as: adapt run_as implementation to support complex payloads
745 * Add SDT userspace probe location
746 * Add lttng_event copy constructor
747 * Implement SDT probe description parsing function
748 * Add lttng_userspace_probe_location copy constructor
749 * Cleanup: move session saving of K(ret)probe and function tracing to dedicated functions
750 * Implement ELF function offset extraction function
751 * Add utils_expand_path_keep_symlink fonction
752 * Fix: kernel adds creds on recv with SO_PASSCRED unix socket option
753 * lttng-ctl: implement listing of userspace probe locations
754 * Add invalid userspace probe location error
755 * Fix: memory is not zeroed on first set_capacity
756 * Add a util to create a buffer view from a raw buffer
757 * Fix: dynamic buffer mishandles setting capacity to 0
758 * lttng-ctl: send userspace probe location on enable_event
759 * lttng-ctl: locate extended event attributes at reception
760 * Add utils to send file descriptors to the sessiond
761 * lttng-ctl: add accessors of userspace probe location to lttng_event
762 * lttng-ctl: add userspace probe location interface
763 * Add lttng_dynamic_buffer_get_capacity_left util
764 * Add ALIGN_TO util to macros.h
765 * lttng-ctl: add an lttng_event_extended distinct from communication structures
766 * lttng-ctl: move lttng_event functions to a new file
767 * Tests: possible NULL dereference in rotation notification test
768 * Clean-up: remove dead code from rotation test
769 * Fix: size of concrete class used in memcpy of base class
770 * Tests: add a session rotation ongoing/completed notification test
771 * Clean-up: remove useless check of event name
772 * Fix: mix of lttng_error_code and cmd_error_code enums
773 * Add notification session rotation hooks
774 * Implement rotation command handlers in notification system
775 * Fix: return 0 on successful location serialization
776 * Fix: return size from location deserialization function
777 * Add a trace archive location accessor to the session API
778 * Fix: notification channel not released on error path
779 * Implement rotation ongoing/completed commands
780 * Fix: remove session_info from sessions_ht on destruction
781 * Bind newly registered triggers to session or channel objects
782 * Docs: clarify the contents of channel_infos_ht
783 * Add a hashing function for session rotation conditions
784 * Build a list of triggers applying to a given session on creation
785 * Add a comment clarifying the ownership of triggers
786 * Fix: use condition's type to compute its hash
787 * Cleanup: enforce const-correctness in notification thread
788 * Fix: add session_info object to sessions_ht
789 * Add session rotation ongoing/completed notification commands
790 * Add session rotation ongoing/completed conditions
791 * Fix: use the correct condition type in logging statements
792 * Add a by-address equality short-circuit to condition comparison
793 * Fix: assume that conditions are valid before being compared
794 * Cleanup: remove superfluous argument to consumed size create
795 * Docs: prefer 'release' to 'free' in API documentation
796 * Add trace archive location serialization/deserialization methods
797 * Tests: add notap versions of start/stop tracing helpers
798 * Tests: typo in notification test case description
799 * Use the dynamic buffer to serialize notification objects
800 * Fix: consumers don't honor protocol on rotate pending relay command
801 * Fix: client_list_element leak on failure to evaluate a condition
802 * Fix: possible NULL dereference in uri_parse_str_urls()
803 * Typo fix in uri parsing error logging
804 * Fix: unchecked return value of cds_lfht_destroy
805 * Fix: clean-up sessiond condig structure on initialization error
806 * Fix: unchecked return value in sessiond path configuration
807 * Fix: path leak on formatting error
808 * Fix: use of uninitialized 'nb_pipes_fd'
809 * Clean-up: useless assert that unsigned value is >= 0
810 * Test fix: size schedule leaked in a schedule API test case
811 * Fix: unreported error on rotate timer stop failure
812 * save/load: support session rotation schedule descriptors
813 * mi: serialize relay rotation locations
814 * Fix: use negative code for errors in enum
815 * Add rotate-client to .gitignore
816 * Docs: adapt the rotation client example to the API changes
817 * Remove generic error reporting from the lttng client
818 * Test: session rotation schedule API
819 * rotation-api: introduce rotation schedule descriptors
820 * rotation-api: pass session name explicitly
821 * Set consumer's verbosity to the max level on --verbose-consumer
822 * Fix: Tests: use -no-pie linker option only when available
823 * Fix: check for removal of session's shm_path in destroy()
824 * Document the contents of the shm_path fields of the ust session registry
825 * Implement MI and save/load support for callstack contexts
826 * Tests: Add callstack contexts tests
827 * Add kernel and userspace callstack event context
828 * Fix: missing context enum values in session xml schema
829 * lttng-enable-event(1): update the Filter expression section
830 * Filter: document ust app ctx limitation
831 * Filter: add FILTER_OP_RETURN_S64 instruction
832 * Filter: make bitwise and, or, xor higher prio than relational expressions
833 * Filter: Update shifting tests
834 * Add () for bitwise and comparator tests
835 * Filter: Implement rshift, lshift, bit not operators
836 * Filters: generate backward compatible "get field" and "get context" instructions
837 * Filter: index array, sequences, implement bitwise binary operators
838 * Implement support for brackets in filter expressions
839 * Tests: add session auto-loading test cases
840 * Replace deprecated readdir_r() with readdir()
841 * Bash completion: ignore namespace for xmllint parsing
842 * Use https in links to the lttng.org website
843 * Log the session to which a ROTATE_PENDING command applies
844 * Initialize relay_stream chunk_id to its session's current trace archive id
845 * Pass the consumerd stream's trace archive id to the relayd
846 * Fix: propagate archive id to the consumer daemon on stream creation
847 * Typo in ust consumer log message (channek -> channel)
848 * Use dynamic payload for the add stream realyd command
849 * Dynamic payload for relayd create session command
850 * Fix: backward relayd communication compatibility.
851 * Add unused attribute to lttng_to_index_major param
852 * Replace strncpy by lttng_strncpy in lttngctl session configuration API
853 * Replace strncpy by lttng_strncpy in utils_stream_file_name()
854 * Use dynamic buffer to build session configuration path
855 * Replace strncpy by lttng_strncpy in session config
856 * Silence strncpy warning emitted by GCC 8 in XSD path construction
857 * Silence strncpy warning emitted by GCC 8 in lttng_strncpy()
858 * Silence strncpy warning emitted by GCC 8 in ini parser
859 * Fix: use signed variable for refcounting of consumer_relayd_sock_pair
860 * Cleanup: sobjd is never used by reply_ust_register_channel()
861 * Cleanup: chan is never used by save_agent_events()
862 * Cleanup: open_memstream and close_memstream compat is never used
863 * Remove unnecessary inclusions of version.h
864 * Add multilib test files to .gitignore
865 * Cleanup: ua_sess is never used create_ust_app_channel_context()
866 * Cleanup: consumer_data is never used by update_kernel_stream()
867 * Cleanup: app is never used by alloc_ust_app_session()
868 * Cleanup: ust_session_id unused by buffer_reg_uid_consumer_channel_key
869 * Cleanup: wpipe already contain kernel_tracer_fd
870 * Cleanup: domain type is never used by send_consumer_relayd_socket()
871 * Cleanup: uid and gid are never used by run_as_noworker()
872 * Cleanup: sessiond_id is never used by relayd_create_session_2_*
873 * Cleanup: sock is never used by ask_channel()
874 * Cleanup: ctx is never used by monitor_timer()
875 * Cleanup: signo is never used by metadata_switch_timer
876 * Cleanup: channel is never used by metadata_cache_check_version()
877 * Cleanup: relayd id is never used by write_relayd_metadata_id()
878 * Cleanup: attr is not used by open_ust_stream_fd()
879 * Cleanup: *_domain are never used by create_session
880 * doc/man: update rotation man pages to follow API's terminology
881 * Print consumerd32/64/kernel configuration
882 * Test: change use of space for tabs in utils.sh
883 * Tests: add duplicated providers tests
884 * Tests: add function to validate the number of an event name in metadata
885 * Tests: allow the use of regular expressions to match events
886 * Fix: calling ht_{hash, match}_enum with wrong argument
887 * Fix: probes should be compared strictly by events metadata
888 * Test for lttng-logger
889 * Test mi: rename sessiond load directory constant
890 * mi: support "add-context --list"
891 * Fix: test_ust-dl is generated at configure-time
892 * Fix: cmd line options overwrite env variable config options
893 * Fix: perform the initialization memory barrier out of loop body
894 * Clean-up: explicit mb before decrementing lttng_sessiond_ready
895 * Clean-up: use a define for support thread count
896 * Port: fix format warnings on Cygwin
897 * Add missing include for ssize_t on Cygwin
898 * Fix: sessions with agent channels fail to load
899 * Fix: don't wait for the load thread before serving client commands
900 * Add test_utils_parse_time_suffix to .gitignore
901 * Clean-up: kernel_consumer_add_stream() does not need to be public
902 * Fix: sessiond fails to launch on --without-ust configuration
903 * Fix: agent thread poll set creation failure results in deadlock
904 * Fix: test uses sizeof() on the wrong operand of strncpy
905 * Rename kernel_consumer_send_channel_stream()
906 * Rename consumer_init_channel_comm_msg()
907 * Cleanup: send_fds functions are not const-correct
908 * Remove unused ltt_session look-up result
909 * Clean-up: reduce indentation level of create_channel_per_uid()
910 * Enforce locking assumptions during channel creation
911 * Cleanup: misleading create_ust_app_session() name
912 * Rename rotate_count to current_archive_id
913 * Cleanup: name of send_sessiond_channel() is misleading
914 * Print the git version used to build from a distribution tarball
915 * Docs: lttng-version uses the intransitive form of "broke"
916 * Fix: relayd streams can be leaked on connection error
917 * Cleanup: fix typo in relayd comment
918 * Fix: ret may be used uninitialized in sample_channel_positions()
919 * Cleanup: ret is unused in relay_process_data_receive_header()
920 * Fix build: in_git_repo is used before being set
921 * Fix: partial writes of padding are not checked
922 * Propagate whether a connection was closed cleanly or after an error
923 * Fix: relayd protocol field present from minor 8 is not checked
924 * Add DBG statement for TCP keep-alive options
925 * Fix: relay_recv_metadata does not check for partial write
926 * Use non-blocking recvmsg() for data/ctrl connections of lttng-relayd
927 * Fix: unprivilieged sessiond agent port clashes with root sessiond
928 * Fix: erroneous use of extern keyword
929 * Fix: failure to launch agent thread is not reported
930 * Fix: agent may not be ready on launch
931 * Cleanup: misleading variable name
932 * Fix: checking for existing session daemon is done after daemonizing
933 * Fix: null pointer dereference in lttng_rotation_handle_destroy
934 * sessiond: rename syscall.h so it does not conflict with system
935 * Tests: Handle rotations happening on two separate days during testing
936 * Tests: Clean trace_path after each subtest
937 * Tests: Use for loop for identical validation
938 * Tests: Count number of chunk using ls
939 * Fix: quiet option is not set in sessiond-config
940 * Fix: hold consumer socket lock for consumer_send_msg
941 * Fix: use signed member to transport enum value
942 * Fix: use off_t type for lseek function return value to avoid overflow
943 * Extend the rotation API to provide network trace archive locations
944 * Increase LTTNG_HOST_NAME_MAX from 64 to 255
945 * Add lttng_trace_archive_location lttng-ctl API
946 * Clarify notification channel info ht destruction error log
947 * Fix: goto end after end label
948 * Check return value of cds_lfht_destroy
949 * Fix: destroy schedule attr
950 * Tests: fix oot and dist for rotation tests
951 * Tests: add rotation tests scripts to noinst_SCRIPTS and EXTRA_DIST
952 * Tests: SESSION_NAME defined on each iteration of kernel rotation test
953 * Tests: Reduce scope of TRACE_PATH to a function
954 * Tests: PID_RELAYD is never used
955 * Tests: use functions from utils.sh in rotation tests
956 * Tests: consolidate session creation with a uri parameter in utils.sh
957 * Tests: use modprobe to test for the presence of lttng-modules
958 * Tests: missing license header in rotation utils
959 * Tests: missing parenthesis in userspace rotation test
960 * Tests: use enable_ust_lttng_channel_ok instead of a custom lttng invocation
961 * Tests: remove TRACE_PATH at the end of the rotation test only
962 * Tests: exit $out gets overridden by EXIT trap from tap/tap.sh
963 * Tests: Use SIGTERM instead of SIGKILL
964 * Add --post-script to tap-driver.sh
965 * Tests: add rotation tests to the "check" target
966 * Fix: fail on truncation of kernel channel path
967 * Fix: fail on truncation of snapshot path
968 * Dedicated error message when relay does not support rotations
969 * Fix: add missing includes for embedded help
970 * Document tracing session rotation features
971 * Check for pending notification on notification channel activity
972 * Clarify error logging statement of rotation thread
973 * Fix: rotation state marked as completed before relayd has completed
974 * Fix: cmd_rotate_set_schedule returns positive error codes
975 * Fix: unchecked return value of domain_mkdir()
976 * Add initial "no rotation" state to session rotation states
977 * Fix: erroneous use of kernel consumer error codes
978 * Fix: unhandled prev_seq initial value
979 * Size-based rotation
980 * Add lttng_notification_channel_has_pending_notification()
981 * Fix: channel lock must be taken to check for pending notifications
982 * Docs: typo in notification channel header
983 * Fix: circular inclusion of lttng.h results in warning
984 * Remove unneeded domain.h include
985 * Docs: wrong enum value used in evaluation API description
986 * Remove unneeded forward declaration in condition headers
987 * Add the GMT offset in the rotated chunk path
988 * Tests for the session rotation feature
989 * Fix validate_trace_empty test check
990 * Example client to use the session rotation API
991 * Save, restore and list the rotation parameters
992 * Session consumed size notification
993 * Fix: previous channel total is not updated
994 * Add likely/unlikely annotations on channel sample handling path
995 * Separate session info from channel info in notification thread
996 * Rotate timer
997 * Simplify lock handling in enqueue_timer_rotate_job()
998 * Use utils_parse_time_suffix in create and enable-channel command
999 * Introduce utils_parse_time_suffix
1000 * Fix: use metadata key instead of fd for consumer rotation command
1001 * Fix: double similar condition
1002 * Fix: missing type definitions in mi-lttng-3.0.xsd
1003 * Fix: out of tree build fails on missing header
1004 * lttng rotate command
1005 * Relay rotate pending command
1006 * Rotate command
1007 * Sessiond timer thread
1008 * Fix: ret is uninitialized on standard path
1009 * Sessiond rotation thread
1010 * Consumer rotate a channel
1011 * Consumer perform the rotation when extracting a packet
1012 * Consumer rotate stream
1013 * Implement the RELAYD_ROTATE_PENDING relay daemon command
1014 * Implement the RELAYD_ROTATE_STREAM relay daemon command
1015 * Channel rotate pipe between sessiond and the consumers
1016 * Support to dump the kernel metadata cache from the beginning
1017 * Add ustctl_flush_buffer to the consumer API
1018 * Common consumer functions to read current positions
1019 * Dedicated function to wakeup the consumer metadata pipe
1020 * Keep read-only copies of fields from the channel to the stream
1021 * Cleanup: keep the number of pipes used by poll in a variable
1022 * Fix: kernel snapshot handling of EAGAIN
1023 * Command to rename a folder
1024 * Fix: create_output_path() relayd util is not const-correct
1025 * Fix: relayd send_command() util not logging on failure
1026 * Clean-up: relayd send_command() helper is not const-correct
1027 * Clean-up: remove unneeded cast
1028 * Create the session and domain directories on start
1029 * Command to make a directory on the consumer or relay
1030 * Use free running metadata channel key between sessiond and kernel consumer
1031 * Fix: leftover use of channel fd as identifier
1032 * Clean-up: use LTTNG_PATH_MAX rather than PATH_MAX
1033 * Keep the base directory of a relay session separate
1034 * Change trace_path to session_root_path and chunk_path
1035 * Make kernel tracer version global to the session daemon
1036 * Clean-up: typo fixes in notification thread comments
1037 * Bump minor notification protocol version
1038 * Clean-up: hash table utils are unnecessarily non-const
1039 * Fix: stream_per_chan_id_ht should allow duplicates
1040 * Fix: lttng logs nanoseconds
1041 * Fix: use a free running channel key between sessiond and kernel consumer
1042 * Tests: Fix: arm64 use sys_openat instead of sys_open
1043 * Fix: set errno with value from SO_ERROR on error.
1044 * Fix: missing value handling for lttng_event_context_type
1045 * Fix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform
1046 * Fix: error out on leftover arguments
1047 * Load preemptirq lttng-modules probe
1048 * Fix: reply to version check even on protocol mismatch
1049 * Fix: error handling on relay version check
1050 * Document add-context limitation for started session
1051 * Fix: add-context cannot be performed after a session has been started
1052 * Fix: duplicated kernel consumer socket locking
1053 * Tests: Change syscall tests to use `gen-syscall-events` testapp
1054 * Tests: Add test app to generate syscalls
1055 * Tests: Move script synchronization functions to utils library
1056 * Fix: remove unused event types in MI XML schema
1057 * Updating lttng-ust-ctl header file
1058 * Tests: cleanly exit from test apps on reception of SIGTERM
1059 * Document consumer socket locking assumptions
1060 * Fix: consumer socket lock not held during snapshot record
1061 * Fix: set_relayd_for_snapshot does not acquire the consumer socket lock
1062 * Fix: send_channel_monitor_pipe does not take the consumer socket lock
1063 * Document the locking assumptions of consumerd-relayd socket passing
1064 * Assert that the consumer lock is held while sending FDs to consumerd
1065 * Assert that the consumer socket lock is taken during communication
1066 * Tests: refuse to run test suite if lttng processes are present
1067 * Fix: metadata channel leak when using the snapshot tracing mode
1068 * Fix: do not flag consumer as disabled on relayd comm failure
1069 * Fix: cleanup inactive FDs in the consumer polling thread
1070 * man: document dead-peer detection for lttng-relayd
1071 * lttng-relayd: use TCP keep-alive mechanism to detect dead-peer
1072 * Tests: add kernel notification tests to the root regression list
1073 * Docs: clarify which socket serves as the ust_app_ht_by_sock's key
1074 * Docs: refer to apps_notify_thread instead of 'the other thread'
1075 * Docs: describe the apps_thread's working in function header
1076 * Tests: race between consumer pause and trace start/stop
1077 * Clean-up: remove unneeded rcu_read_lock acquisition
1078 * Docs: document locking assumption of function
1079 * Fix: notification thread not notified of channel creation on app error
1080 * Clean-up: consumer_add_metadata_stream always returns 0
1081 * Fix: scope ownership of a stream for ust-consumer
1082 * Clean-up: reduce scope of dyanamically-allocated string
1083 * Fix: using putenv() and free()-ing the value is invalid
1084 * Clean-up: unnecessary duplicated call to exit()
1085 * Fix: unknown consumer type considered a libc error
1086 * Fix: consumerd(64/32)_lib_dir can be NULL
1087 * Fix: evaluate trigger condition on registration
1088 * Fix: nonsensical message printed by lttng track/untrack
1089 * Fix: O_CLOEXEC is erroneously used on pipe creation
1090 * Fix: wrong parameter to fcntl in pipe_set_flag
1091 * Fix: use lttng_clock_gettime instead of clock_gettime
1092 * Fix: close channel monitor pipe after killing the metadata_timer_thread
1093 * Fix: path of snapshots with a relay and default URI
1094 * Fix: use file based synchronization for python logging test
1095 * Test: add file based synchronization point for python test app
1096 * Fix: wrong use of the relay_streams_sent in snapshot
1097 * Fix: the return code of lttcomm_send_unix_sock is signed
1098 * Fix warning: src/bin/lttng/utils.c: cast incompatible pointer
1099 * Fix: src/common/pipe.h: include <sys/types.h> for ssize_t and mode_t
1100 * Fix: detect dlmopen() and disable corresponding tests if not available
1101 * Fix: Use tmpdir for intermediary files
1102 * Fix: include scripts for distribution
1103 * Fix: typo in lttng-consumerd file default
1104 * Fix: missing NULL checks in logging statements
1105 * Fix: kernel consumerd sock paths need rundir substitution
1106 * Test: kernel testing for notification
1107 * Fix: create lttng run dir regardless of user privilege
1108 * Fix: Make version.h generation work with dash
1109 * lttng-enable-event(1): filtering: specify that `$ctx.cpu_id` is available
1110 * centralize sessiond config option handling
1111 * Fix: buffer overflow warning in python bindings
1112 * Tests fix: BT2 does not output the metadata of a trace collection
1113 * Update version to 2.11.0-pre
1114 * Typo: occured -> occurred
1115 * Fix: ensure kernel context is in a list before trying to delete it
1116 * Harmonize return code conventions in context handling
1117 * Fix: uninitialized return value on error path
1118 * lttng enable-channel: disallow --overwrite and --blocking-timeout
1119 * lttng-enable-channel(1): reword --blocking-timeout, document in description
1120 * lttng enable-channel: --blocking-timeout opt.: use `inf` instead of -1
1121 * Cleanup: remove unused internal structure
1122 * Cleanup: remove unnecessary extern qualifier
1123 * Docs: document the trigger API
1124 * Docs: document the notification API
1125 * Docs: document the notification channel API
1126 * Docs: document the evaluation API
1127 * Docs: document the lttng_condition API
1128 * Docs: document the lttng_buffer_usage condition API
1129 * Docs: document the lttng_action_notify action type
1130 * Docs: document the lttng_action API
1131 * Fix: ambiguous ownership of kernel context by multiple channels
1132 * lttng-enable-channel(1): move --output description to maintain A-Z ordering
1133 * lttng-enable-channel(1): document --monitor-timer
1134 * Prettify channel listing
1135 * Use pipe instead of eventfd() for notification command queue
1136 * Cleanup: useless reset of ret to zero
1137 * Fix: ret is never used on error_open code path
1138 * Fix: use error code path instead of break when errors happen before execl
1139 * Cleanup: ignore useless check of execl() return value
1140 * Fix: wrong variable assignment on error
1141 * Cleanup: remove dead increment of pointer
1142 * Fix: missing error handling in use of print_tabs()
1143 * Cleanup: functions shall have a single exit point
1144 * Cleanup: remove dead assignment
1145 * Cleanup: remove dead assignment
1146 * Cleanup: remove dead assignment
1147 * Cleanup: remove dead assignment
1148 * Cleanup: remove dead assignment
1149 * Cleanup: remove dead assignment
1150 * Cleanup: remove dead assignment
1151 * Cleanup: remove dead assignment
1152 * Cleanup: remove dead assignment
1153 * Cleanup: dead assignment
1154 * Fix: ret is used instead or err to set an error code
1155 * Cleanup: remove dead assignment
1156 * Cleanup: remove dead assignment
1157 * Fix: report error using fd instead of ret
1158 * lttng-enable-channel(1): reword and fix style of --blocking-timeout description
1159 * Fix: doc/man: use a single XSL file and match local names
1160 * Tests: rework select_poll_epoll test to improve verbosity on failure
1161 * Only print relevant session statistics on stop
1162 * Fix: NULL passed to memcpy in error path
1163 * Only print relevant session statistics in channel listing
1164 * Uniformize the printing of units in session listing
1165 * Fix: lost packet accounting always lost on snapshot
1166 * Fix: report error on session listing
1167 * Tests: don't assume a 4K page size in test_notification
1168 * Fix live-comm: merge TCP socket write-write sequence in a single write
1169 * Docs: move notification thread documentation to header
1170 * Docs: grammar fix in comment
1171 * Fix: evaluate condition/trigger on subscription
1172 * Test: Trigger conditions is evaluated on subscription
1173 * save/load: add blocking_timeout attribute to channel
1174 * Introduce monitor_timer_interval to session configuration schema
1175 * Test: Reduce scope of variables used in multi app notification test
1176 * Hide internal buffer-view symbols
1177 * Hide internal session configuration symbols
1178 * Hide internal dynamic-buffer symbols
1179 * Hide internal string-utils symbols
1180 * Typo: occured -> occurred
1181 * Fix: join consumer timer thread
1182 * Cleanup: use CMM accessors for consumer_quit variable
1183 * Fix: test_utils_expand_path passes NULL to sprintf
1184 * Fix: reject triggers if they depend on an unavailable feature
1185 * Fix: check lttng-modules ABI version for RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS support
1186 * Fix: Send remove channel to notification thread only when necessary
1187 * Fix: notification test: resources leak and return handling
1188 * Fix: parse monitor timer parameter as an unsigned 64-bit integer
1189 * Introduce "--blocking-timeout" channel parameter
1190 * Fix: lttng list of channels should return errors
1191 * Fix: discard event/lost packet counters
1192 * Fix: test: proper redirection of stderr to stdout
1193 * Docs: notification comment refers to a structure by its former name
1194 * Fix: missing errno.h include in time.h compat header
1195 * Cleanup: remove stale file from .gitignore
1196 * Disable binaries on platforms where they are not supported
1197 * Cleanup: add silent rules support for docs
1198 * Cleanup: popt library detection
1199 * Cleanup: remove duplicated pthread detection code
1200 * Cleanup: remove unused m4/libxml.m4
1201 * Cleanup: bison and flex detection
1202 * Cleanup: merge two instances of AC_CHECK_FUNCS
1203 * Cleanup: lttng-ust library detection
1204 * Cleanup: kmod library detection
1205 * Cleanup: dlmopen detection
1206 * Cleanup: uuid library detection
1207 * Fix: Don't override user variables within the build system
1208 * Fix: registry can be null on lookup
1209 * Test: Replace test relying on pselect6(2) man page ambiguity
1210 * Tests: channel subbuffers must be larger or equal to PAGE_SIZE
1211 * Tests: regression testing for notification API
1212 * Tests: add consumer testpoint to pause data consumption
1213 * Fix: explicitly send client credentials during handshake
1214 * Test: utils: introduce LTTNG_SESSIOND_ENV_VARS
1215 * Test: utils.sh: use getconf to start either 32 or 64 consumerd
1216 * Optimization: remove unnecessary buffer resizes on partial recvs
1217 * Docs: improve the documentation of the dynamic buffer interface
1218 * Add comment to round_to_power_of_2()
1219 * Clean-up: simplify the implementation of dynamic buffer set_capacity
1220 * Fix: space left in buffer may be uninitilized on capacity increase
1221 * Assert that dynamic buffer size <= capacity
1222 * Clean-up: improve readability of dynamic buffer append condition
1223 * Fix: inbound buffer may be set too short on partial command reception
1224 * Clean-up: fix misleading code alignment
1225 * Clean-up: remove useless comment
1226 * Fix: return LTTNG_ERR_INVALID_TRIGGER on validation failure
1227 * Fix: missing includes in buffer-usage.h
1228 * Unit tests for notification api
1229 * Run unit tests before regression tests
1230 * Fix: semaphore semantics are expected from notification command eventfd
1231 * relay: use urcu_ref_get_unless_zero
1232 * Fix: use "flush empty" ioctl for snapshots
1233 * Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command
1234 * Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once
1235 * Fix: lttng-sessiond: cpu hotplug stream number mismatch
1236 * Tests: use SIGKILL to shutdown daemons in test_thread_exit and test_tp_fail
1237 * Fix: consumer_timer_signal_thread_qs waits on LTTNG_CONSUMER_SIG_SWITCH
1238 * Revert "Fix: futex can be free'd while used by waker thread"
1239 * Fix: thread exit vs futex wait/wakeup race
1240 * Fix: use lttng_waiter instead of futex in notification thread
1241 * Add lttng_waiter utils
1242 * Fix: pthread_join on thread start error
1243 * Fix: missing check on notification thread join
1244 * Fix: status_loc argument of waitpid() is used on error
1245 * Fix: leak of deserialized trigger sent from client
1246 * Clean-up: missing static qualifier on internal function
1247 * Fix: duplicate values used in lttng_evaluation_status enum
1248 * Fix: missing header inclusions in buffer-usage.h
1249 * Fix: COMPAT_EPOLL_PROC_PATH is available from Linux 2.6.28
1250 * Fix: skip empty revents in notificationthread
1251 * Clean-up: warning caused by unused label
1252 * Fix: futex can be free'd while used by waker thread
1253 * Fix: missing header causes build failure with --disable-epoll
1254 * Fix: return NULL pointer on memory allocation failure
1255 * Clean-up: unused variable warning in poll compat
1256 * doc: how to trace consumerd with valgrind
1257 * Cleanup: initialize kernel ioctl ABI structures to 0
1258 * Cleanup: initialize data to 0
1259 * Fix: consumer data lock deadlock caused by monitor timer
1260 * Fix: assert() on null index_file in lttng_index_file_write()
1261 * Fix: fail on relayd lookup when finding a relayd is expected
1262 * Clean-up: use lttng_read() wrapper instead of read()
1263 * Fix: NULL pointer dereference in lttng_condition_serialize
1264 * Fix: Exclusion check iterates multiple times on same array
1265 * Fix: return of free'd string on error in strutils_split()
1266 * Fix: free of uninitialized value on error path
1267 * Silence bogus Coverity warning of uninitialized value
1268 * Silence bogus Coverity warning of uninitialized value
1269 * Silence bogus Coverity warning of uninitialized value
1270 * Silence bogus Coverity warning of uninitialized value
1271 * Fix: dereference before null check of channel attributes
1272 * Fix: memory leak of client_list_element
1273 * Fix: unchecked lttng_dynamic_buffer_set_size return value
1274 * Add 2.10 release beer name and description
1275 * Build: missing includes for ssize_t definition on Cygwin
1276 * Fix: consumer-timer.c includes ust-ctl.h even --without-lttng-ust
1277 * Fix: missing header in Makefile breaks the dist build
1278 * Tests fix: tracefile-size tests assume PAGE_SIZE subbuffers
1279 * Fix: use of uninitialized channel attributes in client
1280 * Clean-up: only declare help_msg in embedded help case
1281 * Fix: use of session_name instead of channel_name in condition hash
1282 * Fix: lttng-live: send HUP reply when per-PID streams are gone
1283 * Test: use output_path instead of argument position
1284 * Bump default kernel, and UST per-uid/per-pid buffer size
1285 * Fix: syscall_table_nb_entry invalid value when no syscalls TPs are defined
1286 * Add string-utils to dist subdirs in libcommon
1287 * Tests fix: initialize kernel extended channel attributes
1288 * Tests fix: initialize UST extended channel attributes
1289 * lttng-enable-event(1): document globbing patterns in event names and filters
1290 * Tests: add globbing pattern tests to test_java_log4j
1291 * Tests: add globbing pattern tests to test_java_jul
1292 * Tests: add globbing pattern tests to test_python_logging
1293 * Tests: add globbing pattern tests to test_valid_filter
1294 * Tests: add globbing pattern tests to test_invalid_filter
1295 * Tests: add globbing pattern tests to test_event_wildcard
1296 * Tests: add globbing pattern tests to test_exclusion
1297 * Tests: utils: add gen-ust-nevents-str util
1298 * Tests: add string-utils library unit tests
1299 * Add support for "full" star globbing patterns in event names and filters
1300 * Add string-utils convenience library
1301 * doc: lttng-destroy(1): document --no-wait option
1302 * doc: lttng-stop(1): replace tabs with spaces
1303 * doc/man: add typical `$` and `#` prompts to command lines
1304 * bin/lttng: remove double "help" command and sort list
1305 * lttng help: use command's --help directly
1306 * Add --enable-embedded-help option to embed --help messages in binaries
1307 * Expose monitor timer interval to lttngctl and client
1308 * Tests: add placeholder symbol to allow unit tests to link
1309 * Implement consumer ring buffer position sampling
1310 * Add new snapshot ustctl API
1311 * Add kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
1312 * Handle trigger registration and unregistration in sessiond
1313 * Start notification subsystem thread in sessiond initialization
1314 * Clean-up: fix comment type in lttng-consumerd.c
1315 * Add the sessiond notification-handling subsystem
1316 * Clean-up: comment fix in agent_thread_manage_registration
1317 * Add client notification API
1318 * Add utils_get_count_order_u64 to utils
1319 * Implement poll mask modification support in poll wrappers
1320 * Add the container_of() macro to macro.h
1321 * Add pipe_release utils to the pipe wrapper
1322 * Add named pipe support to the pipe wrapper
1323 * Add non_block version of functions to UNIX socket wrapper
1324 * Add lttng_buffer_view util
1325 * Add lttng_dynamic_buffer util
1326 * Clean-up: fix typo in sessiond main.c comment
1327 * Docs: fix comment describing ust_cmd_queue
1328 * Port: Link with no-undefined on Windows
1329 * Port: win32 DLLs don't support hidden symbols
1330 * Port: add cygwin support to endian compat
1331 * Fix: Remove unused headers
1332 * Fix: tests: register thread for RCU operations.
1333 * Fix: Lazily initialize max poll set size in poll compat
1334 * Fix: null dereference on error path for create_ctx_type
1335 * Fix: test_ust_data dereference of null pointer
1336 * x is never reused, no need to shift it
1337 * Fix: test_kernel_data dereference of null pointer
1338 * Man: move [SESSION] before options
1339 * Fix: consumerd: add missing put_subbuf for ust and kernel errors
1340 * Fix: sessiond: only send streams to consumer once
1341 * Fix: consumerd main: needs to be a registered RCU thread
1342 * Fix: thread_dispatch_ust_registration needs to be a RCU thread
1343 * Fix: don't abort metadata push on closed metadata
1344 * lttng-tools: remove bogus interpreter line from utils shell library
1345 * Fix: consumerd: order of metadata cache vs stream lock
1346 * Fix: add missing rcu_barrier before daemon teardown
1347 * Fix: Add missing pthread.h include
1348 * Fix: support for older versions of Babeltrace in test script
1349 * Fix: reverse channel and metadata cache lock nesting order
1350 * Fix: only lock the metadata_cache in userspace consumers
1351 * Fix: lock nesting order reversed
1352 * Fix: lttng-relayd: forcefully close stream on relayd shutdown
1353 * Fix: protect the channel's metadata stream using the metadata cache lock
1354 * Fix: double unlock of metadata mutex on error
1355 * Fix: free previous instance of url (alloc_url) on default live url assignation
1356 * Fix: add element length check in lttng_index_file_open
1357 * Assert that index_file does not exist before setting a new one
1358 * Fix: relayd vs consumerd compatibility
1359 * tests: Implement tests for lttng-ust LTTNG_UST_BLOCKING_RETRY_TIMEOUT
1360 * lttng-add-context(1): add missing man: prefix
1361 * lttng-add-context(1): fix style
1362 * lttng-snapshot(1): fix style
1363 * lttng-metadata(1): fix style
1364 * doc/man: put short option's argument too
1365 * Remove `metadata` command from various help resources
1366 * List the `regenerate` command in various help resources
1367 * lttng-load(1): fix synopsis and style
1368 * Fix: truncate the metadata file in shm-path
1369 * Load: add message indication that a name override was carried out
1370 * Load: expose overrides elements in mi
1371 * Fix: assign values to path, ctrl and data uris during configuration load
1372 * Load: test that name override does not have side effects
1373 * Docs: remove invalid short option -U and move option descriptions
1374 * Fix: add missing refcount of loaded modules
1375 * Fix: only unload successfully loaded kernel modules
1376 * Fix: test cases now rely on explicit workloads
1377 * m4/pprint.m4: update with correct quoting
1378 * configure.ac: move warning to end of output for the end user
1379 * doc/man: only require asciidoc-attrs.conf when building the man pages
1380 * Test fix: increase test count in plan of test_perf_raw
1381 * Create a dedicated test suite for Perf
1382 * Tests: accommodate stricter mktemp implementations in tests
1383 * Add version info to lttng-relayd help
1384 * Fix: stop sessiond threads on health thread error
1385 * Fix: stop lttng-relayd threads on health thread error
1386 * Fix: report an error if unix socket address is too long
1387 * Remove unmaintained TODO file
1388 * Remove outdated comment about run_as open being broken
1389 * Remove run-as compat wrapper from internal code
1390 * Fix: save: leak of configuration file fd
1391 * Update master version to 2.10.0-pre
1392 * Fix: warn when a loaded session can't be set as the default
1393 * Warning fix: forward declare struct lttng_ust_calibrate
1394 * lttng-enable-channel(1): remove redundant --discard from synopsis
1395 * test: load --override-name
1396 * load: introduce --override-name
1397 * man: lttng-load fix up
1398 * Docs: grammar fix in load.h
1399 * lttng_ctl: add session_name to load override
1400 * Fix: test presence of override_attr before accessing its member
1401 * load: objects returned by getters do not need to be freed
1402 * Remove lttng_load_session_attr_get_override_path_url
1403 * Docs: change order of set functions in load.h to match get
1404 * Remove calibrate documentation
1405 * Remove calibrate from liblttng-ctl
1406 * Remove calibrate from lttng-sessiond
1407 * Remove calibrate from Python bindings
1408 * Remove calibrate from Bash completion script
1409 * Remove calibrate tests in Python bindings
1410 * Remove calibrate command from lttng CLI
1411 * Build fix: remove load-42-stream.lttng from dist target
1412 * Test: load --override-url
1413 * Add --override-url option to load command
1414 * Apply the overrides attributes during configuration load
1415 * Clean-up: remove copy-pasted comment from save.c
1416 * lttng-ctl: add override helper to load api
1417 * Rename override to overwrite for config_load_session
1418 * Fix: report truncation on snprintf
1419 * Fix: check for a session daemon before running load command
1420 * Fix: ignore SIGPIPE
1421 * Use lttng api for the load command
1422 * Fix: use ssize_type for the return value of uri_parse_str_urls
1423 * Docs: grammar fixes in load.h
1424 * Fix: wrong api comments for load.h
1425 * Fix: do not overwrite ret if already set and session found
1426 * lttng-sessiond: auto-load lttng-probe-i2c module
1427 * Bump lttng-modules ABI minor version
1428 * Fix: handle backward compatibility with lttng-modules 2.7
1429 * Clean-up: remove unnecessary autoconf variable substitution
1430 * Fix: honor negative (unlimited) app socket timeout
1431 * Build: Replace use of deprecated AM_PATH_XML2
1432 * Test fix: set app and network socket timeouts to unlimited
1433 * Test fix: test_fork can hang while waiting for child pids
1434 * Test fix: test_daemon can hang while waiting for child pids
1435 * Test fix: redirect python test subprocess output to /dev/null
1436 * Build fix: macOS Sierra provides clock_gettime
1437 * Fix: time redefinition warnings on macOS builds
1438 * Clean-up: remove unused variable user
1439 * Cleanup: Remove fun from code base
1440 * Fix: remove in-place backup suffix argument provided to sed
1441 * Fix: pass a valid length to accept() on unix domain sockets
1442 * Log signals received by run_as worker
1443 * Missing word in worker_sighandler() comment
1444 * Clean-up snapshot command error reporting
1445 * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
1446 * Use -M parameter instead of --manpath when invoking man(1)
1447 * OOT Build fix: reference the source directory's Python test app
1448 * Fix: pass NULL to config_load_session instead of an empty string
1449 * Tests: don't copy test_python_logging explicitly
1450 * OOT build fix: Missing include of src directory
1451 * Accomodate BSD sed in version.h generation
1452 * Port: Detect platforms where librt is required
1453 * Port: Add OSX clock_gettime compat
1454 * Port: Add OSX support to socket compat
1455 * Port: Add OSX support to poll compat
1456 * Port: Add OSX support to fcntl compat
1457 * Port: Add OSX compat to sessiond-comm/unix.c
1458 * Port: Add OSX endian.h compat
1459 * Port: Add OSX libuuid compat
1460 * Fix: zero-initialize fd_set
1461 * Clean-up: missing cast to fd_set*
1462 * Fix: usage of FD_SET on fd_set > 1024 results in corruption
1463 * Fix: erroneous usage of addr parameter in mmap()
1464 * Clean-up: remove useless assignment
1465 * Fix: missing unmap in test error handling
1466 * Tests: unchecked pthread_join return value
1467 * Clean-up: remove negative check against unsigned value
1468 * Fix: unchecked init_pipe return value
1469 * Tests: Unchecked pthread_create return value
1470 * Clean-up: remove useless assignment
1471 * Tests: Add tracepoints to libbar, libfoo and libzzz
1472 * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
1473 * Test the parsing of perf raw context
1474 * Enable perf PMU counters by raw ID
1475 * Run userspace perf tests on non-x86 platforms
1476 * Tests: adjust ust-dl planned test count
1477 * Test library load/unload events
1478 * Add missing ust_app_regenerate_statedump_all stub
1479 * Clean-up: remove unused ust_app_regenerate_metadata_all
1480 * Add regenerate command to MI schema
1481 * Manpage for the regenerate statedump command
1482 * Tests for the regenerate statedump command
1483 * Allow regenerating the statedump of a running session
1484 * Kernel ioctl to regenerate the statedump
1485 * UST command to regenerate the statedump
1486 * Rename the "metadata regenerate" command to "regenerate metadata"
1487 * Typo fix: uninitializez ->uninitialized
1488 * Fix: handle negative (unlimited) system stack size limits
1489 * Tests: adjust type declaration test count
1490 * Fix: protocol mismatch between UST and tools
1491 * ust-ctl: use fixed-size integer rather than enum
1492 * Test UST's autoincrementing enumeration values
1493 * Add support for UST's autoincrementing enum entries
1494 * Tests: eliminate process timeouts from Python tests
1495 * Fix: English syntax errors in 'lttng status'
1496 * Test for select, poll and epoll syscall overrides
1497 * Tests: tap.sh spams tests' output when no plan is set
1498 * Fix: Set thread stack size to ulimit soft value
1499 * Fix: location of various standard headers
1500 * Fix: missing include ctype.h for isdigit()
1501 * Fix: strerror_r behavior is glibc specific
1502 * Fix: error.h -> common/error.h
1503 * Fix: snapshot del-output with name on musl
1504 * Fix: sessiond ht_match_event() check if filter is NULL
1505 * configure.ac: fix --enable/disable-kmod option
1506 * Tests: spawn ht_cleanup thread in unit tests
1507 * Lazily initialize max poll set size
1508 * Revert "Assert that a valid clean-up pipe exists on ht_cleanup_push"
1509 * tests: test ust snapshot with discard buffers
1510 * tests: test kernel snapshot with discard buffers
1511 * Allow channel mode override in snapshot sessions
1512 * Fix: validate number of subbuffers after tweaking properties
1513 * Use bool type for save command options
1514 * Clean-up: harmonize popt option declarations in save.c
1515 * Clean-up: move mi_writer declaration with other declarations
1516 * Add name omission and output omission on save to lttng-ctl
1517 * Express overwrite attribute as a byte in communication protocol
1518 * Assert that a valid clean-up pipe exists on ht_cleanup_push
1519 * Fix: do not refer to objects as .o
1520 * Fix: do not link against libtool .o objects
1521 * Fix: Define MANPATH in config.h
1522 * Tests: Make warn_processes.sh more portable
1523 * Fix: add missing script to dist
1524 * Fix: leak of UST app hash tables
1525 * Fix: leak of reply buffer on data pending check
1526 * Fix: call xmlCleanupParser to free global libxml2 allocations
1527 * Fix: missing "void" parameter of lib constructor and destructor
1528 * Docs: fix comment typos in lttng-sessiond's main.c
1529 * Fix: lttng-relayd allow binding of privileged ports for non-root users
1530 * relayd: optimize receive throughput
1531 * Clean-up: harmonize kernctl API error checking
1532 * Introduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK macros
1533 * Fix: enforce assumption that lttng-modules ioctl() return <= 0
1534 * Fix: reduce scope of kconsumer consumed_pos and produced_pos
1535 * Docs: document safety of consumer_thread_is_ready access
1536 * Clean-up: unused ret values in thread_manage_health
1537 * Clean-up: remove dead code in sessiond's set_option()
1538 * Fix: set the logger level to prevent unexpected level inheritance
1539 * Typo: Stoping -> Stopping
1540 * Typo: occured -> occurred
1541 * Fix: only perform lttng_consumer_sync_trace_file() in local mode
1542 * Make lttng_consumer_sync_trace_file static
1543 * Fix: don't negate posix_fadvise return value to check error
1544 * Fix Solaris 10 build: use lttng_strnlen() wrapper
1545 * Rename lttng_error_type to lttng_error_level
1546 * Cleanup error.h __lttng_print() used for message printing
1547 * Update coding style document for macro style
1548 * Fix: coding style document has erroneous semicolon at end of macro
1549 * Fix: add missing semicolons after MSG, DBG, ERR print macros
1550 * Tests: inverted condition in test_kernel_data
1551 * OOT build fix: asciidoc.conf is now a source file
1552 * lttng-create(1): use attributes for default ports
1553 * lttng-create(1): add xrefs to creation mode definitions
1554 * lttng-create(1): use the correct DATAPORT/CTRLPORT variables
1555 * lttng-create(1): use def list for net protocols
1556 * lttng-create(1): add relay mode
1557 * doc/man: put AsciiDoc attributes in their own file
1558 * test: UST tracing destroy flush behavior with tracefile rotation
1559 * test: kernel tracing destroy flush behavior with tracefile rotation
1560 * Add environment variable to allow abort on error
1561 * Fix: ust-consumer: flush empty packets on snapshot channel
1562 * Fix: WARN() should print as WARN level, not ERR
1563 * Fix: error.h: add missing parenthesis around macro parameter
1564 * Fix: bogus mask on error.h PRINT types
1565 * Fix: kernel tracing: flush after stop
1566 * Fix: UST should not generate packet at destroy after stop
1567 * Tests: remove flaky '*' kernel wildcard test
1568 * Fix: bad file descriptors on close after rotation error
1569 * Fix: configure.ac: allow --disable-python-bindings
1570 * Fix: merge tap tests stdout and stderr
1571 * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
1572 * Fix: Double free in utils_partial_realpath error path
1573 * Fix: remove logically dead code in send_channel_uid_to_ust
1574 * Fix: unchecked return value in low throughput test
1575 * Tests: abort() exclusion test on allocation failure
1576 * Fix: unchecked posix_fadvise() return value
1577 * Fix: unchecked return value in relayd live.c
1578 * Fix: unchecked return value in trace_clock_read64_monotonic
1579 * Clean-up: remove unnecessary blank line
1580 * Fix: initialize the cur_event variable before using it
1581 * Fix: Dereference after NULL check in consumer
1582 * Tests: abort test on memory allocation failure
1583 * Fix: pointer dereference after NULL check in test_create_ust_event_exclusion
1584 * Fix: NULL pointer dereference in relay_index_get_by_id_or_create
1585 * Clean-up verbosity incrementation in set_option
1586 * Fix: Deference after null check in sessiond set_option
1587 * Docs: clarify comment in parse_pid_string()
1588 * Fix: Wrong sizeof argument in pid tracker
1589 * Fix: tests: incorrect uri index
1590 * Fix: Integer overflowed argument
1591 * Fix: macro compares unsigned to 0 (no effect)
1592 * Fix: Free variable before strdup() in process_event_node
1593 * Fix: Free variables before strdup()
1594 * Fix: Add missing free() in spawn_viewer
1595 * Fix: Add missing free() in utils_partial_realpath
1596 * Fix: Use distinct variables for ret and discarded_events
1597 * Fix: Don't try to show manpage when argv is null
1598 * Fix: Use secure_getenv() in get_man_bin_path
1599 * Fix: illegal memory access in test_create_ust_event_exclusion
1600 * Fix: illegal memory access in test_create_ust_event
1601 * Fix: illegal memory access in test_create_kernel_event
1602 * Fix: illegal memory access in test_create_ust_channel
1603 * Fix: illegal memory access in send_viewer_streams
1604 * Simplify rcu locking in viewer_list_sessions
1605 * Fix: illegal memory access in viewer_list_sessions
1606 * Fix: illegal memory access in relayd_add_stream
1607 * Fix: illegal memory access in relayd_create_session_2_4
1608 * Fix: illegal memory access in session_create
1609 * Fix: illegal memory access in consumer_set_subdir
1610 * Fix: illegal memory access in syscall_init_table
1611 * Fix: illegal memory access in write_pidfile
1612 * Fix: illegal memory access in list_lttng_channels
1613 * Fix: illegal memory access in cmd_snapshot_record
1614 * Fix: illegal memory access in output_init
1615 * Fix: illegal memory access in consumer_set_network_uri
1616 * Fix: illegal memory access in cmd_snapshot_list_outputs
1617 * Fix: illegal memory access in list_events
1618 * Fix: illegal memory access in disable_event
1619 * Fix: illegal memory access in enable_event
1620 * Fix: illegal memory access in add_uri_to_consumer
1621 * Fix: illegal memory access in init_ust_event_from_agent_event
1622 * Simplify free() of channel attribute
1623 * Fix: illegal memory access in _cmd_enable_event
1624 * Implement lttng_strncpy safe string copy
1625 * Add missing symbol to preserve ABI compatibility of liblttng-ctl
1626 * Fix: loading a session prints an error message but the load is successful
1627 * Snapshot warning if there are no events in one of the domains
1628 * Clarify kernel version check error messages
1629 * Tests: same event name with different descriptor on load
1630 * Fix: load event state (enabled/disabled) correctly
1631 * Fix: Error reported if no domain is provided for start/stop
1632 * Handle unknown domain in MI
1633 * Handle unknown domain on session start
1634 * Fix: loading of live session within userspace domains
1635 * Test: expose session url bug on load with multiple domains
1636 * OOT build fix: asciidoc.conf is now generated at configure
1637 * Snapshot: record: use same datetime for snapshot folder output
1638 * Refactor: move the snapshot type check into output type check
1639 * ust-metadata.c: nest/indent enumeration entries
1640 * lttng.c: show basic help when no arguments are provided
1641 * Define command short descriptions in configure.ac
1642 * lttng-relayd(8): $HOME -> $LTTNG_HOME
1643 * doc/man: use propagated default values in man pages
1644 * Propagate default values from configure.ac to asciidoc.conf
1645 * Define default values in configure.ac
1646 * lttng-load(1): use lists to explain the input path behaviour
1647 * lttng-sessiond(8): fix load directories and behaviour
1648 * lttng-load(1): specify default search order
1649 * doc/man: use configured directories in man pages
1650 * doc/man/asciidoc.conf: add doctype-manpage conditions
1651 * doc/man: linklttng macro -> man macro
1652 * doc/man/Makefile.am: add failing dist-hook on --disable-man-pages
1653 * doc/man/Makefile.am: fix top comment
1654 * configure.ac: fix --enable-man-pages help string
1655 * Fix: standardize parser/lexer building
1656 * Fix: standardize man pages building/installing
1657 * configure.ac: check for an existing liburcu-cds symbol
1658 * configure.ac: use macro for wrong liburcu error message
1659 * Hide parse_application_context utility function
1660 * Re-add deprecated MI symbols to preserve ABI compatibility
1661 * Hide new MI symbols introduced as part of 2.8
1662 * Re-add default size symbols which were erroneously exposed
1663 * Hide config symbols introduced in 2.8
1664 * Hide internal _lttng_destroy_session symbol
1665 * Hide bytecode symbol iterator API symbols
1666 * Tests: wording of trace_matches is misleading
1667 * Test lttng-modules clock override plugin
1668 * Warning fix: uninitialized variable may be used
1669 * Tests: Replace prove by autotools tap runner
1670 * Drop installcheck target
1671 * Fix: distcheck requires that we clean version.h
1672 * Fix: configure: forbid Python bindings if shared libraries are disabled
1673 * Fix: tests: don't match command line arguments, match static build binary names
1674 * Fix: tests: skip tests on static build
1675 * Fix: tests: don't build dynamic lib tests if support disabled
1676 * bootstrap: Standardize on autoreconf -vi
1677 * Move unix.h wrapper from sessiond-comm to common
1678 * Fix: update tests following renaming of UST statedump event
1679 * Typo: catched -> caught
1680 * Add comment describing ioctl number duplication
1681 * Test: kill sessiond,relayd and background children on SIGTERM/SIGINT
1682 * Docs: Remove unnecessary exclamation mark
1683 * Docs: fix wording of dependency
1684 * Docs: fix "daemon" typo in README.md
1685 * Fix: Use get_domain_str on add context
1686 * Warning fix: possible use of uninitialized variable
1687 * doc/man: add FILES section
1688 * Test: xsd validation of long path (length > 255)
1689 * Fix: xsd: urls and paths are not of type name_type but string
1690 * Refactor: embed mi in "add_output "to remove code duplication
1691 * Refactor: embed mi in "del_record" to remove code duplication
1692 * Refactor: embed mi in "record" to remove code duplication
1693 * Refactor: embed mi in "list_output" to remove code duplication
1694 * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
1695 * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails
1696 * Fix: d_type validity is not guaranteed on all nfs versions
1697 * Fix: doc/man: lttng-add-context(1): add missing option macro
1698 * doc/man: common-footer.txt: add CI link
1699 * doc/man: common-footer.txt: add GH organization link
1700 * doc/man: lttng(1): clarify UST domain and add links to languages
1701 * doc/man: add escwc macro and use it
1702 * doc/man: lttng(1): link from COMMAND (synopsis) to COMMANDS section
1703 * doc/man: use linkgenoptions macro
1704 * doc/man: add linkgenoptions AsciiDoc macro
1705 * .gitignore: ignore all generated files in doc/man
1706 * doc/man: fix external links
1707 * doc/man: xsl: move manpage-base.xsl -> manpage-callouts.xsl
1708 * doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl
1709 * doc/man: xsl: add <URL> after ulink text
1710 * doc/man: xsl: add (internal) link template
1711 * doc/man: lttng-enable-channel(1): move limitations to own section
1712 * Fix: doc/man: lttng-relayd(1) -> lttng-relayd(8)
1713 * doc/man: add nloption and genoption AsciiDoc macros
1714 * doc/man: add [role="term"] to terminal callouts
1715 * Clean-up shm directory tree after freeing the channel
1716 * Fix: Build man pages if --enable-build-man-pages is used
1717 * Fix: convey enum value signedness into metadata
1718 * doc/man: add notes about shell escaping
1719 * Fix: doc/man/Makefile.am for OOT builds
1720 * Generate man pages by default
1721 * Update version to 2.9.0-pre
1722 * Bump minor kernel tracer ABI version
1723 * Quote brewery names in release codename description
1724 * Fix: metadata regenerate, error if too many args
1725 * Fix: add missing sys/types.h header
1726 * Fix: build failure when __GLIBC_PREREQ is missing
1727 * configure.ac: beautify report
1728 * Update version codename and description to 2.8.0 - Isseki Nicho
1729 * doc/man: lttng.1.txt: sort commands in categories
1730 * Data pending message is printed when unnecessary
1731 * README.md: add CI/Coverity status badges
1732 * README.md: add lttng-crash in package contents
1733 * Show lttng-metadata man page in command's --help
1734 * Add an lttng-metadata man page
1735 * Remove untrack reference from snapshot man page
1736 * README.md: add optional dependency on man
1737 * doc/man: install lttng-health-check.3
1738 * lttng-relayd: show man page with --help and remove usage
1739 * doc/man: convert lttng-relayd(8) to AsciiDoc
1740 * lttng-crash.c: show man page with --help and remove usage
1741 * doc/man: convert lttng-crash(1) to AsciiDoc
1742 * lttng-sessiond: show man page with --help and remove usage
1743 * doc/man: convert lttng-sessiond(8) to AsciiDoc
1744 * README.md: bolden all dependencies and versions
1745 * README.md: add asciidoc and xmlto build dependencies
1746 * lttng.c: sort commands to get a nice list output
1747 * doc/man: add README.md
1748 * lttng: add `help` command
1749 * lttng.c: show man page with --help and remove usage
1750 * lttng.c: CMD_UNDEFINED is used for invalid args too
1751 * lttng: remove usage strings from commands
1752 * lttng: show man page when using command's --help
1753 * lttng add-context: add --list option
1754 * doc/man: remove lttng.1 (built from lttng.1.txt)
1755 * doc/man: create lttng-disable-event(1) and update/fix content
1756 * doc/man: create lttng-enable-event(1) and update/fix content
1757 * doc/man: create lttng-snapshot(1) and update/fix content
1758 * doc/man: create lttng-help(1) and update/fix content
1759 * doc/man: create lttng-status(1) and update/fix content
1760 * doc/man: create lttng-untrack(1) and update/fix content
1761 * doc/man: create lttng-track(1) and update/fix content
1762 * doc/man: create lttng-calibrate(1) and update/fix content
1763 * doc/man: create lttng-list(1) and update/fix content
1764 * doc/man: create lttng-add-context(1) and update/fix content
1765 * doc/man: create lttng-disable-channel(1) and update/fix content
1766 * doc/man: create lttng-enable-channel(1) and update/fix content
1767 * doc/man: create lttng-view(1) and update/fix content
1768 * doc/man: create lttng-version(1) and update/fix content
1769 * doc/man: create lttng-stop(1) and update/fix content
1770 * doc/man: create lttng-start(1) and update/fix content
1771 * doc/man: create lttng-load(1) and update/fix content
1772 * doc/man: create lttng-save(1) and update/fix content
1773 * doc/man: create lttng-set-session(1) and update/fix content
1774 * doc/man: create lttng-destroy(1) and update/fix content
1775 * doc/man: create lttng-create(1) and update/fix content
1776 * doc/man: add common OPTIONS head for command man pages
1777 * doc/man: add Makefile.am for generating man pages
1778 * .gitignore: ignore generated man page artifacts
1779 * doc/man: add XSL files for man pages
1780 * doc/man: add asciidoc.conf
1781 * configure.ac: check for asciidoc and xmlto
1782 * doc/man: lttng(1): update and standardize content
1783 * doc/man: convert lttng(1) to AsciiDoc
1784 * Add builtin modules support to kmod modprobe
1785 * Add comments to kmod functions
1786 * Add libkmod rmmod support
1787 * Move libkmod ifdef to beginning of file
1788 * Drop optional control modules load and unload
1789 * Fix: live test header endianness
1790 * Document the live detach command
1791 * Test the viewer detach command
1792 * Use of bare attribute directives instead of LTTNG_PACKED
1793 * Live: command to detach a viewer session
1794 * Contexts for RT debugging
1795 * Optional test for the metadata regeneration
1796 * Add MI output to the metadata regenerate command
1797 * Tests for metadata regenerate
1798 * Add TAGS files to .gitignore
1799 * Fix: systematic overwrite of union values on add context
1800 * Mismatching signature of ust_metadata_session_statedump() stub
1801 * Fix: Initialize events discarded and packet lost counters to zero
1802 * Assert on unknown UST buffer type
1803 * Command metadata regenerate
1804 * Store the relay protocol version in the consumer_output
1805 * Store the version of the tracer in the UID registry
1806 * Store the instance id and packet_seq_num in indexes
1807 * kernctl commands to extract the stream instance id
1808 * Account the lost packets in snapshot mode
1809 * Test: Add the lttng-runas worker process to the sessiond pids
1810 * Limit the scope of IFS overwriting
1811 * Do not overwrite IFS globally but only locally
1812 * Display discarded and lost events at destroy and stop
1813 * Fix: tests: use SIGSTOP for crash extraction test
1814 * Test fix: ignore stderr at every step of randstring
1815 * Fix: session_find_by_id can return NULL legitimately
1816 * Fix: mark ltt_sessions_ht_destroy as static
1817 * Docs: Missing locking assumptions in function headers
1818 * Test fix: ignore stderr when generating random string
1819 * Fix: hold session list lock during delete_ust_app
1820 * Test: prevent the spawning of a daemonized sessiond
1821 * Missing void in function signature
1822 * CLI: Show filter expression associated to a syscall
1823 * Fix: missing dereference when computing extended info position
1824 * Fix: Only save kernel enablers in session configuration
1825 * Fix: Only list kernel enablers when listing events
1826 * Fix: syscalls hash table leaks when listing kernel events
1827 * Initialize command header to zero
1828 * Rename filter string to filter expression in liblttng-ctl
1829 * Fix: use of unsigned variable to check for negative return
1830 * Clean-up: remove unreachable goto
1831 * Fix: missing static inline breaks --without-lttng-ust build
1832 * lttng enable-channel memsets lttng_channel to -1
1833 * Change padding type from array to fixed-width integer
1834 * Clean-up: missing space between cast operator and operand
1835 * Ensure UST channel output mode is LTTNG_UST_MMAP
1836 * Extract the lost packets and discarded events counters
1837 * Send extended channel payload to client
1838 * Add channel discarded events and lost packets stats accessors
1839 * Add extended info to liblttng-ctl's struct lttng_channel
1840 * Reuse constant string instead of duplicate literal
1841 * Clean-up: simplify computation of string position
1842 * Optimization: lttng UI uses sprintf instead of strcpy
1843 * Fix: OOT build fails because of missing include path
1844 * Tests: Consider lttng mi namespace in test_load
1845 * MI: Remove boolean "exclusion" element
1846 * MI: add <exclusions> (event exclusion names)
1847 * CLI: show event exclusion names
1848 * Add new LTTNG_ERR_OVERFLOW error code
1849 * Add lttng_event_get_exclusion_name*() to liblttng-ctl
1850 * Tests: Consider lttng mi namespace in test_mi
1851 * MI: Implement event context schema change
1852 * MI: Add application context type to schema
1853 * MI: add schemaVersion attribute to command schema
1854 * MI: set machine interface XSD target namespace
1855 * Add schema information to XML MI output
1856 * Fix: libxml2 may return 0 because of buffering
1857 * Bump LTTng MI schema to 3.0
1858 * MI: add <filter_expression> (event filter expression)
1859 * Transfer UST exclusion names from sessiond to client
1860 * Fix: return negative error code in list_lttng_ust_global_events()
1861 * CLI: show agent event filter string
1862 * CLI: show event filter string
1863 * Add lttng_event_get_filter_string() to liblttng-ctl
1864 * Transfer filter strings from sessiond to client
1865 * Refactor setup_lttng_msg() to include cmd header
1866 * Add offset comments to struct lttng_event
1867 * Add command header to sessiond->client response msg
1868 * Add internal extended channel structure
1869 * Metadata for instance_id and packet_seq_num
1870 * Add a HT to lookup sessions by id
1871 * Explicitly stop the session on lttng destroy
1872 * Fix: per-pid ust buffers flush race with application unregister
1873 * Fix warning when building Python bindings
1874 * Add CONTRIBUTING.md
1875 * Revert "Python bindings: remove duplicate structure definitions"
1876 * Docs: clarify cross-version tracer compatibility
1877 * Cleanup: Remove unnecessary newline
1878 * Fix: Use ipv6 loopback adress in test_uri
1879 * Python bindings: remove duplicate structure definitions
1880 * Fix: test: handle env variables undefined
1881 * Fix: report already enabled event error to client
1882 * Docs: add comment to cmd_add_context()
1883 * Fix: application context leak when enabling context
1884 * Fix: string leak when processing of client message fails
1885 * Fix: missing return code initialization on error
1886 * Fix: unchecked return value in _lttng_variant_statedump()
1887 * Fix: Possible use-after-free in create_ctx_type()
1888 * Fix: filter tests now accept "." in identifiers
1889 * Fix: Don't notify agent of non-app context addition
1890 * Create agent on channel creation
1891 * Introduce application contexts to session configuration schema
1892 * Fix typos in error descriptions
1893 * Enable agent application contexts if filter has such dependencies
1894 * Compare provider and context names in trace_ust_match_context
1895 * Allow $app.provider:ctxname in filter, enum, variant identifiers
1896 * Add variant type support to ust registry and metadata
1897 * Notify java agent of enabled application contexts
1898 * Add app context support to lttng client
1899 * Enforce const-correctness in UNIX socket wrappers
1900 * Remove superflous domain check in context_ust_add
1901 * Remove superflous domain check in add_uctx_to_channel
1902 * Use lttng_domain_type enum instead of bare integer
1903 * Add application context support to lttng-ctl lttng_add_context
1904 * Cleanup comments in lttng-ctl.c
1905 * Tests fix: source utils.sh before using conf_proc_count
1906 * Tests: use configured processor count in getcpu override tests
1907 * Tests: use configured processor count in snapshot tests
1908 * Tests: Introduce conf_proc_count()
1909 * Tests: print a more precise test description in snapshot tests
1910 * clock offset: print negative value in metadata for lttng-ust metadata
1911 * Fix: handle negative clock offset for lttng-ust metadata
1912 * Fix: test: append to LD_LIBRARY_PATH
1913 * Fix: test: use load_path instead of $1
1914 * Bump lttng-ust protocol version to 6.1
1915 * Add CTF enum type support for UST registry
1916 * Cleanup __lttng_print macro indentation
1917 * Fix: do not print error and bug messages when quiet (-q) is present
1918 * Fix: test_ust-dl requires bash
1919 * Fix: test script requires bash
1920 * Fix: missing $ in SED variable
1921 * Tests: fix make targets using objcopy
1922 * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid
1923 * tests/unit: fix object files' location
1924 * configure.ac: fix static build
1925 * Tests: fix tracefile count when page_size is > 4k
1926 * configure.ac: use $withval with AC_ARG_WITH
1927 * Fix: close indexes when rotating the trace files in mmap mode
1928 * Fix: close indexes when rotating the trace files in splice mode
1929 * Clarify error message on "add context" failure
1930 * Fix: Don't spam session daemon logs on invalid UST context
1931 * Tests: getcpu_override: use event delay when launching with wrapper
1932 * Tests: getcpu: no events shall be emitted at the same timestamp
1933 * Tests: Switch test apps to use usleep_safe()
1934 * Tests: Add a test utils library
1935 * Fix: redefinition of _GNU_SOURCE
1936 * Tests: only call usleep if the test in configured to wait
1937 * Test: add UST dl helper test
1938 * Test: add UST baddr statedump test
1939 * lttng: add status command
1940 * lttng: factor out declaration of commands
1941 * make check: add warning when LTTng processes are running
1942 * Missing cpu id kernel context in the kernel tracer ABI
1943 * Use --without-lttng-ust in error message
1944 * Use --with/--without for lttng-ust support
1945 * Only compare "bison -y" to the basename of YACC variable
1946 * Tests: Add debug output to getcpu_override
1947 * Tests: Change description of clock-override test
1948 * Add event exclusion test for identical names
1949 * Warn when exclusion names are truncated
1950 * Truncate exclusion names to have a terminal '\0'
1951 * Ignore exclusion names order when matching events
1952 * sessiond-comm.h: fix whitespaces
1953 * Disallow duplicate event exclusion names
1954 * Add LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
1955 * Fix: lay out names in exclusion structure correctly
1956 * Fix: Check for NULL hash tables on relay daemon teardown
1957 * Fix: Verify directory's existence before calling mkdir
1958 * Clean-up: declare variables at beginning of scope
1959 * Load x86-exceptions lttng-modules probe
1960 * Load x86-irq-vectors lttng-modules probe
1961 * Agent: Make the agent protocol consistently network endian
1962 * Clean-up: Remove unused variables from default.c
1963 * Fix: Unchecked NULL string in logging statement
1964 * Fix: include the filter expression in agent events' primary key
1965 * Add the filter expression to the enable_event agent protocol message
1966 * Add some IDE project files to the gitignore
1967 * Fix live timer calculation error
1968 * Don't initialize defaults in library constructor
1969 * Initialize lttng_ht_seed on hashtable creation
1970 * Cleanup: Missing space after cast operator
1971 * Build: Switch from tar v7 to posix archive format
1972 * Fix: Retry poll on interruption
1973 * Port: Explicitly allocate realpath() resolved buffer
1974 * Select which binaries/extras to build at configure time
1975 * Move libconsumer under common/consumer/
1976 * Fix: There is more tests than the plan
1977 * Remove dead check from configure.ac
1978 * Fix: Silence warning by casting *sin_addr to *sockaddr
1979 * Port: fix 'ERR' conflict with Solaris regset.h
1980 * Relay protocol: check string lengths
1981 * Fix: Silence warning of function having no return value
1982 * Fix: Silence warnings when using uid_t and pid_t with printf
1983 * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
1984 * Port: Add Solaris compat to sessiond-comm/unix.c
1985 * Port: Add Solaris compat for netdb
1986 * Fix: Silence warning formating pid_t as int
1987 * Port: Add Solaris dirent compat
1988 * Port: Add Solaris paths compat
1989 * Rename config.h to session-config.h
1990 * Port: Remove _GNU_SOURCE, defined in config.h
1991 * Port: cleanup and portability fix to configure.ac
1992 * Port: Don't use SIGUNUSED which is not defined on Solaris
1993 * Port: Implement prctl wrapper
1994 * Port: Replace flock with fnctl
1995 * Port: make bootstrap script work on most shells
1996 * Port: removed unused clone() compat
1997 * Port: Add macro for socket linking on solaris
1998 * Port: Add Solaris support to mman compat
1999 * Port: Replace dirent->d_type by stat
2000 * Add missing include for memset()
2001 * Port: Add Solaris support to socket compat
2002 * Port: name clash on Solaris, rename sun to s_un
2003 * Port: move memset of anc_buf inside ifdef
2004 * Port: Add Solaris fls compat
2005 * Port: Add Solaris string compat
2006 * Port: Use LTTNG_PATH_MAX instead of PATH_MAX
2007 * Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
2008 * Port: Use LTTNG_NAME_MAX instead of NAME_MAX
2009 * Port: Add Solaris support to socket compat
2010 * Port: Add Solaris support to poll compat
2011 * Port: Add Solaris support to fcntl compat
2012 * Port: Add Solaris endian.h compat
2013 * Fix: Use 'echo' in a portable way
2014 * Fix: Use result of AC_PROG_* when using sed / grep
2015 * Cleanup: Remove commented-out constant
2016 * Fix: use start and stop sessiond from utils.sh
2017 * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np
2018 * Fix: Log and ignore SIGINT and SIGTERM in run_as worker
2019 * Add logging to the run_as worker
2020 * Fix: Handle EINTR of waipid in run-as worker
2021 * Fix: Handle EINTR of waitpid when spawning a session daemon
2022 * Fix: tests: support systems where PAGE_SIZE is not 4096
2023 * Test: jul/log4j: use -a instead of '*' to disable all events
2024 * Reword warning on event disable
2025 * Clean-up: Remove unused test launchers
2026 * Help: add -j -l -p option to help string
2027 * man: update disable-event section
2028 * Use empty event name on disable -a for ust and agent domain
2029 * Fix: disable kernel event based on name and event type
2030 * Tests: Clean-up test-crash on SIGTERM and SIGINT
2031 * Fix: Possible dereference of null pointers
2032 * Fix: Break out of loop when searching for a domain's agent
2033 * Fix: int printed as uint
2034 * Fix: add subdir-objects to Makefile.am
2035 * Fix: tests: skip UST perf tests if not root
2036 * Fix: Check use_clone() instead of worker in run_as
2037 * Fix: Perform rcu barrier before tearing down the run-as worker
2038 * Fix: Handle hang-up gracefully in run-as
2039 * Fix: Only log app handle release on failure
2040 * Fix: shm-path: handling of snprintf return value
2041 * Fix: Wrong format specifier used in debug statement
2042 * Tests: Swap usages of pidof for pgrep --full
2043 * Tests: indefinitely wait for shm buffers to be unlinked
2044 * Fix: Hide run-as functions
2045 * Fix: Hide sessiond-comm functions
2046 * Cleanup: remove duplicated implementation of rculfhash
2047 * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
2048 * Fix: libc internal mutex races with run_as
2049 * Fix: Hide readwrite symbols in common lib
2050 * Fix: Hide pipe symbols in common lib
2051 * Fix: Hide daemonize symbols in common lib
2052 * Fix: Hide RCU hashtable wrapper symbols
2053 * Clean-up: NULL free'd pointers in utils_partial_realpath
2054 * Fix: prevent dangling pointer in utils_partial_realpath
2055 * Fix: rcu_read_unlock without parentheses has no side-effect
2056 * Fix: add missing test file to EXTRA_DIST
2057 * Format utils.sh messages
2058 * Tests: use functions from utils.sh
2059 * Report error if any disable action fails
2060 * Fix: disable all ust events
2061 * Bring back event_ust_disable_all_tracepoints
2062 * Fix: sessiond: disable: match app event by name
2063 * lttng-crash: support symlink
2064 * Test: lttng-crash and ust shm path
2065 * Fix: dereferencing null index pointer
2066 * Fix: leaking memory from strdup in lttng-crash
2067 * Fix: memleak in utils_partial_realpath
2068 * Fix: double free on enable-event
2069 * Remove dead code from filter grammar test
2070 * Remove dead code from ir generation filter visitor
2071 * Remove dead code from session daemon
2072 * Remove dead code from view command
2073 * Remove dead code from disable-channel command
2074 * Remove dead code from disable-event command
2075 * Fix: error on no/multiple domain options
2076 * Fix: lttng-crash: segfault when parsing options
2077 * Remove dead code from the calibrate command
2078 * Remove dead code from add-context command
2079 * Print relayd stream indexes
2080 * Enhance relayd error reporting
2081 * Fix: relayd: handle consumerd crashes without leak
2082 * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
2083 * Fix: double RCU unlock on event_agent_disable_all
2084 * Fix: unbalanced RCU read-side lock in enable event command
2085 * Add rcu_read_ongoing() assertions around process_client_msg
2086 * Clean-up and simplify event_agent_disable_all
2087 * Document locking assumption of agent_find_event()
2088 * Fix: disable agent events by name
2089 * sessiond: add loglevels_match()
2090 * Fix: include loglevel type in agent event's primary key
2091 * Fix: include loglevel type in UST event's primary key
2092 * sessiond: use `loglevel_value` and `loglevel_type` names
2093 * Tests: kernel wildcards
2094 * Tests: fix wildcard test path
2095 * doc: document untrack command in lttng(1)
2096 * doc: document track command in lttng(1)
2097 * Remove dot after enable-event message
2098 * Fix: don't print the default channel name when enabling agent events
2099 * Fix: fail gracefully on --exclude on unsupported domains
2100 * Fix: initialize live_timer to 0 for snapshot session
2101 * Fix: correct mismatched function signatures
2102 * Clearer error reporting when failing to launch session daemon
2103 * Daemonize sessiond on `lttng create`
2104 * Fix: consumer signal handling race
2105 * Fix: list_ust_events(): dangling pointer
2106 * Fix: MI: close domain when listing multiple agent domains
2107 * Tests: expand UST wildcard tests, move to regression/tools
2108 * Tests: kernel filtering
2109 * Fix: use pid element instead of process element
2110 * Fix: race between kconsumerd and sessiond on tear down
2111 * Fix: Buggy string comparison in ust registry ht_match_event
2112 * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type
2113 * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type
2114 * Fix: lttng-crash: remove tmp working directory
2115 * Clean up: Coding style conformance adjustments in lttng-crash.c
2116 * Fix: lttng-crash: DIR leak in delete_trace() on error
2117 * Fix: Possible passing of NULL pointer to memcpy()
2118 * Fix: Overwrite of ret in relay_recv_metadata
2119 * Silence undefined return value warning
2120 * Silence use-after-free static analysis warning
2121 * Fix: Wait for in-flight data before closing a stream
2122 * Fix: unpublish stream on close
2123 * Fix: lttng-crash: fd leak
2124 * Fix: Invalid parameter error reported when untracking PID
2125 * Fix: kernel track/untrack error handling
2126 * Fix: Python agent tests are always skipped
2127 * Tests: Fix flaky live test client
2128 * Fix: Announce empty streams on live attach
2129 * Fix: relayd: file rotation and live read
2130 * Fix: relay: viewer_get_next_index handle null vstream
2131 * Fix: relayd: make viewer streams consider metadata sent
2132 * Fix: don't expose empty streams
2133 * Fix: relayd: don't check new metadata on get packet
2134 * Fix: relayd: don't check for new streams in get packet
2135 * Fix: ask new streams HUP
2136 * Fix: reply error if get packet vstream fails
2137 * Fix: relayd reply error to client if cannot find viewer stream
2138 * Fix: relayd reply with error if cannot find metadata
2139 * Fix: ust-app: protect app socket protocol with lock
2140 * Cleanup: privatize consumer_allocate_relayd_sock_pair
2141 * Fix: add missing rcu_barrier at end of sessiond main
2142 * Fix: add missing rcu_barrier at end of consumer main
2143 * Fix: app cmd leak on sessiond exit
2144 * Fix: relayd live don't send incomplete stream list
2145 * Fix: consumer timer misses RCU thread registration
2146 * Fix: sessiond consumer thread should register as RCU thread
2147 * Fix: don't chain RCU free
2148 * Fix: free metadata cache after grace period in consumer
2149 * Fix: sessiond vs consumerd push/get metadata deadlock
2150 * Fix: streamline ret/errno of run_as()
2151 * Fix: Double unlock on error path
2152 * Data pending comment clarification in session daemon
2153 * Fix: Relay daemon ownership and reference counting
2154 * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
2155 * Fix: reference counting of consumer output
2156 * Fix: sessiond add missing socket close
2157 * Fix: sessiond should not error on channel creation vs app exit
2158 * Fix: sessiond ust-app session teardown race
2159 * Only display agent loglevel if the loglevel type is not ALL
2160 * Initialize default log level of events on load
2161 * Don't assume that Log4j and JUL share the same log level mappings
2162 * Allow the creation of JUL, Log4j and Python channels
2163 * Fix: Save tracker as part of UST and Kernel domains only
2164 * Fix: Memory leak of agent
2165 * Fix: Memory leak of agent event internals
2166 * Save filter expression as part of agent events and save them
2167 * Fix: UTF-8 characters may be stored on up to 4 bytes
2168 * Remove unneeded hash table existence check in agent_destroy
2169 * Remove unnecessary RCU read lock
2170 * Use type directly in sizeof instead of a dereferenced pointer
2171 * Prevent the addition of UST events to agent channels
2172 * Don't save log level in session configuration when unneeded
2173 * Remove unneeded RCU lock
2174 * Remove unneeded RCU lock
2175 * Fix: Propagate filter status of kernel events to client
2176 * Fix: Save kernel event filter when saving session configuration
2177 * Docs: there is no need to SHOUT in comments
2178 * Fix: Mention Python as part of enable-event's usage()
2179 * Grammar fix in comment
2180 * Fix: typo in error message
2181 * Add agent domains to lttng enable-event usage()
2182 * Docs: Add documentation explaining the meaning of "internal" events
2183 * Report memory allocation failure when copying filter bytecode
2184 * Fix: cmd_enable_event must return positive error codes
2185 * Ensure that a filter is always passed with its filter expression
2186 * Save filter expressions as part of agent events
2187 * Add agent domains to the enable-event section of LTTNG(1)
2188 * Use lttng_domain_type enumeration instead of bare integers
2189 * Prevent disable event on internal UST events
2190 * Remove unneeded RCU read lock
2191 * Skip internal events when saving a session configuration
2192 * Clean-up: Coding-style conformance adjustments
2193 * Docs: Clarify ominous comment wording
2194 * Hide internal events from session daemon clients
2195 * Prevent the use of reserved UST event names
2196 * Tag events created as side-effect of agent events as internal
2197 * Remove unneeded RCU lock
2198 * Remove dead code in lttng-sessiond
2199 * Ensure event names are NULL terminated during validation
2200 * Fix: assert(0) when listing Python events with MI
2201 * Fix: set GLOBAL buffer type for kernel domain in list
2202 * Fix: take RCU read-side lock within hash table functions
2203 * Tests: Adapt MI test to change in track/untrack behaviour
2204 * Clean-up: Rename lib_func to cmd_func
2205 * Fix: Improve the error reporting of the track/untrack command
2206 * Tests: Fix flacky clock-plugin test
2207 * Build: look for python >= 3.0 when building python bindings
2208 * Build: rename use_python to python_binding
2209 * Fix: regression tests
2210 * Fix: tests: stderr not correctly redirected
2211 * Fix: TimeoutExpired in Python tests not defined globally
2212 * Tests: ust: clock override plugin
2213 * Cleanup: reuse tracker* element from config
2214 * Test: save/load: pid_tracker basic test
2215 * Clean-up: Remove statement which has no side-effect
2216 * Save/load: pid_tracker feature.
2217 * Test: mi: track/untrack feature
2218 * Util: xml_extract: add node_exist option
2219 * Mi: track/untrack: validation
2220 * Docs: Grammar fixes in mi_lttng.xsd
2221 * Fix: Ensure a valid command error code is returned by track/untrack
2222 * Clean-up: Remove java-doc annotations from function header
2223 * Mi: track/untrack/listing
2224 * Fix: intialization of ust_metadata_poll_pipe to garbage value
2225 * Fix "allocator sizeof operand mismatch" warning
2226 * Clean-up: Remove java-doc style function header from session.h
2227 * Clean-up: remove extra space in comment
2228 * Fix: test_mi test
2229 * Tests: Java agent: Add configure switches to enable tests
2230 * Fix: incorrect script name in python logging test
2231 * Docs: Document Agent reply codes
2232 * Docs: Remove Java-specific comments from agent.h
2233 * Docs: Grammar fix in agent header
2234 * Return "Unknown" error instead of "Fatal" on unhandled agent replies
2235 * Log agent reply in disable_event()
2236 * Log agent reply in enable_event()
2237 * Log agent reply in list_events()
2238 * Add agent reply code logging helpers
2239 * Add a LOG() macro which handles dynamic severity levels
2240 * Fix: Discard disable event command filter payload
2241 * Fix: Use MSG_NOSIGNAL when calling sendmsg()
2242 * Send data pending status as part of payload instead of an invalid error
2243 * Log error code's value when sessiond replies to a client
2244 * Tests: Java agent: update after Java agent refactoring
2245 * Set registration done Agent command version back to 0
2246 * Fix: Don't send agent disable event command twice
2247 * Tests: Python agent: update after Python agent refactoring
2248 * Clean-up: Remove redundant variable initialization
2249 * Fix: incorrect variable being checked in libc-wrapper test
2250 * Rename Python agent event name to omit "user"
2251 * Consolidate agent event names regardless of user privilege
2252 * Clean-up: Move agent_apps_ht_by_sock definition to main.c
2253 * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch
2254 * Fix: set session should not set non-existent session
2255 * Fix: pids should be numbers only
2256 * Fix: Mishandled NULL short options in lttng-sessiond
2257 * Use popt "required_argument" and "no_argument" constants
2258 * Fix: Mishandled NULL short options in utils_generate_optstring()
2259 * Fix: only launch a new session daemon for the "create" command
2260 * Fix 'daemon' typo in lttng-ctl-pc.in description
2261 * Fix: clean-up agent app hash table from the main sessiond thread
2262 * Fix: Remove undocumented session daemon short options
2263 * Comment grammar correction
2264 * Log userspace application hash table allocation failure
2265 * Fix: RCU read-side lock released too early in destroy_agent_app
2266 * Fix: misleading logging statement in agent_find_event
2267 * Fix: Unhandled domain option condition in list_agent_events
2268 * Fix: Crash on lttng list -j/-l/-p when no events are present
2269 * Clean-up: spelling fix in a comment
2270 * Document relay_add_stream RCU locking
2271 * Fix: Unbalanced rcu_read_unlock() on stream file creation failure
2272 * Fix: Unbalanced rcu_read_unlock() on directory creation failure
2273 * Fix: Document the locking assumptions of ctf_trace_find_by_path()
2274 * Fix: Memory leak in relay_add_stream error path
2275 * Update master version to v2.8.0-pre
2276
34f69498
JG
22772015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day)
2278 * Update version to v2.7.0-rc1
2279 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
2280 * Tests: lttng-ust-getcpu-override coding-style adjustments
2281 * Add CPU_ID LTTng-UST context to enum lttng_ust_context_type
2282 * Bump LTTNG_UST_ABI_MAJOR_VERSION to 6
2283 * Tests: Ust getcpu override plugin
2284 * Fix: Follow struct dirent allocation guidelines of READDIR(3)
2285 * Update comments regarding the power of 2 constraint on sub-buffer sizes
2286 * Build: add Flex version check
2287 * Build: add Bison version check
2288 * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
2289 * Fix: metadata push -EPIPE should be recoverable
2290 * Fix: destroy session removes the default config file
2291 * Build: bump autoconf version requirement to 2.64
2292 * Fix: Memory leak in setup of relayd_path
2293 * Fix: update liburcu URL
2294 * Fix: test: use "$@" to pass and quote argument
2295 * Refactor: test: wrapper for lttng_snapshot_del_output
2296 * Refactor: test: wrapper for lttng_snapshot_add_output
2297 * Refactor: test: wrapper for destroy_lttng_session
2298 * Refactor: test: wrapper for stop_lttng_tracing
2299 * Refactor: test: wrapper for start_lttng_tracing
2300 * Refactor: test: wrapper for enable_ust_lttng_event
2301 * Refactor: test: wrapper for enable_ust_lttng_channel
2302 * Refactor: test: wrapper for create_lttng_session
2303 * Fix: Memory allocated by xmlNodeGetContent() must be freed by xmlFree()
2304 * Save/load: add support for shared memory path
2305 * Fix: get_cmdline_by_pid path length assumes a max pid of 65535
2306 * Clean-up: Remove ifdef-ed out lttng list options
2307 * Test: mi: test for greater or equal to a minimum of events on ust listing.
2308 * Fix: update regression tests involving UST
2309 * Clean-up: Remove ifdef-ed out function:entry feature
2310 * Fix: Mark MI and Config string declarations as extern
2311 * Clean-up append_list_to_probes()
2312 * Fix: modprobe.c: fix tmp_list memory leak
2313 * Fix: append_list_to_probes(): increment index
2314 * Docs: LTTNG(1) filtering is now supported by the kernel tracer
2315 * Fix: live_test regression on large number of cpus
2316 * Fix: set UST register timeout to -1 as test default
2317 * Man page: reference lttng-crash under --shm-path option
2318 * Tests: Don't rely on implicit scalar expression dereference
2319 * man pages: use standard NAME format
2320 * Fix python bindings' Makefile for out-of-tree builds
2321 * Fix: use LIBS instead of AM_LDFLAGS for dl and c linking
2322 * Fix: Add missing -ldl when checking for lttng-ust
2323 * clock plugin: increase offset measurement accuracy
2324 * Implement UST clock override plugin support
2325 * Fix: ownership of filter and filter_expression
2326 * Fix: zero memory passed to create channel kernel ioctl
2327 * Fix: Check that lttng create --live's time is not zero
2328 * Fix: Validate lttng_create_session_live's timer is > 0
2329 * UI: Only show live timer when the session is in live mode
2330 * UI: Only show tracker PID state when enabled
2331 * Implement kernel filter support
2332 * syscall tracing: update tests
2333 * Support lttng-modules syscall wildcards
2334 * Implement lttng-modules tracepoint wildcard support
2335 * Fix build when configuring with --disable-lttng-ust
2336 * Fix: add missing function prototype to trace-ust.h header
2337 * Implement PID tracker content listing
2338 * Implement UST PID tracker
2339 * Cleanup: Remove unimplemented UST domains
2340 * Implement PID tracking for kernel tracing
2341 * Fix: leak on error in lttng-crash
2342 * Man page fixes: missing --version option and typo
2343 * Docs: add lttng-crash(1) man page
2344 * Docs: lttng-crash refers to "lttng"
2345 * Fix: possible use of uninitialized data in loglevel conversion funcs
2346 * Fix: possible evaluation of garbage values in fini_validation_ctx()
2347 * Cleanup: Remove stale #ifdef-ed-out code from spawn_viewer()
2348 * Fix: Possible call to execvp with NULL argument on allocation failure
2349 * Fix: Possible call to strtoul() with NULL argument
2350 * Docs: clarify lttng.1 shm-path section
2351 * Fix: Missing return value check in extract_trace_recursive()
2352 * Fix: recursive_rmdir: empty all empty subdir
2353 * Move file creation/unlink from liblttng-ust-ctl to consumerd
2354 * lttng-crash: support recursive traces
2355 * shm-path: remove directory hierarchy on destroy
2356 * Implement --shm-path option for UST sessions (per-uid channels)
2357 * Cleanup: Reduce scope of connections in main relayd thread
2358 * Cleanup: Reduce scope of relayd connections in live thread
2359 * Docs: connection_find_by_sock() must be called with rcu_read_lock
2360 * Rename current release as 2.7.0-pre
2361 * Docs: grammar fix in Makefile
2362 * Change release name to master
2363 * configure: add type availability checking
2364 * configure: add check for compiler inline keyword support
2365 * configure: missing check for needed header
2366 * configure: missing check of functions
2367 * Fix: test: log4j: missing static test files for dist and out of tree build
2368 * Fix: test: java-jul:missing static test files for dist and out of tree build
2369 * Fix: out-of-tree build: missing xsd file for mi test execution
2370 * Fix: out-of-tree build: missing xsd file for save-load test execution
2371 * Cleanup: remove unused end_no_session label in ust_app_flush_session()
2372 * Cleanup: Remove unused "end" label in push_metadata()
2373 * Tests: Run health check test_thread_ok as part of root_regression
2374 * Fix: deadlock between UST registry lock and consumer lock
2375 * Fix: uninitialized return value
2376 * Fix: build failure using disable-lttng-ust configure option
2377 * Cleanup: Remove unused variable
2378 * Fix: setuid/setgid daemons should not get sensitive env. var./args
2379 * Fix: grab more than one packet for snapshots
2380 * Fix: per-uid flush and ust registry locking
2381 * Docs: Missing optional dependency on lttng-ust in README.md
2382 * Docs: Grammar fixes in the lttng manpage
2383 * Fix: add missing UST perf counter support check
2384 * Fix: tests: integer too large for long type
2385 * Fix: undefined operation on last_relay_viewer_session_id
2386 * Fix: print format type mismatch
2387 * Fix: print format type mismatch
2388 * Fix: Remove structurally dead code from relayd
2389 * Cleanup: Remove logically dead code
2390 * Cleanup: Remove unused label
2391 * Fix: Remove unused argument in debug statement
2392 * Fix: exit threads not only on goto restart
2393 * Fix: poll: show the correct number of fds
2394 * Fix: call lttng_poll_set_max_size before start threads
2395 * Fix: compat poll: add missing empty revents checks
2396 * Fix: various compat poll/epoll issues
2397 * Add debugging output to ht-cleanup thread
2398 * Fix: mi: snapshot: missing error handling for session name
2399 * Fix: ust-app: per-PID app unregister vs tracing stop races
2400 * Fix: data pending: allow empty streams
2401 * Fix: ust snapshot: cleanup after error
2402 * Fix: Mismatching return type in ust_app_ht_alloc() stub
2403 * Cleanup: lock file already taken is error, not warning
2404 * Fix: ust-app null pointer check needed for main refactoring
2405 * Cleanup: relayd: centralize thread stopping function
2406 * Cleanup: Replace all perror() uses by the PERROR macro
2407 * Refactor relayd main/set_options/cleanup
2408 * Refactor consumerd main/cleanup
2409 * Refactor sessiond main/cleanup/ht-cleanup
2410 * Missing error handling: consumer_signal_init should return its error status
2411 * Cleanup: consumerd: lines over 80 columns
2412 * Cleanup: consumerd: use PERROR rather than perror
2413 * Cleanup: lttng-consumerd: remove stale TODO comment
2414 * Misleading error handling: utils_create_pid_file() should return 0 on success
2415 * Missing error handling: consumerd parse_args should return errors to caller
2416 * Missing error handling: ust_app_ht_alloc should return error status
2417 * Fix: ust app leak on UST buffer creation error
2418 * Fix: leak on UST buffer registry creation error
2419 * Fix: agents ht leaks on destroy session
2420 * Fix: add missing RCU read unlock
2421 * Fix: help message for Python agent mentions Java
2422 * Fix: don't destroy the sockets if the snapshot was successful
2423 * Fix: Missing RCU read locks in syscall_list_channel()
2424 * Fix: Missing RCU read lock in kernel_destroy_session()
2425 * Fix: channel names are not validated
2426 * Cleanup: Missing whitespace
2427 * Fix: Apply consumer URI changes to all domains
2428 * Cleanup: Fix a typo in the MI tests
2429 * Test fix: Don't invoke the system's lttng client
2430 * Tests: Add a test to check disabled events are loaded in the correct state
2431 * Fix: Don't leave events enabled if they were saved in a disabled state
2432 * Fix: "Any" loglevel's value is -1 and not 0
2433 * Test fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an absolute path
2434 * Fix: Memory leak on error in alloc_argv_from_user_opts()
2435 * Cleanup: Unchecked close() return value in utils_create_lock_file()
2436 * Cleanup: No check of the return value of lttng_ht_del()
2437 * Cleanup: Mixed enums used for return code in send_sessiond_channel()
2438 * Cleanup: Cast poll() return value to void
2439 * Fix: Unreachable error logging in set_option()
2440 * Fix: OOM leaks in sessiond modprobe.c
2441 * Cleanup: sessiond modprobe.c: coding style
2442 * Cleanup: test_utils_expand_path.c prototypes
2443 * Fix: test_utils_expand_path.c: out of memory error handling
2444 * Fix: test test_ust_data.c: check OOM
2445 * Fix: test libc-wrapper: check malloc OOM
2446 * Cleanup: test libc-wrapper: main parameters
2447 * Fix: lttng-ctl: use zmalloc(), missing OOM check
2448 * Fix: filter-parser.y: use zmalloc(), missing OOM check
2449 * Fix: utils.c: check str*dup OOM
2450 * Cleanup: implement zmalloc as static inline
2451 * Fix: rculfhash: use zmalloc()
2452 * Fix: ini.c: use zmalloc()
2453 * Fix: lttng lttng.c: check strdup OOM
2454 * Fix: lttng conf.c: use zmalloc()
2455 * Fix: lttng view.c missing strdup OOM check
2456 * Fix: use zmalloc() in lttng view.c
2457 * Fix: use zmalloc() in lttng list.c
2458 * Fix: oom error check, realloc oom leak
2459 * Fix: use zmalloc in lttng enable_events.c
2460 * Fix: missing strdup oom check in lttng create.c
2461 * Fix: lttng add_context.c: use zmalloc
2462 * Cleanup: add missing static to function modprobe_remove_lttng()
2463 * Fix: add missing str*dup oom check in sessiond main.c
2464 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
2465 * Fix: add missing strdup OOM check
2466 * Fix: add missing synchronization point for before app test case
2467 * Fix: tests: wait output hide Terminate errors
2468 * Fix: tests: remove killall, add missing SIGTERM handlers
2469 * Fix: high throughput test: reset bw limit on sigterm
2470 * Fix: tests: add missing wait, document missing synchro
2471 * Document test anti-patterns
2472 * Fix: test flaky sleep and wait patterns
2473 * Fix: tests: don't use pidof to wait for test apps
2474 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
2475 * Fix: Handle empty daemon configuration file lines
2476 * Docs: Add -f/--config option to lttng-sessiond man page
2477 * Cleanup: spaghetti function return path
2478 * Fix: relayd: unbalanced RCU read-side lock/unlock
2479 * Fix: relayd: unbalanced RCU read lock/unlock
2480 * Fix: lttng-relayd: unhandled out of memory error
2481 * Fix: relayd viewer stream: unhandled out of memory error
2482 * Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
2483 * Define _LGPL_SOURCE in test apps' tracepoint provider files
2484 * Define _LGPL_SOURCE in test applications
2485 * Fix: Missing rcu_read_lock in cmd_list_events()
2486 * Fix: Missing rcu_read_lock in list_lttng_agent_events()
2487 * Fix: Missing rcu_read_lock in cmd_list_channels()
2488 * Fix: Missing rcu_read_locks in cmd_list_domains()
2489 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
2490 * Fix: Missing rcu_read_lock in save_domains()
2491 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
2492 * Fix: UST subbuffers silently dropped on moderate trace traffic
2493 * Fix: Missing rcu_read_lock in get_session_max_subbuf_size()
2494 * Fix: create/destroy a splice_pipe per stream
2495 * Note find_ust_app_context must be called with RCU read lock
2496 * Fix: empty indexes_ht before destroying it.
2497 * Fix: removed useless key from relay_index
2498 * Fix: Ambiguous agent event filter bytecode ownership
2499 * Fix: filter bytecode and string memory leak on error
2500 * Fix: define _LGPL_SOURCE in C files
2501 * Fix: HT must not be destroyed with a rcu_read_lock held
2502 * Fix: agent events HT should be destroyed from the cleanup thread
2503 * Fix: missing rcu_read_lock in trace_ust_destroy_session()
2504 * Fix: missing rcu_read_lock when calling trace_ust_find_agent()
2505 * Fix: missing rcu_read_lock in cmd_start_trace()
2506 * Cleanup: remove "disabled" flag for new release cycle
2507 * Fix: filter attach vs event enable race
2508 * Fix: Mark libxml2 as a mandatory dependency
2509 * Fix: Warn the user when enabling an event in a new domain
2510 * Fix: Don't report an error when listing a session with no channels
2511 * Bypass 0 byte allocation when no domains are enabled
2512 * Fix: Add missing URCU_TLS access to error_log_time
2513 * Fix: check userspace perf counter name when looking up contexts
2514 * Update maintainer section of the man pages
2515 * Update maintainer section of README.md
2516 * Fix: add README.md to documentation files
2517 * Fix: UST consumer sync all available metadata
2518 * Test: remove bogus argument from prove invocation
2519 * Fix: typo in pythong test Makefile
2520 * Fix: memory leak in libconfig
2521 * Add Python agent support
2522 * Fix: return EINVAL if agent registration fails
2523 * Use lttng-modules ABI version ioctl
2524 * Fix: syscall list ioctl number conflict
2525 * Update master ChangeLog with 2.5.1 release
2526
b82b3032
DG
25272014-10-20 lttng-tools 2.6.0-rc1 (Harry Belafonte records Banana Boat Song)
2528 * Machine Interface added to lttng command line (--mi)
2529 * Java Log4j agent support (--log4j)
2530 * Kernel per syscall tracing
2531 * Multiple fixes.
2532
4d2abc62
DG
25332014-10-20 lttng-tools 2.5.1
2534 * Fix: handle sysconf possible negative returned value
2535 * Fix: channel deref. after NULL check in kernel consumer
2536 * Fix: check for kernel session metadata during init
2537 * Fix: incorrect cast in ust consumer assert
2538 * Fix: bad handling of incoming data in consumer thread
2539 * Fix: disable event for JUL domain
2540 * Fix: send disable ALL command code if event is *
2541 * Fix: make sure no index is in flight before using inactivity beacons
2542 * Fix: Parenthesize previous statement when adding conditions to a filter
2543 * Fix: parse_prob_opts return the actual success of the function
2544 * Fix: Man page typos
2545 * Fix: disable JUL event on destroy
2546 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
2547
f9b10a52
DG
25482014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
2549 * Fix: validate file path creds in autoload mode
2550 * Fix: change session file loading order
2551 * Fix: add Loading Sessions section to lttng-sessiond.8
2552 * Fix: add default session conf. dir to manpage
2553 * Fix: on session load, add it to the .lttngrc
2554 * Fix: clarify session conf. directory in man
2555 * Fix: filter error path could free invalid ptr
2556 * Fix: Create a lock file to prevent multiple session daemons
2557 * Fix: relayd stream set close_flag on stream close
2558 * Fix: ustctl_get_stream_id without UST support
2559 * Fix: avoid freeing invalid ptr in filter bytecode
2560 * Fix: get the stream_id when generating live beacons
2561 * Fix: use biggest subbuffer size for snapshot max-size
2562 * Fix: Possible memory leak when multiple config files are loaded
2563 * Fix: Clamp verbosity value read from config file
2564 * Fix: Unchecked strdup return values in set_option
2565
bf102181
DG
25662014-06-27 lttng-tools 2.5.0-rc2
2567 * Test: add JUL disable event tests
2568 * Fix: disable JUL event on UST side
2569 * Fix: accept override flag even without a load path
2570 * Fix: bad error code path when loading session
2571 * Fix: set session in output mode if URL are set afterwards
2572 * Fix: add a kernel context list to the channel
2573 * Fix: Add vpid, vppid and vtid info in add-context help
2574 * Fix: wrong behavior of save command when no session name is provided
2575 * Fix: missing context type string in save for ust context
2576 * Fix: wrong casting of return value
2577 * Fix: add dependency to libcommon for python binding
2578 * Fix: remove the default GIT_VERSION
2579
19d7cc50
DG
25802014-05-28 lttng-tools 2.5.0-rc1 (International Hamburger Day)
2581 * Save/load session feature
2582 * Daemon configuration file support
2583 * UST perf counter support with add-context
2584 * Kernel tracer probe user define list
2585 * Multiple fixes! The diff is just too big to put here.
2586
f9b10a52
DG
25872014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
2588 * Fix: Create a lock file to prevent multiple session daemons
2589 * Fix: relayd stream set close_flag on stream close
2590 * Fix: ustctl_get_stream_id without UST support
2591 * Fix: get the stream_id when generating live beacons
2592 * Fix: missing include for getpwuid()
2593 * Fix: add a get HOME dir fallback to getpwuid
2594 * Fix: don't set enabled flag is session start fails
2595 * Fix: logger name dropped from filter condition when loglevels are used
2596 * Fix: memory leak in lttng_enable_event_with_exclusions
2597 * Fix: check malloc return value
2598 * Fix: static array larger than necessary
2599 * Fix: set session in output mode if URL are set afterwards
2600 * Fix: Add vpid, vppid and vtid info in add-context help
2601 * Fix: alignment problems on targets not supporting unaligned access.
2602 * Fix: possible use after free in consumer
2603 * Fix: improve and update lttng.h comments
2604 * Fix: JUL filtering for event *
2605 * Fix: deny overwrite mode and num subbuf less than 2
2606 * Fix: remove bad option in enable channel --help
2607 * Fix: implicit conversion from enumeration
2608 * Fix: clarify man page lttng.1
2609 * Fix: Copy-pasted PERROR messages may be misleading
2610 * Fix: incorrect printf format
2611 * Fix: handle ENOENT when creating a kernel event
2612 * Fix: move JUL filter creation to a function
2613 * Fix: JUL filtering done on the UST level
2614 * Fix: Don't include the binary in the live test's EXTRA_DIST
2615 * Fix: add JUL filter to UST event on logger_name
2616 * Fix: Racy event validation in tests
2617 * Fix: rework utils_parse_size_suffix
2618
f2154bf4
DG
26192014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
2620 * Fix: don't delete stream from connection recv list
2621 * Fix: use after free of a relayd stream
2622 * Fix: don't print stream name in error message
2623 * Fix: take session list lock when listing tp
2624 * Fix: add consumer wake up pipe to avoid race
2625 * Fix: don't spawn relayd if URL is provided
2626 * Fix: don't ask data pending if session was not started
2627 * Fix: missing test file in EXTRA dist
2628 * Fix: allow empty URL for live session creation
2629 * Fix: missing valid return code when adding an URI to consumer
2630 * Fix: syntax error in lttng.1
2631 * Fix: check relayd fd leak in lttng cmdline
2632 * Fix: remove unused tp in high-throughput test
2633 * Use autoconf AM_MAINTAINER_MODE.
2634 * Fix: clang 'constant-out-of-range-compare' warning
2635 * Fix: Unchecked session pointer when destroying a connection in relayd
2636
7f63e090
DG
26372014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
2638 * Fix: improve lttng with live by spawning relayd
2639 * Fix: relayd should listen for viewers on localhost only by default
2640 * Fix: handle loglevel range ALL in list command
2641 * Tests: add JUL test for multiple loglevel
2642 * Fix: index JUL event by name *and* loglevel
2643 * Fix: JUL to enable user and root tracepoints
2644 * Fix: handle the registration done command for JUL
2645 * Test fix: use temp file sync. of test app
2646 * Fix: keep metadata channel attr in UST session
2647 * Tests fix: Missing waitpid in fork test
2648 * Fix: add loglevel type to lttng list <name>
2649 * Fix: minor rephrasing of the lttng.1 man page
2650 * Fix: Warn user if JUL port is already being used
2651 * Fix: add some sane default values to --live opt
2652 * Fix: possible NULL deref. in sessiond error path
2653 * Fix: flag that kernel streams FDs has been sent
2654 * Fix: forbid session name creation if contains /
2655 * Fix: don't start session if no channel
2656 * Fix: add missing relayd option to man page
2657 * Fix: report error if consumer can't be spawned
2658 * Fix: lttng list -u <name> should only list UST
2659 * Fix: kernel channel destroy on consumer if sent
2660 * Fix: only create UST metadata on start trace
2661 * Revert "Fix: wrong condition on startup for low-activity streams"
2662 * Fix: missing big endian conversion for one index field
2663 * Fix: wrong condition on startup for low-activity streams
2664 * Fix: perror on index directory creation error
2665 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
2666 * Fix: consumerd errors on exit
2667 * Fix: scanf unbounded input
2668 * Fix: miscellaneous memory handling fixes
2669 * Fix: add missing VALGRIND ifdef checks and documentation
2670
1bc64886
DG
26712014-02-14 lttng-tools 2.4.0-rc5
2672 * Fix: steal channel key in the consumer to avoid race
2673 * Fix: change ERR statement to DBG in kernel read subbuffer
2674 * Fix: handle snapshot ENODATA in live timer
2675 * Fix: relayd leak on error in consumer splice()
2676 * Fix: protect close_write_flag with the rotation lock
2677 * Man: clarify loglevel for JUL domain
2678 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
2679 * Fix: bad indentation of lttng list in man page
2680 * Fix: wrong data structure used in commit df41f83
2681 * Fix: add missing optional dependency to babeltrace in README
2682 * Fix: cleanup inconsistent use of spaces/tabs in README
2683 * Fix: only set the new_streams flag if a viewer is attached
2684 * Fix: lttng-live documentation
2685 * Fix: remove dead code in relayd live code
2686 * Fix: use after free error code path
2687 * Fix: wrong sizeof argument in live viewer create session
2688 * Fix: zero out the reply structure in viewer_connect
2689 * Fix: write index only if fd is valid
2690 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
2691 * Fix: memory/fd leak when cleaning streams in channel
2692 * Fix: destroy streams in consumer del channel
2693 * Fix: add missing urcu wfqueue headers in relayd
2694 * Fix: in lttng_read/write deny count bigger than the possible returned value
2695 * Fix: fd leak when closing metadata stream
2696 * Fix: read subbuffer mmap/splice signedness issue
2697 * Doc: live protocol clarifications
2698 * Fix: remove unused create_viewer_session option
2699 * Fix: don't sleep(1) on the consumer ready flag
2700 * Fix: free viewer session in connection_free()
2701 * Fix: add missing ctf trace delete before destroy
2702 * Fix: don't delete ctf trace while in snapshot mode
2703 * Fix: add flag to create session command and fix tests
2704 * Fix: cleanup indef guards following the rename
2705 * Fix: merge issue with thread quit pipe
2706 * Fix: use uint32_t for metadata_flag in viewer's ABI
2707 * Fix: check for new streams in all attached sessions
2708 * Fix: Move static functions up in the code
2709 * Fix: allow attach command to multiple sessions
2710 * Fix: handle session hang up in get_new_streams
2711 * Fix: force the client to create a viewer session before attaching
2712 * Fix: Namespace lttng-viewer-abi
2713 * Fix: relayd connection object refactor
2714 * Fix: big relayd cleanup and refactor
2715 * Fix: code refactoring of viewer streams in relayd
2716 * Fix: handle new streams in live mode in relayd
2717 * Fix: notify the viewer if new streams got added
2718 * Fix: send the streams sent message after metadata
2719 * Add extern C to the health-check header
2720 * Fix: memory leak in unit test
2721 * Man: add JUL DOMAIN section to lttng.1
2722 * Fix: handle invalid URL passed to lttng_create_session_live
2723 * Fix: add --jul-tcp-port to sessiond man page
2724 * Fix: measure UST clock offset with best sample (v2)
2725 * Fix: remove free in unit test not needed anymore
2726 * Fix: relay create session for version before 2.4
2727 * Fix: memory leak when UST events are enabled with exclusions
2728
27292014-01-29 lttng-tools 2.4.0-rc4
2730 * Fix: add -b, --background option
2731 * health check tests: test relayd and consumerd
2732 * tests: Add stop_lttng_relayd_nocheck
2733 * Fix: add missing JUL loglevel handling
2734 * relayd: add testpoints
2735 * relayd: use same pipe for live and main
2736 * Cleanup relayd live comment
2737 * Fix: relayd: add LPOLLERR to events
2738 * Fix: relayd: notify parent of readiness when all threads ready
2739 * Fix: tests: start relayd in background mode (-b)
2740 * lttng-relayd: implement background cmd line option
2741 * sessiond: add missing testpoints
2742 * tests: use --background for session daemon
2743 * sessiond: add --background argument
2744 * Use lib common daemonize
2745 * Fix: sessiond: wait for health check readiness
2746 * Fix: relayd: initialize lttcomm inet
2747 * Consumer: add testpoints
2748 * Fix: consumerd: HT init/teardown with program
2749 * Cleanup: lttng-ctl-health comment
2750 * Add daemonize() to libcommon
2751 * Fix: tests: wait for consumerd to complete
2752 * Fix: consumerd: use DBG rather than DBG2
2753 * Fix: consumerd: only return readiness when health is ready
2754 * Fix: consumerd should initialize lttcomm
2755 * Fix health check: signal parent before exit testpoint
2756 * Test health: add test_thread_ok
2757 * health check: change --relayd-path arg to --relayd-path=arg
2758 * relayd: add LTTNG_RELAYD_HEALTH env var
2759 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
2760 * Fix: zero out data structure before using it
2761 * Fix: delete metadata stream before destroying it
2762 * Fix: report to client when snapshot will be empty
2763
27642014-01-14 lttng-tools 2.4.0-rc3
2765 * Fix: metadata stream should be always flagged as ready
2766 * Fix: wrong check before destroying the viewer metadata stream
2767 * Fix: race with the viewer and readiness of streams
2768 * Fix: missing reset when listing UST fields for multiple PIDs
2769 * Fix: filter: check binary op nesting
2770 * Fix: relayd cmd line option for live port
2771 * Fix: remove break in epoll loop of apps. thread
2772 * Fix: wrong comment in snapshot public API
2773 * Fix: clear the CTF traces when all the streams are closed
2774
c9d04d79
DG
27752013-12-10 lttng-tools 2.4.0-rc2
2776 * Fix: close connection on incompatible version check
2777 * Fix: fields alignements in live protocol
2778 * Tests: add regression test for Java JUL support
2779 * Fix: possible use after free
2780 * Fix: remove unused code in session daemon
2781 * Fix: string format with unsigned value
2782 * Fix: remove useless assert
2783 * Fix: bad logical check of error codes
2784 * Fix: resource leak in enable-event command
2785 * Fix: unchecked return value in ust app delete
2786 * Fix: dereference after null check in UST registry
2787 * Fix: Resource leak in ust registry
2788 * Fix: backported from urcu commit 92af1a30
2789 * Tests: fix racy tests and misleading output messages
2790 * Tests: fix bad argument parsing in test app
2791 * Fix: remove assert on fd in the read/write layer
2792 * Fix: missing lock/unlock when sending index
2793 * Fix: update back the metadata len sent on failure
2794 * Fix: don't fail on push metadata if no channel
2795 * Rename LTTng index in CTF index
2796 * Fix: set the enable all event command type
2797 * Fix: implicit conversion of enum types in sessiond
2798 * Fix: implicit conversion of enum types in consumer
2799 * Fix: comparison of unsigned enum expression >= 0
2800 * Fix: comparison of unsigned value agains < 0
2801 * Fix: create a fast and a long UST snapshot test
2802 * Tests: fix racy UST snapshot post mortem test
2803 * Tests: remove useless sleep when spawning sessiond
2804 * Add travis-ci configuration file
2805 * Add libuuid as dependency in README
2806 * Tests: add valid test cases to test_utils_expand_path
2807 * Tests: add symlink tests for test_utils_expand_path
2808 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
2809 * Fix: comment indentation
2810 * Add missing copyright to utils.c
2811 * Fix: use non block waitpid to lookup child state
2812
dd2c2a1b
DG
28132013-11-15 lttng-tools 2.4.0-rc1
2814 * Live streaming support
2815 * Health check support in consumer and relayd
2816 * Event exclusion support
2817 * Java Util Logging support
2818 * Multiple fixes! The diff is just too big to put here.
2819
1bc64886
DG
28202013-11-13 lttng-tools 2.3.1
2821 * Fix: typo in --sig-parent help
2822 * Fix: application SIGBUS when starting in parallel with sessiond
2823 * Fix: missing LTTNG_OK return value for snapshot
2824 * Fix: arguments in the wrong order for fd-limit
2825 * Fix: Some corrections to the lttng man page
2826 * Fix: recv creds comm should handle partial receive
2827 * Fix: set app socket timeout just after accept()
2828 * Fix typo in lttng snapshot add-output example of lttng(1)
2829
c9dc1289
DG
28302013-09-03 lttng-tools 2.3.0
2831 * Fix: remove periodical flush test from make check
2832
3e618c7a
DG
28332013-08-30 lttng-tools 2.3.0-rc3
2834 * Fix: hashtable: take split_count_order into account
2835 * Fix: remove wrong doing asserts in sessiond
2836 * Tests: fix periodical flush tests to stop app
2837 * Fix: correctly close metadata on sessiond thread shutdown
2838 * Fix: delete the trace directory used for the test
2839 * Fix: remove bad check after epoll wait in consumer
2840 * Fix: missing data pending signess conversion
2841 * Fix: consumer data pending for empty streams
2842 * Fix: hash table growth (for small tables) should be limited (v2)
2843 * Fix: run_as gid/uid test should return result to parent
2844 * Fix: missing check for metadata data pending
2845 * Tests: change buffers UID test to PID
2846 * Tests: fix health tests to use custom socket timeout
2847 * Fix: remove health test from fast regression
2848 * Use socket timeout value for tcp timeout if available
2849 * Fix: set the health delta tcp timeout aware
2850 * Get the maximum TCP timeout in sessiond
2851 * Fix: don't report error if UST app dies
2852 * Fix: support VPATH build for tests
2853 * Improve comments after review
2854 * Rename consumer socket fd to fd_ptr
2855 * Lock consumer data before fd check during destroy
2856 * Use single callsite for send/recv ops. for consumer in sessiond
2857 * Use consumer fd reference in consumer socket obj
2858 * Update bash completion
2859 * Add --list-commands option to the snapshot command
2860 * Reorder functions _lttng_cmd_* functions in bash completion
2861 * Use parse_size_suffix in snapshot
2862 * Fix: snapshot record error handling
2863 * Fix: improve error message when UST support is disabled
2864 * Fix: add missing short filter option in help
2865 * Fix: typo in configure.ac for version check
2866 * Fix: remove calibrate syscall option from code
2867 * Fix: snapshot should fail if no successful snapshot is taken
2868 * Fix: check UST float field mantissa length
2869 * Fix: add UST context in the same order the user enabled them
2870 * Introduce configure --with-lttng-system-rundir
2871 * Add .dirstamp to gitignore file
2872 * Fix: snapshot with multiple UIDs
2873 * Prepare for automake deprecation of missing subdir-objects
2874 * Fix: typos in --help and manpage
2875 * Fix: add-context without -c apply to all channels
2876 * Fix: channels can be _enabled_ after tracing is started, but not created
2877 * Fix filter parser segmentation fault with bison 3.0
2878 * Fix: typo in error msg
2879 * Fix: imprecise error message about root sessiond/tracing group
2880 * Fix: don't skip chmod if tracing group is not found
2881 * Tracepoint probes don't need extern C
2882 * Fix: Snapshot should be taken asap in core handler script
2883 * Fix: reset out_fd_offset when we rotate the trace file
2884 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
2885 * inet/inet6 sockets: apply timeout
2886 * Implement timeout for connect ipv4/ipv6
2887 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
2888 * bash completion: add calls to _lttng_complete_sessions
2889 * bash completion: Fix copy-paste typo
2890 * Extras: Remove deprecated consumer commands in bash completion
2891 * bash completion: Remove underscores in handler function names
2892 * bash completion: Remove --event for add-context
2893 * Update gitignore
2894 * relayd: use version macros from build rather than scanf
2895 * sessiond: use version major/minor from build for communication with relayd
2896 * build: export major/minor/patchlevel numbers
2897 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
2898 * Test: enable kernel events after start
2899 * Fix: kernel ctl error codes are based on errno
2900 * Fix: format string mismatch
2901 * test: test_periodical_metadata_flush shrink timer period, kill app
2902 * Fix: format string type mismatch
2903 * snapshot howto: update text
2904 * Add snapshot howto
2905
95f3c88c
MD
29062013-07-19 lttng-tools 2.3.0-rc2
2907 * Add core-handler README to dist tarball
2908 * extras: core-handler: simplify, allow usage from tracing group
2909 * Cleanup: add missing dot
2910 * Fix: documentation: create name and options
2911 * Add core dump snapshot handler script
2912 * Fix: sym name len (kernel)
2913 * Fix: tests: provide channel name when a non-default channel exists: per-pid
2914 * Fix: tests: provide channel name when a non-default channel exists
2915 * Fix: data pending race
2916 * Fix hang in make check snapshots/test_ust
2917 * Cleanup: ust-consumer: wrong indentation
2918 * Fix: print dots while waiting for data availability
2919 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
2920 * Fix: (slight UI change) refuse missing -c if non-default channel exists
2921 * Fix: push metadata on stop for per-UID buffers
2922 * README: update python documentation
2923 * Manpage: other layout cleanups
2924 * Manpage: cleanup layout of view
2925 * Manpage: cleanup layout of version
2926 * Manpage: cleanup layout of stop
2927 * Manpage: cleanup layout of start
2928 * Manpage: cleanup layout of snapshot
2929 * Manpage: cleanup layout of set-session
2930 * Manpage: cleanup layout of list
2931 * Manpage: cleanup layout of disable-event
2932 * Manpage: cleanup layout of disable-channel
2933 * Manpage: cleanup layout of enable-event
2934 * Manpage: cleanup layout of enable-channel
2935 * Manpage: cleanup layout of destroy
2936 * Manpage: cleanup layout of create
2937 * Manpage: cleanup layout of calibrate
2938 * Manpage: cleanup layout of add-context
2939 * Documentation: create --snapshot in manpage
2940
07ddb08c
MD
29412013-07-17 lttng-tools 2.3.0-rc1
2942 * Fix: add missing snapshot header to dist tarball
2943 * Documentation: fix thread quit pipe comment
2944 * Test for presence of bison and flex when building from git
2945 * Test UST snapshot with large metadata
2946 * Add test application with large metadata
2947 * Cleanup: remove redundant assignment
2948 * Fix: use per-uid buffer registry for UID buffer snapshots
2949 * cmd.c: fix typos in snapshot commands
2950 * Test snapshot per-uid post-mortem
2951 * Remove leftover fprintf
2952 * Fix deadlock: don't take channel lock in timer
2953 * Introduce channel timer lock
2954 * document lttng_ustconsumer_request_metadata locking constraints
2955 * consumer: remove unused lttng_ustconsumer_push_metadata
2956 * Document metadata_socket_lock nesting
2957 * lttng_ustconsumer_recv_metadata does not need all those locks
2958 * document metadata_switch_timer() deadlock
2959 * Fix: add missing metadata socket lock
2960 * document metadata_switch_timer() locking constraints
2961 * consumer: remove timeout for UST metadata
2962 * Introduce pipe for UST metadata cache and stream
2963 * consumer: replace DBG2() instances by DBG()
2964 * Introduce utils_create_pipe_cloexec_nonblock()
2965 * ust consumer: data_pending check is endpoint active
2966 * Fix: kernel consumer: data_pending check if endpoint active
2967 * consumer: explicitly set endpoint status to active at init
2968 * document consumer_metadata_cache_flushed use of consumer_data.lock
2969 * consumer: introduce channel lock
2970 * Merge branch 'master' of git://git.lttng.org/lttng-tools
2971 * Fix: update lttng snapshot help output
2972 * Man: fix part of snapshot documentation
2973 * Fix: set tracefile size test with PID buffers
2974 * Fix: Babelstats fail to parse output with no process name or pid
2975 * Missing NULL pointer init in tap.c
2976 * Fix: Unchecked asprintf/vasprintf return values
2977 * Add snapshots test to fast regression
2978 * Fix: kernel data unit test
2979 * Fix: snapshot returned valid LTTNG_ERR code
2980 * Add the number of snapshot taken to the output path
2981 * Fix: RCU read side lock unbalanced
2982 * Fix: zeroed snapshot output at init
2983 * Support del-output with an output name
2984 * Update man page with snapshot command
2985 * New UST default buffers is now per UID
2986 * Bump UST ABI major version for 2.3 release
2987 * Add snapshot mode to lttng list session
2988 * Fix: support temporary snapshot max size and name
2989 * Support snapshot max-size limitation
2990 * Tests: per-UID UST snapshot
2991 * Fix: snapshot support for UST and kernel in same session
2992 * Implement lttng create --snapshot command
2993 * Add create session snapshot API in lttng-sessiond
2994 * Add snapshot output init call that uses URIs
2995 * Fix: consumer err_sock cloexec
2996 * Callsite: add "ip" context
2997 * Fix: possible consumer sockets double close on cleanup
2998 * Automatically load kvm-x86 and kvm-x86-mmu probes.
2999 * Fix: consumer: use uint64_t for all sessiond_id
3000 * Fix: add gpl and lgpl files to tarball
3001 * Fix: don't install libtap system wide
3002 * Fix: close consumer sockets in sessiond cleanup
3003 * Fix: set globally visible flag to kernel stream
3004 * Fix: lttng: memory leak in snapshot record command
3005 * Fix: kernel-consumer: double-close
3006 * Fix: consumer: incorrect size zmalloc
3007 * Fix: don't try to send stream to relayd if not in streaming
3008 * Fix: relayd refcount updates for stream
3009 * Fix: don't send error to sessiond on orderly shutdown
3010 * Fix: bad pathname used when sending kernel stream to relayd
3011 * Fix: add globally visible flag in stream
3012 * Fix: destroy metadata stream on setup metadata error path
3013 * Fix: send kernel stream to relayd only if needed
3014 * Fix: destroy streams for kernel snapshot sessions as well
3015 * Fix: close and destroy metadata stream after a kernel snapshot
3016 * Fix: print errno message on connect() error
3017 * Fix: possible double-close on stream out_fd
3018 * Fix: session ID signess to uin64_t in sessiond
3019 * Tests: fix validation trace path in kernel snapshot
3020 * Tests: Add UST snapshot local and streaming
3021 * Add UST snapshot support
3022 * Fix: consumer_add_relayd_socket() report errors to sessiond
3023 * Fix: add missing enum lttcomm_return_code entries
3024 * Fix: UST per-UID channels persist across application teardown
3025 * Fix: kernel snapshot metadata handling and error paths
3026 * Fix: coding style and debug statement
3027 * Fix: put subbuffer back in kernel snapshot error path
3028 * Fix: overflow in uri_to_str_url
3029 * Fix: detect the correct version of LTTng-UST
3030 * Fix: sessiond: use uint64_t for all session ids
3031 * Tests: add kernel snapshot streaming to root regression
3032 * Tests: remove debug output from test
3033 * Tests: Add kernel snapshot streaming
3034 * Fix: use snapshot consumer output for kernel
3035 * Fix: periodical flush check trace before stop
3036 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
3037 * Fix UST channel/stream output assignation
3038 * Fix: send per-pid session id in channel creation
3039 * Fix: consumer double-close on error
3040 * Update URCU detection to correctly check for a 0.7 version
3041 * Fix: snapshot path
3042 * Add utils function to format current time as a string
3043 * Fix: set hidden attribute to utils_* calls
3044 * Fix: consumer handling of metadata for relayd
3045 * Add kernel snapshot support
3046 * Support flight recorder mode for a session
3047 * Implement snapshot commands in lttng-sessiond
3048 * Add snapshot command to lttng UI
3049 * Initial import of the snapshot ABI/API in lttng-ctl
3050 * Use the consumer stream API in consumer_del_stream()
3051 * Add consumer-stream.c/.h in libconsumer
3052 * Move multiple URLs parsing fct from lttng-ctl to uri.c
3053 * Add a lttng-ctl header to facilitate code separation
3054
8991668e
DG
30552013-06-25 lttng-tools 2.2.0 (National Catfish Day)
3056 * STABLE VERSION
3057 * Fix: if relayd is unreachable, disable consumer for the session
3058 * Fix: possible infinite loop in disable ust event
3059 * Fix: don't enable a channel if a session was already started
3060 * Fix: bad type for the relayd id
3061 * Fix: add debug statement in kernel flush metadata
3062 * Fix: destroy default created channel if add-context fails
3063 * Fix: clarify tracefile size/count in lttng.1 man
3064 * Fix: don't stop a session that was not previously started
3065 * Fix: update lttng.1 man page
3066 * Fix: bad protocol flow between sessiond and consumerd
3067 * Fix: kernel memory leak in error path
3068
92d019ba
DG
30692013-06-20 lttng-tools 2.2.0-rc3
3070 * Multiple memory and fd leak fixes in sessiond and consumerd
3071 * Test: stress test added to the repository but not in make check
3072 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
3073 * Implement health check for app registration dispatch
3074 * Implement health check for app notification thread
3075 * Revert "Improve channel listing output format"
3076 * Fix: use lttng pipe to send new stream to thread
3077 * Change consumer_metadata_pipe to be a lttng_pipe
3078 * Change consumer_data_pipe to be a lttng_pipe
3079 * Add wrappers for pipe
3080 * Add --version command-line option to lttng.
3081 * Add --with-lttng-ust-prefix config option.
3082 * Fixes from coverity scan.
3083 * Stability fixes
3084 * RCU hash table are now destroyed in a seperate thread in sessiond
3085
afeab175
DG
30862013-05-09 lttng-tools 2.2.0-rc2
3087 * Fix: split UST per UID/PID default values
3088 * Fix: don't start the relayd with a wrong --output dir
3089 * Fix: Erroneous automatic session name when streaming
3090 * Fix: wrong data port when listing session's URI
3091 * Fix: don't create a channel on an enable channel
3092 * Tests: Add missing test_utils_parse_size_suffix to unit tests
3093 * Fix: print lttng strerror on enable event with filter
3094 * Fix: change relayd protocol version to 2.2
3095 * Fix: reset current size for tracefile rotation
3096 * Fix: remove extra -I for python bindings
3097 * lttng UI: round up trace file size to subbuf size if needed
3098 * Fix lttng UI: fix arg parsing, round size to next power of two
3099 * Fix: check errors in lttng command argument values
3100 * Implement get_count_order in lttng utils
3101 * lttng cli: Accept human readable sizes for --subbuf-size
3102 * Unit tests: don't rebuild units under test
3103 * Fix: consumerd metadata channel/cache/timer races
3104 * Fix: consumerd channel destroy race
3105 * Cleanup: document RCU read-side lock better
3106 * consumer relayd interaction: fix segfaults
3107 * Fix: change order of fd get to fix error path
3108 * Fix: fd leak when creating UST metadata channel
3109 * Fix: fd leak on error
3110 * Fix consumerd fd leak
3111 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
3112 * rculfhash: check for callers from RCU read-side C.S.
3113 * Fix: don't call hash table destroy under rcu read-side c.s.
3114 * Documentation: import updated comments from urcu
3115 * Fix: segfault in buffer_reg_channel_destroy()
3116 * Fix: add missing goto error in UST consumer
3117 * Fix: no need to use run_as_open in the relayd
3118 * Fix: typo in enable-channel man and help
3119 * Fix: add some missing hidden attribute
3120 * Fix: per-uid buffers should only be flushed once on stop
3121 * Cleanup: Use own mutex within timer setup/teardown
3122 * Fix: channel management thread should hold a refcount
3123 * Fix: move metadata cache setup before ownership passing
3124 * Fix: consumer metadata switch timer error handling
3125 * Fix: set ptr to NULL to suppress old gcc warnings
3126 * Fix: linking order of libraries
3127 * Fix: multiple type mismatch in debug statement
3128 * Fix: remove mention of trace directory layout in quickstart doc
3129 * Fix: remove unused path variables from session obj
3130 * Fix: update lttng.1 man and enable-channel help with read timer size
3131 * Fix: use channel per domain default values
3132 * Fix: typos in the code base
3133 * Fix: deny multiple event types with enable-event
3134 * Fix: deny the same port for data and control URL
3135 * Fix: reset consumer destination when changing URIs
3136 * Fix: don't allow different control and data destination
3137 * Fix: typos in error strings
3138 * Improve channel listing output format
3139 * Fix: enable-channel accepts mismatched option
3140 * Fix: validate buffer type for UST channel creation
3141
500c2393
DG
31422013-03-28 lttng-tools 2.2.0-rc1
3143 * Add UST per UID buffers support
3144 * UST metadata generation are created on the sessiond side
3145 * Move LTTng-UST buffer ownership from application to consumer
3146 * Add a UST registry of events and channel in the sessiond
3147 * UST periodical metadata flush
3148 * Refactor tests to use prove and tap
3149 * Support for trace file rotation for the relayd and on disk
3150 * Support per-context filtering
3151 * Add channel wakeup fd to monitor close
3152 * Deprecate enable/disable-consumer
3153 * Multiple fixes and memory leak fix.
3154
917f7685
DG
31552012-12-20 lttng-tools 2.1.0 (13th Baktun)
3156 * STABLE VERSION 2.1.0-stable - "Basse Messe"
3157 * Multiple minor fixes
3158 * Multiple memory and fd leaks
3159 * Fix: Off by one in seq num for data pending command
3160 * Fix: flag metadata stream on quiescent control cmd
3161 * Fix: prioritize control socket communication in relayd
3162 * Fix: poll and epoll fd set reallocation
3163 * Fix: add missing goto pending if data is inflight
3164 * Fix: remove ua_sess->started assert on stop trace
3165 * Set classes of traffic in high_throughput_limit
3166 * Fix: use the poll wait ret value when iterating on fd(s)
3167 * Fix: force the poll() return value to be nb_fd
3168 * Fix: Wrong check of node when cleaning up ht
3169 * Fix: set started flag of ust app after ustctl
3170 * Fix: memory leak in add relayd socket error path
3171 * Fix: add packed attribute to filter structure
3172 * Fix: Add missing health code update for consumer command
3173 * Add LTTNG_PACKED macro
3174 * Fix data pending for inflight streaming
3175 * Map session id of relayd and sessiond in consumer
3176 * Add the relayd create session command
3177 * Make the consumer sends a ACK after each command
3178 * Remove MSG_WAITALL on every recvmsg() socket typ
3179 * Fix: Add missing relayd ht cleanup and ht destroy
3180 * Fix: Relayd and sessiond version check
3181 * Fix: protect consumer_find_channel with rcu locking
3182 * Fix: don't steal key when adding a metadata stream
3183 * Consumer hold stream mutex for add stream
3184
48459ee6
DG
31852012-12-03 lttng-tools 2.1.0-rc9
3186 * Fix: set the stream ht static in consumer file
3187 * Update sessiond man page with new env var
3188 * Update lttng.1 man page
3189 * Fix: enable-consumer for all domains missing dir
3190 * Fix: Add missing fct prototypes when disabling UST
3191 * Fix a typo in lttng-probe-module name
3192 * Assign values to enum lttcomm_sessiond_command
3193 * Fix: run health test only if root
3194 * Clarify empty string/NULL filter errors
3195 * Fix: add missing padding for UST filter
3196
2ad3a9a0
DG
31972012-11-22 lttng-tools 2.1.0-rc8
3198 * Fix: Uninit. variable in lttng view
3199 * Add already enabled UST event error code
3200 * lttng.h API update: set filter becomes enable event with filter
3201 * Change the UST event hash table match function
3202 * Pass lttng_event struct to the set_filter API call
3203 * Adding context to an event is no longer possible
3204 * Add UST overlap tests
3205 * Add filter sequence number to UST
3206 * Fix: Typo from a previous patch in an assert()
3207 * Fix: Warn if session is running with lttng view
3208 * Fix: Add bash requirement to README for make check
3209 * Fix: add the notion of domain to lttng.1 man page
3210 * Enable additional kernel probes
3211 * Update CodingStyle
3212 * Use the new functions for default subbuf sizes
3213 * Add default subbuf sizes getter functions
3214 * Add max() and min() macro in common
3215
8802e4bd
DG
32162012-11-13 lttng-tools 2.1.0-rc7
3217 * Fix: Add pointer check when freeing poll events
3218 * Fix: FD leak on thread error
3219 * Fix: Wrong fd used by kernel_wait_quiescent
3220 * Support new lttng-ust error code
3221 * Fix: Don't set filter if enable event fails
3222 * Fix: Wrong data port when listing session
3223 * Fix: Enable event after start command
3224 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
3225 * Add a timeout to UST application socket
3226 * Fix: Consumerd error socket connect race
3227 * Fix: Set CLOEXEC flag on every created sockets
3228 * Remove consumer poll timeout in data thread
3229 * Fix: RCU hash table seed
3230 * Fix: Do not install health tests helper libraries
3231 * Fix: Create default channel on add-context if none
3232 * Support new liblttng-ust-ctl error code
3233 * Fix: Add EPIPE error handling on buffer splice
3234 * Fix: Channel creation error return code was not set
3235 * Fix: Wrong poll events on UST application socket
3236 * Fix: Remove dependency to urcu-cds in tools tests
3237 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
3238 * Fix: Don't append datetime to default session name
3239 * Fix: Deny session creation name 'auto'
3240 * Fix: Add space for stream name CPU number
3241 * Fix: Add output option to enable-channel command
3242
241aaca9
DG
32432012-11-02 lttng-tools 2.1.0-rc6
3244 * Tests: Add filtering tests for uncovered cases
3245 * Fix: Sync issue when deleting a data stream
3246 * Rename data_available to data_pending
3247 * Fix: consumer health state
3248 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
3249 * Fix: Bad return error code handling
3250 * Fix: Use after free() of the rundir string
3251 * Fix: Cleanup UST app session on ustctl create session error
3252 * Fix: add missing pthread_join in sessiond
3253 * Fix: free running directory string
3254 * Fix: UST app clean list node usage
3255 * Add liblttng-ctl destructor to cleanup memory
3256 * Fix: Cleanup URIs on teardown
3257 * Fix: relayd memleaks
3258 * Fix: Memory leaks of allocated URIs
3259 * Fix: consumer output memory leak on creation
3260 * Fix: missing addrlen initialization before accept(2)
3261 * Fix: relayd trace file padding memleak
3262 * Fix: Remove useless consumer subdir string concatenation
3263 * Fix: lttng create allocated path memleak
3264 * Fix: Cppcheck memleakOnRealloc mistake
3265 * Fix: Synchronization issue for data available command
3266 * Fix: consumer relayd cleanup on disconnect
3267 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
3268 * Fix: Possible memory leaks when creating filter IR root node
3269 * Fix: Delete stream on write error in consumer
3270 * Fix: Error handling when sending relayd sockets to consumer
3271 * Add stream lock comment for nesting
3272 * Fix: Mutex and RCU lock nesting in consumer
3273 * Fix: Uninitialized ret code
3274 * Fix: Remove bad condition and fix overflow issue
3275 * Fix: consumerd pthread error flow
3276 * Fix: Set a single return point and mutex unlock
3277 * Fix: Remove useless NULL and zero assignment
3278 * Fix: segfault on create session with two URLs
3279
d1980281
DG
32802012-10-22 lttng-tools 2.1.0-rc5
3281 * Fix: Remove network stream ID ABI calls
3282 * Tests: Add filtering tests
3283 * Wait for data availability when stopping a session
3284 * Relayd data available command support
3285 * Lib lttng-ctl data available command support
3286 * Consumer daemon data available command support
3287 * Add data structure for the data available command
3288 * Change the metadata hash table node
3289 * Make stream hash tables global to the consumer
3290 * Move add data stream to the data thread
3291 * Rename consumer threads and spawn them in daemon
3292 * Fix: relayd close stream command was not working
3293 * Fix: Relayd and consumerd socket leaks
3294 * Fix: Missing -ENODATA handling in the consumer
3295 * Fix: Empty metadata buffer(s) on HUP|ERR
3296 * ABI with support for compat 32/64 bits
3297 * Fix: Stream allocation and insertion consistency
3298 * Fix: output number of bytes written by relayd
3299 * Add hash table argument to helper functions
3300 * Fix: Add missing call rcu and read side lock
3301 * Tests: Fix LD_PRELOAD library lookup path for health tests
3302 * Fix: Add arbitrary wait period for kernel streaming test
3303 * Fix coding style and add/change debug statements
3304 * Fix: Build out of src tree
3305 * Tests: Add health check tests to configure
3306 * Tests: Add health check thread stall test
3307 * Tests: Add health check thread exit test
3308 * Tests: Add a health check utility program
3309 * Add testpoints in lttng-sessiond for each threads
3310 * New testpoint mechanism to instrument binaries for testing
3311 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
3312 * Fix: Metadata stream leak when received in consumer
3313 * Fix: consumer_allocate_stream error handling
3314 * Fix: consumer should await for initial streams
3315 * Fix: Missing rcu read side lock in consumer
3316
529f6ac2
DG
33172012-09-26 lttng-tools 2.1.0-rc4
3318 * Fix: Change sempahore to pthread conditions
3319 * Fix: relayd relay_send_version: handle sscanf return code
3320 * Fix relayd: NULL ptr deref
3321 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
3322 * Tests: add print bytecode to filter grammar test
3323 * Cleanup: assign values to bytecode opcodes
3324 * Fix: Filter: Fix allocation length error
3325 * Fix: Filter: add missing ast free
3326 * Tests: Add high throughput with bandwidth limits test
3327 * Fix: Returned code when listing kernel channel
3328 * Tests: Rename helper functions to have consistent names
3329 * Tests: Cleanup redundant code and use printing helper functions
3330 * Tests: Add helper functions for printing status and banner
3331 * Tests: Add a check for color support when printing status
3332 * Fix: Lib lttng-ctl on error returns lttng code
3333 * Fix: lttng_set_event_filter() was returning bad error code
3334 * Fix: printing [no write] on lttng list -uf
3335 * Fix: Disable event on filter error with lttng
3336 * Fix: Wrong returned error code on UST enable event
3337 * Add consumer commands to lttng.1 man page
3338 * Add lttng_health_check(3) man page
3339 * Fix: Remove LPOLLNVAL from consumer metadata revents
3340 * Fix: Mismatch of field name between ust and tools
3341 * Add the written value when listing fields
3342 * Fix: Consumer return value check after mmap/splice
3343 * Don't send the subbuffer padding for streaming
3344 * Fix: Returned error code in consumer on read buffer
3345
d3e6246f
DG
33462012-09-12 lttng-tools 2.1.0-rc3
3347 * Fix: Relayd fix ret value when adding a connection
3348 * Add new thread in consumer for metadata handling
3349 * Fix: consumer recv command error path
3350 * Fix filter: fix recent regressions
3351 * Update lttng-ust-abi.h from upstream lttng-ust
3352 * Fix: Accept bytecode of length 65536 bytes
3353 * Fix: Generation of bytecode longer than 32768 bytes fails
3354 * Fix: Filter bytecode alloc buffer size must be a power of 2
3355 * Add lttng-ctl SWIG python bindings
3356 * Add C++ support to API header files
3357 * Librarify filter in liblttng-ctl and hide symbols
3358 * Set hidden visibility for calls used in lttng-ctl
3359 * Notify the user if a filter is already enabled
3360 * Install lttng-error.h and include it in lttng.h
3361 * Add lttng-error.h containing every API err. code
3362 * Fix: missing hostname context
3363
5556277c
DG
33642012-08-22 lttng-tools 2.1.0-rc2
3365 * Fix: put back 2.0 output text for lttng create cmd
3366 * Fix: remove set subdir call that uses bad ptr
3367 * Filter: Handle the unary bitwise not operator (~) with an unsupported
3368 * Fix: missing mutex unlock on register consumer err
3369 * Remove underscore from ifndef of lttng.h
3370 * Remove unused define in lttng.h
3371 * Standardize lttng command line usage text
3372 * Merge duplicate code in consumer for destroy relayd
3373 * Merge duplicate code in consumer for add relayd
3374 * Fix: Possible buffer overflows in strncat() usage
3375 * Move code out of main.c and fix some issues
3376
68264071
DG
33772012-08-17 lttng-tools 2.1.0-rc1
3378 * Feature: Network Streaming
3379 * Add the lttng-relayd binary for network streaming
3380 * Support user space tracer filtering
3381 * Multiple fixes
3382
e371dbd9
DG
33832012-04-19 lttng-tools 2.0.1
3384 * Fix: test script for kernel module validation
3385 * Fix: report error to client on consumerd error
3386 * Fix: add missing ht_destroy at consumer teardown
3387 * Fix: consumer fd recv thread should write into non-blocking pipe
3388 * Fix: work-around glibc __nptl_setxid vs clone hang
3389 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
3390 * Fix consumer lttng_consumer_poll_socket poll revents check bug
3391 * Fix: increase consumer open files limit
3392 * Update README: document dep on modprobe for kernel tracing
3393 * Fix: wait for sessiond to stop in tests
3394 * Fix: remove unused return variable
3395 * Don't report back error on syscalls fail for -a -k
3396 * Fix: destroy context hash table being NULL
3397 * Fix: make lttng expand path for trace output opt
3398 * Fix: return value signedness
3399 * Fix: man page environment variable name error
3400 * Fix: check return value on getenv USER
3401
0e4cbe7e
DG
34022012-03-20 lttng-tools 2.0.0
3403 * Fist STABLE version
3404 * Add version name: Annedd'ale
3405
c6d4a597
DG
34062012-03-20 lttng-tools 2.0.0-rc4
3407 * Fix: add small detail to enable-channel man page
3408 * Fix: warned of arbitrary time for ust-nprocesses test
3409 * Fix. add limitation to man page
3410 * Fix: minor changes to lttng.1
3411 * Fix: add exit values to lttng.1 man page
3412 * Fix: add delay before validating apps in test nproc
3413 * Fix: error handling in lttng enable-event
3414 * Fix: document structure init. to 0 in lttng.h
3415 * Fix: uninitialized variable
3416 * Keep track of FD used for UST applications (v2)
3417 * Fix: lttng view, error message and exit code
3418 * Small fixes to lttng man pages (v2)
3419 * Fix: handle EINTR for sendmsg syscall
3420 * Fix: lttng UI exit value and error message
3421 * Fix: session lock use after free
3422 * Fix kernel_list_events memleaks
3423 * Fix debug message use uninitialized variable
3424 * Fix: trace_ust_destroy_metadata should check for NULL pointer
3425 * Fix: various memleaks
3426 * Fix: hash table allocation out of order on error
3427 * fix: lttng_ht_destroy memleak
3428
b495b935
DG
34292012-03-16 lttng-tools 2.0.0-rc3
3430 * Fix: missing headers for make dist
3431 * Fix: install lttng-consumerd in lib/lttng/libexec/
3432 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
3433 * Fix: consumer CPU hotplug support
3434 * Fix: double PID registration race
3435 * Make libcompat independent not to confuse automake
3436 * Clarify the license of lttng-ust-abi.h
3437 * Fix: License header
3438 * Fix: wrong return value on consumer socket creation
3439 * Fix: test for UST invalid channel parameters at channel creation
3440 * Fix: recvmsg should handle EINTR
3441 * Fix: error.h non-static variables for liblttng-ctl
3442 * Fix: missing _GNU_SOURCE define
3443 * Fix: improve need root for kernel tracing error message
3444 * Fix: start/stop lttng message error
3445
fc0c6bfb
MD
34462012-03-02 lttng-tools 2.0.0-rc2
3447 * Fix: meaningful error message
3448 * Fix: UST consumer need to iterate on streams, just change their key
3449 * Fix: add missing rcu read lock across RCU HT iteration
3450 * Fix: kernel session closes fd 0 after create
3451 * Fix: sendmsg EPIPE should be quiet by default (expected)
3452 * Fix: thread_registration_apps should set its local sock to -1 when passing it
3453 * Fix: clock -> sock typo
3454 * Fix: consumer race: should allow reuse of FD key
3455 * Fix: Use PERROR all across lttng-tools, never make it quiet
3456 * Fix: test all close return values in sessiond
3457 * Fix: All perror turned into PERROR to show file and line number
3458 * Fix: large audit of close() use in sessiond main.c
3459 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
3460 * Fix: incorrect close of fd 0 for syscall kernel event destroy
3461 * Fix: sessiond has incorrect missing 0 value in FD check
3462 * Fix: sessiond app listening: use posix-compliant poll flags
3463 * Fix: consumer printf type should match ssize_t (%zd)
3464 * Fix: make ust consumer posix compliant for poll flags
3465 * Fix security permission on lttng run directory
3466 * Fix: Display right loglevel_type in error message
3467 * Fix documentation in lttng.h
3468 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
3469 * Fix: restart consumerd and sessiond when interrupted in poll()
3470 * Fix: handling bad channel when sending to consumer
3471 * Fix useless variable
3472 * Fix add-context returned error
3473 * fix: add missing break in command handling
3474 * fix: command handling: do not check domain for commands not requiring domain
3475 * fix: if tracing group does not exist, do not report a client error
3476 * Fix: run_as error handling
3477 * Fix usage note on -a
3478 * Revert FreeBSD compatibility layer
3479 * Fix: documented number of subbuffers is incorrect
3480 * Document that num-subbuf and subbuf-size need to be power of 2
3481 * Merge branch 'master' of git://git.lttng.org/lttng-tools
3482
edad7953
DG
34832012-02-20 lttng-tools 2.0.0-rc1
3484 * Fix lttcomm_close_unix_sock to actually close the socket
3485 * lttng-sessiond: Set group permissions explicitly
3486
68c1b383
DG
34872012-02-16 lttng-tools 2.0-pre23
3488 * configure.ac: Fix consumerd64-libdir typo
3489 * Fix existing session daemon check
3490 * Fix missing session locks
3491 * Fix return value on ust app session create
3492 * Fix double start/stop trace
3493 * Fix ust app session started state on start trace
3494 * modprobe statedump, signal and timer lttng module
3495 * Fix hyphens in man pages
3496
76ab874e
DG
34972012-02-14 lttng-tools 2.0-pre22
3498 * Add the bash-completion file to the dist tarball
3499 * Add the LICENSE file too
3500 * Package used for the Ubuntu LTS (feature freeze)
3501
83aac6e3
DG
35022012-02-13 lttng-tools 2.0-pre21
3503 * Fix licensing for hashtable/utils.c
3504 * Print loglevel value in list -u
3505 * Remove "<all> from MSG() when no loglevel is selected
3506 * Initial import of man lttng.1 and lttng-sessiond.8
3507 * Fix memory leak master
3508
09e765bf 35092012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
3510 * New lttng view command
3511 * Multiple loglevel fixes
3512 * Fix list command
3513 * Fix session syscall listing
3514 * Multiple fixes across the code base
3515
87db5b86
DG
35162012-02-02 lttng-tools 2.0-pre19
3517 * Update lttng ust ABI/API copy
3518 * Implement UST calibrate and change default
3519 * Add MSG_WAITALL to recvmsg of sessiond-comm
3520 * Check kernel version for tests
3521 * Add a '--list-options' option to each command.
3522 * First import of extras/ with lttng bash completion
3523 * Remove default defines from lttng.h
3524 * Fix lttng sessiond spawn wait race
3525 * Add CMD_WARNING error code
3526 * Fix context mapping for UST and kernel
3527 * Add kernel work-around for boot_id
3528 * Rewrites lttng-ctl's set_session_daemon_path
3529 * Fix memory lean in all lttng cli commands
3530 * Update loglevel ABI
3531 * Add padding to all ABIs for future development.
3532 * Improve error handling of lttng cli
3533 * Multiple fixes across the code base (nothing critical)
3534
3edea7d5
DG
35352012-01-23 lttng-tools 2.0-pre18
3536 * Complete change of the source directory tree
3537 * Move compat to common and create an internal lib
3538 * Rename lttngerr.h to error.h
3539 * Add kernel module version validation
3540 * Add UST version validation
3541 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
3542 * Fix off-by-one and double list size instead of steady increment
3543
734f79bf
DG
35442012-01-19 lttng-tools 2.0-pre17
3545 * Add and support the new hash table library
3546 * Add lttng hash table support to liblttng-consumer
3547 * RCU support for consumer's hash tables
3548 * UST consumer close shm fd after mapping it
3549 * Remove CLONE_VM flag for runas making gdb debugging impossible
3550 * Make MSG() print on stdout instead of stderr
3551 * Don't init kernel tracer if not root (UID=0)
3552 * Multiple fixes found when reaching max. number of open files
3553 * Add some UST tests
3554 * Multiple segfaults and assert error fixed
3555
032b4c39
DG
35562011-12-23 lttng-tools 2.0-pre16
3557 * Per-user lttng-sessiond now fully functionnal
3558 * Fix nested double usage of hashtable iterators
3559 * Support creds passing between lttng and sessiond
3560 * Rename sessiond internal "uid" fields to "id"
3561 * Create all trace directories and files with client user credentials
3562 * Create output directory at session creation command
3563 * Only allow the user or group owning the session (or root) to control a session
3564 * Add disable kernel tracing option to sessiond
3565
31ff12ff
DG
35662011-12-13 lttng-tools 2.0-pre15
3567 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
3568 * UST consumer 32/64 bit support
3569 * Multiple bug fixes
3570 * Multiple segfault, race and double lock fixes
3571 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
3572 * UST loglevel support
3573 * ABIs now support 256 char event names
3574 * Dependency on libpopt >= 1.13
3575 * Dependency on URCU >= 0.6.7
3576 * Rename kernel-ctl.c/.h to kernel.c/.h
3577 * Change malloc to zmalloc in lttng-sessiond code
3578 * RCU hashtable support for all UST data structure
3579 * New libconsumer for UST, kernel and one generic
3580 * Change "--all" option from lttng command line
3581 * Remove function entry option to discourage its use
3582
ab7f4103
MD
35832011-09-30 lttng-tools 2.0-pre14
3584 * Syscall tracing support
3585 * Multiple bug fixes (nothing critical)
3586 * Add userspace RCU hash table to tree for dev
3587 * Update UST ABI
3588 * Fix epoll that did not handle EINTR
3589 * Liburcu >= 0.6.5 is needed from this release
3590 * Enabling all events also enable syscall tracing
3591 * Debug messages are now on stderr
3592 * Add basic data structure for UST support but not ready yet.
3593
775182fa
DG
35942011-08-25 lttng-tools 2.0-pre13
3595 * Memory leaks fixes and double lock list
3596 * Add UST registration with sychronisation
3597 * Use poll/epoll compatibility layer for the sessiond
3598 * Major code cleanup of ltt-sessiond/main.c
3599 * Increase listen() connexion limit
3600 * Fix bad enable-channel command
3601 * Rename trace.c/.h to trace-kernel
3602 * Multiple fixes on the poll management with the new epoll API
3603
d6fa0093
DG
36042011-08-25 lttng-tools 2.0-pre12
3605 * Multiple fixes
3606 * Fix kconsumerd handling custom channel output
3607 * Add lttng_register_consumer to register a custom consumer
3608 * Add multiples tests of the session daemon
3609 * Default kernel channel size/number changed
3610 * Support for UST application registration
3611 * Import LTTng UST 2.0 ABI
3612 * Send data to kconsumerd before tracing start
3613 * Export API of lib kernel consumer (liblttngkconsumerd)
3614
3df9eaf3
DG
36152011-08-12 lttng-tools 2.0-pre11
3616 * New lttng API using the lttng_handle
3617 * Multiple fixes of kernel consumer
3618 * Register the consuming function and add a library context
3619 * Kernel consumer fix mmap/munmap
3620 * lttng-sessiond-comm header has been privatize
3621 * Kernel traces are written in the kernel/ directory
3622 * Add underscore to enable-channel command options
3623
f88b0a98
DG
36242011-07-29 lttng-tools 2.0-pre6
3625 * Fix enable multiple events
3626 * Add function entry feature
3627
36282011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
3629 * Fix Add context command
3630 * Fix auto session path creation
3631 * Fix bad strncmp at channel creation
3632
5e96e15d
DG
36332011-07-23 lttng-tools 2.0-pre4
3634 * Fix kprobe attributes
3635 * Fix channel creation when not found at event enable
3636 * Add safe list iteration
3637 * Add two tests into the git tree
3638 * Kernel consumer can be put in debug mode with -vv
3639 * Trace path is now created on the client side
3640
00df03c6
DG
36412011-07-23 lttng-tools 2.0-pre3
3642 * Fix perf hw cache counter config values
3643
de235b67
DG
36442011-07-22 lttng-tools 2.0-pre2
3645 * Multiple fixes
3646 * New add-context options for perf counter and context
3647 * Using the install bin path from autotool for execl() call
3648 * Update quickstart guide
3649
223be86b
DG
36502011-07-20 lttng-tools 2.0-pre1
3651 * First prerelease of lttng-tools.
3652 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.17058 seconds and 4 git commands to generate.