Fix: uninitialized return value on error path
[lttng-tools.git] / ChangeLog
CommitLineData
97d3faa2
JG
12017-06-14 lttng-tools 2.9.5 (National Bourbon Day)
2 * Fix: test_utils_expand_path passes NULL to sprintf
3 * Fix: lttng list of channels should return errors
4 * Fix: discard event/lost packet counters
5 * Fix: missing errno.h include in time.h compat header
6 * Fix: registry can be null on lookup
7 * Test: Replace test relying on pselect6(2) man page ambiguity
8 * Fix: use "flush empty" ioctl for snapshots
9 * Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command
10 * Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once
11 * Fix: lttng-sessiond: cpu hotplug stream number mismatch
12 * Fix: consumer_timer_signal_thread_qs waits on LTTNG_CONSUMER_SIG_SWITCH
13 * Fix: thread exit vs futex wait/wakeup race
14 * Fix: status_loc argument of waitpid() is used on error
15 * Fix: COMPAT_EPOLL_PROC_PATH is available from Linux 2.6.28
16 * doc: how to trace consumerd with valgrind
17 * Cleanup: initialize kernel ioctl ABI structures to 0
18 * Cleanup: initialize data to 0
19 * Fix: assert() on null index_file in lttng_index_file_write()
20 * Fix: fail on relayd lookup when finding a relayd is expected
21
2331e040
JG
222017-02-20 lttng-tools 2.9.4 (Love Your Pet Day)
23 * Port: Link with no-undefined on Windows
24 * Port: win32 DLLs don't support hidden symbols
25 * Port: add cygwin support to endian compat
26 * Fix: Remove unused headers
27 * Fix: tests: register thread for RCU operations.
28 * Fix: Lazily initialize max poll set size in poll compat
29 * Fix: null dereference on error path for create_ctx_type
30 * Fix: test_ust_data dereference of null pointer
31 * Fix: test_kernel_data dereference of null pointer
32 * Man: move [SESSION] before options
33 * Fix: consumerd: add missing put_subbuf for ust and kernel errors
34 * Fix: sessiond: only send streams to consumer once
35 * Fix: consumerd main: needs to be a registered RCU thread
36 * Fix: thread_dispatch_ust_registration needs to be a RCU thread
37 * Fix: don't abort metadata push on closed metadata
38 * lttng-tools: remove bogus interpreter line from utils shell library
39
3ea92bf0
JG
402017-01-09 lttng-tools 2.9.3 (National Cassoulet Day)
41 * Fix: consumerd: order of metadata cache vs stream lock
42 * Fix: add missing rcu_barrier before daemon teardown
43 * Fix: Add missing pthread.h include
44 * Fix: support for older versions of Babeltrace in test script
45 * Fix: reverse channel and metadata cache lock nesting order
46
c8191fef
JG
472017-01-07 lttng-tools 2.9.2 (National Bobblehead Day)
48 * Fix: only lock the metadata_cache in userspace consumers
49 * Fix: lock nesting order reversed
50
c0692b4d
JG
512017-01-06 lttng-tools 2.9.1 ("Wheel Of Fortune" debuts on NBC)
52 * Fix: lttng-relayd: forcefully close stream on relayd shutdown
53 * Fix: protect the channel's metadata stream using the metadata cache lock
54 * Fix: double unlock of metadata mutex on error
55 * Fix: add element length check in lttng_index_file_open
56 * Fix: free previous instance of url (alloc_url) on default live url assignation
57 * Fix: relayd vs consumerd compatibility
58 * lttng-add-context(1): add missing man: prefix
59
b22f02d2
JG
602016-11-29 lttng-tools 2.9.0 (National Square Dance Day)
61 * Add 2.9.0 release beer description
62 * lttng-add-context(1): fix style
63 * lttng-snapshot(1): fix style
64 * lttng-metadata(1): fix style
65 * doc/man: put short option's argument too
66 * Remove `metadata` command from various help resources
67 * List the `regenerate` command in various help resources
68 * lttng-load(1): fix synopsis and style
69 * Fix: truncate the metadata file in shm-path
70 * Load: add message indication that a name override was carried out
71 * Load: expose overrides elements in mi
72 * Fix: assign values to path, ctrl and data uris during configuration load
73 * Load: test that name override does not have side effects
74 * Docs: remove invalid short option -U and move option descriptions
75 * Fix: add missing refcount of loaded modules
76 * Fix: only unload successfully loaded kernel modules
77 * Fix: test cases now rely on explicit workloads
78 * m4/pprint.m4: update with correct quoting
79 * configure.ac: move warning to end of output for the end user
80 * doc/man: only require asciidoc-attrs.conf when building the man pages
81 * Test fix: increase test count in plan of test_perf_raw
82 * Create a dedicated test suite for Perf
83 * Tests: accommodate stricter mktemp implementations in tests
84 * Add version info to lttng-relayd help
85 * Fix: stop sessiond threads on health thread error
86 * Fix: stop lttng-relayd threads on health thread error
87 * Fix: report an error if unix socket address is too long
88 * Fix: save: leak of configuration file fd
89
b7bcdcee
JG
902016-10-07 lttng-tools 2.9.0-rc1 (National Frappé Day)
91 * Set 2.9 codename and description
92 * Fix: warn when a loaded session can't be set as the default
93 * Warning fix: forward declare struct lttng_ust_calibrate
94 * lttng-enable-channel(1): remove redundant --discard from synopsis
95 * test: load --override-name
96 * load: introduce --override-name
97 * man: lttng-load fix up
98 * Docs: grammar fix in load.h
99 * lttng_ctl: add session_name to load override
100 * Fix: test presence of override_attr before accessing its member
101 * load: objects returned by getters do not need to be freed
102 * Remove lttng_load_session_attr_get_override_path_url
103 * Docs: change order of set functions in load.h to match get
104 * Remove calibrate documentation
105 * Remove calibrate from liblttng-ctl
106 * Remove calibrate from lttng-sessiond
107 * Remove calibrate from Python bindings
108 * Remove calibrate from Bash completion script
109 * Remove calibrate tests in Python bindings
110 * Remove calibrate command from lttng CLI
111 * Build fix: remove load-42-stream.lttng from dist target
112 * Test: load --override-url
113 * Add --override-url option to load command
114 * Apply the overrides attributes during configuration load
115 * Clean-up: remove copy-pasted comment from save.c
116 * lttng-ctl: add override helper to load api
117 * Rename override to overwrite for config_load_session
118 * Fix: report truncation on snprintf
119 * Fix: check for a session daemon before running load command
120 * Fix: ignore SIGPIPE
121 * Use lttng api for the load command
122 * Fix: use ssize_type for the return value of uri_parse_str_urls
123 * Docs: grammar fixes in load.h
124 * Fix: wrong api comments for load.h
125 * Fix: do not overwrite ret if already set and session found
126 * lttng-sessiond: auto-load lttng-probe-i2c module
127 * Bump lttng-modules ABI minor version
128 * Fix: handle backward compatibility with lttng-modules 2.7
129 * Clean-up: remove unnecessary autoconf variable substitution
130 * Fix: honor negative (unlimited) app socket timeout
131 * Build: Replace use of deprecated AM_PATH_XML2
132 * Test fix: set app and network socket timeouts to unlimited
133 * Test fix: test_fork can hang while waiting for child pids
134 * Test fix: test_daemon can hang while waiting for child pids
135 * Test fix: redirect python test subprocess output to /dev/null
136 * Build fix: macOS Sierra provides clock_gettime
137 * Fix: time redefinition warnings on macOS builds
138 * Clean-up: remove unused variable user
139 * Cleanup: Remove fun from code base
140 * Fix: remove in-place backup suffix argument provided to sed
141 * Fix: pass a valid length to accept() on unix domain sockets
142 * Log signals received by run_as worker
143 * Missing word in worker_sighandler() comment
144 * Clean-up snapshot command error reporting
145 * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
146 * Use -M parameter instead of --manpath when invoking man(1)
147 * OOT Build fix: reference the source directory's Python test app
148 * Fix: pass NULL to config_load_session instead of an empty string
149 * Tests: don't copy test_python_logging explicitly
150 * OOT build fix: Missing include of src directory
151 * Accomodate BSD sed in version.h generation
152 * Port: Detect platforms where librt is required
153 * Port: Add OSX clock_gettime compat
154 * Port: Add OSX support to socket compat
155 * Port: Add OSX support to poll compat
156 * Port: Add OSX support to fcntl compat
157 * Port: Add OSX compat to sessiond-comm/unix.c
158 * Port: Add OSX endian.h compat
159 * Port: Add OSX libuuid compat
160 * Fix: zero-initialize fd_set
161 * Clean-up: missing cast to fd_set*
162 * Fix: usage of FD_SET on fd_set > 1024 results in corruption
163 * Fix: erroneous usage of addr parameter in mmap()
164 * Clean-up: remove useless assignment
165 * Fix: missing unmap in test error handling
166 * Tests: unchecked pthread_join return value
167 * Clean-up: remove negative check against unsigned value
168 * Fix: unchecked init_pipe return value
169 * Tests: Unchecked pthread_create return value
170 * Clean-up: remove useless assignment
171 * Tests: Add tracepoints to libbar, libfoo and libzzz
172 * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
173 * Test the parsing of perf raw context
174 * Enable perf PMU counters by raw ID
175 * Run userspace perf tests on non-x86 platforms
176 * Tests: adjust ust-dl planned test count
177 * Test library load/unload events
178 * Add missing ust_app_regenerate_statedump_all stub
179 * Clean-up: remove unused ust_app_regenerate_metadata_all
180 * Add regenerate command to MI schema
181 * Manpage for the regenerate statedump command
182 * Tests for the regenerate statedump command
183 * Allow regenerating the statedump of a running session
184 * Kernel ioctl to regenerate the statedump
185 * UST command to regenerate the statedump
186 * Rename the "metadata regenerate" command to "regenerate metadata"
187 * Typo fix: uninitializez ->uninitialized
188 * Fix: handle negative (unlimited) system stack size limits
189 * Tests: adjust type declaration test count
190 * Fix: protocol mismatch between UST and tools
191 * ust-ctl: use fixed-size integer rather than enum
192 * Test UST's autoincrementing enumeration values
193 * Add support for UST's autoincrementing enum entries
194 * Tests: eliminate process timeouts from Python tests
195 * Fix: English syntax errors in 'lttng status'
196 * Test for select, poll and epoll syscall overrides
197 * Tests: tap.sh spams tests' output when no plan is set
198 * Fix: Set thread stack size to ulimit soft value
199 * Fix: location of various standard headers
200 * Fix: missing include ctype.h for isdigit()
201 * Fix: strerror_r behavior is glibc specific
202 * Fix: error.h -> common/error.h
203 * Fix: snapshot del-output with name on musl
204 * Fix: sessiond ht_match_event() check if filter is NULL
205 * configure.ac: fix --enable/disable-kmod option
206 * Tests: spawn ht_cleanup thread in unit tests
207 * Lazily initialize max poll set size
208 * Revert "Assert that a valid clean-up pipe exists on ht_cleanup_push"
209 * tests: test ust snapshot with discard buffers
210 * tests: test kernel snapshot with discard buffers
211 * Allow channel mode override in snapshot sessions
212 * Fix: validate number of subbuffers after tweaking properties
213 * Use bool type for save command options
214 * Clean-up: harmonize popt option declarations in save.c
215 * Clean-up: move mi_writer declaration with other declarations
216 * Add name omission and output omission on save to lttng-ctl
217 * Express overwrite attribute as a byte in communication protocol
218 * Assert that a valid clean-up pipe exists on ht_cleanup_push
219 * Fix: do not refer to objects as .o
220 * Fix: do not link against libtool .o objects
221 * Fix: Define MANPATH in config.h
222 * Tests: Make warn_processes.sh more portable
223 * Fix: add missing script to dist
224 * Fix: leak of UST app hash tables
225 * Fix: leak of reply buffer on data pending check
226 * Fix: call xmlCleanupParser to free global libxml2 allocations
227 * Fix: missing "void" parameter of lib constructor and destructor
228 * Docs: fix comment typos in lttng-sessiond's main.c
229 * Fix: lttng-relayd allow binding of privileged ports for non-root users
230 * relayd: optimize receive throughput
231 * Clean-up: harmonize kernctl API error checking
232 * Introduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK macros
233 * Fix: enforce assumption that lttng-modules ioctl() return <= 0
234 * Fix: reduce scope of kconsumer consumed_pos and produced_pos
235 * Docs: document safety of consumer_thread_is_ready access
236 * Clean-up: unused ret values in thread_manage_health
237 * Clean-up: remove dead code in sessiond's set_option()
238 * Fix: set the logger level to prevent unexpected level inheritance
239 * Typo: Stoping -> Stopping
240 * Typo: occured -> occurred
241 * Fix: only perform lttng_consumer_sync_trace_file() in local mode
242 * Make lttng_consumer_sync_trace_file static
243 * Fix: don't negate posix_fadvise return value to check error
244 * Fix Solaris 10 build: use lttng_strnlen() wrapper
245 * Rename lttng_error_type to lttng_error_level
246 * Cleanup error.h __lttng_print() used for message printing
247 * Update coding style document for macro style
248 * Fix: coding style document has erroneous semicolon at end of macro
249 * Fix: add missing semicolons after MSG, DBG, ERR print macros
250 * Tests: inverted condition in test_kernel_data
251 * OOT build fix: asciidoc.conf is now a source file
252 * lttng-create(1): use attributes for default ports
253 * lttng-create(1): add xrefs to creation mode definitions
254 * lttng-create(1): use the correct DATAPORT/CTRLPORT variables
255 * lttng-create(1): use def list for net protocols
256 * lttng-create(1): add relay mode
257 * doc/man: put AsciiDoc attributes in their own file
258 * test: UST tracing destroy flush behavior with tracefile rotation
259 * test: kernel tracing destroy flush behavior with tracefile rotation
260 * Add environment variable to allow abort on error
261 * Fix: ust-consumer: flush empty packets on snapshot channel
262 * Fix: WARN() should print as WARN level, not ERR
263 * Fix: error.h: add missing parenthesis around macro parameter
264 * Fix: bogus mask on error.h PRINT types
265 * Fix: kernel tracing: flush after stop
266 * Fix: UST should not generate packet at destroy after stop
267 * Tests: remove flaky '*' kernel wildcard test
268 * Fix: bad file descriptors on close after rotation error
269 * Fix: configure.ac: allow --disable-python-bindings
270 * Fix: merge tap tests stdout and stderr
271 * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
272 * Fix: Double free in utils_partial_realpath error path
273 * Fix: remove logically dead code in send_channel_uid_to_ust
274 * Fix: unchecked return value in low throughput test
275 * Tests: abort() exclusion test on allocation failure
276 * Fix: unchecked posix_fadvise() return value
277 * Fix: unchecked return value in relayd live.c
278 * Fix: unchecked return value in trace_clock_read64_monotonic
279 * Clean-up: remove unnecessary blank line
280 * Fix: initialize the cur_event variable before using it
281 * Fix: Dereference after NULL check in consumer
282 * Tests: abort test on memory allocation failure
283 * Fix: pointer dereference after NULL check in test_create_ust_event_exclusion
284 * Fix: NULL pointer dereference in relay_index_get_by_id_or_create
285 * Clean-up verbosity incrementation in set_option
286 * Fix: Deference after null check in sessiond set_option
287 * Docs: clarify comment in parse_pid_string()
288 * Fix: Wrong sizeof argument in pid tracker
289 * Fix: tests: incorrect uri index
290 * Fix: Integer overflowed argument
291 * Fix: macro compares unsigned to 0 (no effect)
292 * Fix: Free variable before strdup() in process_event_node
293 * Fix: Free variables before strdup()
294 * Fix: Add missing free() in spawn_viewer
295 * Fix: Add missing free() in utils_partial_realpath
296 * Fix: Use distinct variables for ret and discarded_events
297 * Fix: Don't try to show manpage when argv is null
298 * Fix: Use secure_getenv() in get_man_bin_path
299 * Fix: illegal memory access in test_create_ust_event_exclusion
300 * Fix: illegal memory access in test_create_ust_event
301 * Fix: illegal memory access in test_create_kernel_event
302 * Fix: illegal memory access in test_create_ust_channel
303 * Fix: illegal memory access in send_viewer_streams
304 * Simplify rcu locking in viewer_list_sessions
305 * Fix: illegal memory access in viewer_list_sessions
306 * Fix: illegal memory access in relayd_add_stream
307 * Fix: illegal memory access in relayd_create_session_2_4
308 * Fix: illegal memory access in session_create
309 * Fix: illegal memory access in consumer_set_subdir
310 * Fix: illegal memory access in syscall_init_table
311 * Fix: illegal memory access in write_pidfile
312 * Fix: illegal memory access in list_lttng_channels
313 * Fix: illegal memory access in cmd_snapshot_record
314 * Fix: illegal memory access in output_init
315 * Fix: illegal memory access in consumer_set_network_uri
316 * Fix: illegal memory access in cmd_snapshot_list_outputs
317 * Fix: illegal memory access in list_events
318 * Fix: illegal memory access in disable_event
319 * Fix: illegal memory access in enable_event
320 * Fix: illegal memory access in add_uri_to_consumer
321 * Fix: illegal memory access in init_ust_event_from_agent_event
322 * Simplify free() of channel attribute
323 * Fix: illegal memory access in _cmd_enable_event
324 * Implement lttng_strncpy safe string copy
325 * Add missing symbol to preserve ABI compatibility of liblttng-ctl
326 * Fix: loading a session prints an error message but the load is successful
327 * Snapshot warning if there are no events in one of the domains
328 * Clarify kernel version check error messages
329 * Tests: same event name with different descriptor on load
330 * Fix: load event state (enabled/disabled) correctly
331 * Fix: Error reported if no domain is provided for start/stop
332 * Handle unknown domain in MI
333 * Handle unknown domain on session start
334 * Fix: loading of live session within userspace domains
335 * Test: expose session url bug on load with multiple domains
336 * OOT build fix: asciidoc.conf is now generated at configure
337 * Snapshot: record: use same datetime for snapshot folder output
338 * Refactor: move the snapshot type check into output type check
339 * ust-metadata.c: nest/indent enumeration entries
340 * lttng.c: show basic help when no arguments are provided
341 * Define command short descriptions in configure.ac
342 * lttng-relayd(8): $HOME -> $LTTNG_HOME
343 * doc/man: use propagated default values in man pages
344 * Propagate default values from configure.ac to asciidoc.conf
345 * Define default values in configure.ac
346 * lttng-load(1): use lists to explain the input path behaviour
347 * lttng-sessiond(8): fix load directories and behaviour
348 * lttng-load(1): specify default search order
349 * doc/man: use configured directories in man pages
350 * doc/man/asciidoc.conf: add doctype-manpage conditions
351 * doc/man: linklttng macro -> man macro
352 * doc/man/Makefile.am: add failing dist-hook on --disable-man-pages
353 * doc/man/Makefile.am: fix top comment
354 * configure.ac: fix --enable-man-pages help string
355 * Fix: standardize parser/lexer building
356 * Fix: standardize man pages building/installing
357 * configure.ac: check for an existing liburcu-cds symbol
358 * configure.ac: use macro for wrong liburcu error message
359 * Hide parse_application_context utility function
360 * Re-add deprecated MI symbols to preserve ABI compatibility
361 * Hide new MI symbols introduced as part of 2.8
362 * Re-add default size symbols which were erroneously exposed
363 * Hide config symbols introduced in 2.8
364 * Hide internal _lttng_destroy_session symbol
365 * Hide bytecode symbol iterator API symbols
366 * Tests: wording of trace_matches is misleading
367 * Test lttng-modules clock override plugin
368 * Warning fix: uninitialized variable may be used
369 * Tests: Replace prove by autotools tap runner
370 * Drop installcheck target
371 * Fix: distcheck requires that we clean version.h
372 * Fix: configure: forbid Python bindings if shared libraries are disabled
373 * Fix: tests: don't match command line arguments, match static build binary names
374 * Fix: tests: skip tests on static build
375 * Fix: tests: don't build dynamic lib tests if support disabled
376 * bootstrap: Standardize on autoreconf -vi
377 * Move unix.h wrapper from sessiond-comm to common
378 * Fix: update tests following renaming of UST statedump event
379 * Typo: catched -> caught
380 * Add comment describing ioctl number duplication
381 * Test: kill sessiond,relayd and background children on SIGTERM/SIGINT
382 * Docs: Remove unnecessary exclamation mark
383 * Docs: fix wording of dependency
384 * Docs: fix "daemon" typo in README.md
385 * Fix: Use get_domain_str on add context
386 * Warning fix: possible use of uninitialized variable
387 * doc/man: add FILES section
388 * Test: xsd validation of long path (length > 255)
389 * Fix: xsd: urls and paths are not of type name_type but string
390 * Refactor: embed mi in "add_output "to remove code duplication
391 * Refactor: embed mi in "del_record" to remove code duplication
392 * Refactor: embed mi in "record" to remove code duplication
393 * Refactor: embed mi in "list_output" to remove code duplication
394 * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
395 * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails
396 * Fix: d_type validity is not guaranteed on all nfs versions
397 * Fix: doc/man: lttng-add-context(1): add missing option macro
398 * doc/man: common-footer.txt: add CI link
399 * doc/man: common-footer.txt: add GH organization link
400 * doc/man: lttng(1): clarify UST domain and add links to languages
401 * doc/man: add escwc macro and use it
402 * doc/man: lttng(1): link from COMMAND (synopsis) to COMMANDS section
403 * doc/man: use linkgenoptions macro
404 * doc/man: add linkgenoptions AsciiDoc macro
405 * .gitignore: ignore all generated files in doc/man
406 * doc/man: fix external links
407 * doc/man: xsl: move manpage-base.xsl -> manpage-callouts.xsl
408 * doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl
409 * doc/man: xsl: add <URL> after ulink text
410 * doc/man: xsl: add (internal) link template
411 * doc/man: lttng-enable-channel(1): move limitations to own section
412 * Fix: doc/man: lttng-relayd(1) -> lttng-relayd(8)
413 * doc/man: add nloption and genoption AsciiDoc macros
414 * doc/man: add [role="term"] to terminal callouts
415 * Clean-up shm directory tree after freeing the channel
416 * Fix: Build man pages if --enable-build-man-pages is used
417 * Fix: convey enum value signedness into metadata
418 * doc/man: add notes about shell escaping
419 * Fix: doc/man/Makefile.am for OOT builds
420 * Generate man pages by default
421 * Update version to 2.9.0-pre
422 * Bump minor kernel tracer ABI version
423 * Quote brewery names in release codename description
424 * Fix: metadata regenerate, error if too many args
425 * Fix: add missing sys/types.h header
426 * Fix: build failure when __GLIBC_PREREQ is missing
427 * configure.ac: beautify report
428 * Update version codename and description to 2.8.0 - Isseki Nicho
429 * doc/man: lttng.1.txt: sort commands in categories
430 * Data pending message is printed when unnecessary
431 * README.md: add CI/Coverity status badges
432 * README.md: add lttng-crash in package contents
433 * Show lttng-metadata man page in command's --help
434 * Add an lttng-metadata man page
435 * Remove untrack reference from snapshot man page
436 * README.md: add optional dependency on man
437 * doc/man: install lttng-health-check.3
438 * lttng-relayd: show man page with --help and remove usage
439 * doc/man: convert lttng-relayd(8) to AsciiDoc
440 * lttng-crash.c: show man page with --help and remove usage
441 * doc/man: convert lttng-crash(1) to AsciiDoc
442 * lttng-sessiond: show man page with --help and remove usage
443 * doc/man: convert lttng-sessiond(8) to AsciiDoc
444 * README.md: bolden all dependencies and versions
445 * README.md: add asciidoc and xmlto build dependencies
446 * lttng.c: sort commands to get a nice list output
447 * doc/man: add README.md
448 * lttng: add `help` command
449 * lttng.c: show man page with --help and remove usage
450 * lttng.c: CMD_UNDEFINED is used for invalid args too
451 * lttng: remove usage strings from commands
452 * lttng: show man page when using command's --help
453 * lttng add-context: add --list option
454 * doc/man: remove lttng.1 (built from lttng.1.txt)
455 * doc/man: create lttng-disable-event(1) and update/fix content
456 * doc/man: create lttng-enable-event(1) and update/fix content
457 * doc/man: create lttng-snapshot(1) and update/fix content
458 * doc/man: create lttng-help(1) and update/fix content
459 * doc/man: create lttng-status(1) and update/fix content
460 * doc/man: create lttng-untrack(1) and update/fix content
461 * doc/man: create lttng-track(1) and update/fix content
462 * doc/man: create lttng-calibrate(1) and update/fix content
463 * doc/man: create lttng-list(1) and update/fix content
464 * doc/man: create lttng-add-context(1) and update/fix content
465 * doc/man: create lttng-disable-channel(1) and update/fix content
466 * doc/man: create lttng-enable-channel(1) and update/fix content
467 * doc/man: create lttng-view(1) and update/fix content
468 * doc/man: create lttng-version(1) and update/fix content
469 * doc/man: create lttng-stop(1) and update/fix content
470 * doc/man: create lttng-start(1) and update/fix content
471 * doc/man: create lttng-load(1) and update/fix content
472 * doc/man: create lttng-save(1) and update/fix content
473 * doc/man: create lttng-set-session(1) and update/fix content
474 * doc/man: create lttng-destroy(1) and update/fix content
475 * doc/man: create lttng-create(1) and update/fix content
476 * doc/man: add common OPTIONS head for command man pages
477 * doc/man: add Makefile.am for generating man pages
478 * .gitignore: ignore generated man page artifacts
479 * doc/man: add XSL files for man pages
480 * doc/man: add asciidoc.conf
481 * configure.ac: check for asciidoc and xmlto
482 * doc/man: lttng(1): update and standardize content
483 * doc/man: convert lttng(1) to AsciiDoc
484 * Add builtin modules support to kmod modprobe
485 * Add comments to kmod functions
486 * Add libkmod rmmod support
487 * Move libkmod ifdef to beginning of file
488 * Drop optional control modules load and unload
489 * Fix: live test header endianness
490 * Document the live detach command
491 * Test the viewer detach command
492 * Use of bare attribute directives instead of LTTNG_PACKED
493 * Live: command to detach a viewer session
494 * Contexts for RT debugging
495 * Optional test for the metadata regeneration
496 * Add MI output to the metadata regenerate command
497 * Tests for metadata regenerate
498 * Add TAGS files to .gitignore
499 * Fix: systematic overwrite of union values on add context
500 * Mismatching signature of ust_metadata_session_statedump() stub
501 * Fix: Initialize events discarded and packet lost counters to zero
502 * Assert on unknown UST buffer type
503 * Command metadata regenerate
504 * Store the relay protocol version in the consumer_output
505 * Store the version of the tracer in the UID registry
506 * Store the instance id and packet_seq_num in indexes
507 * kernctl commands to extract the stream instance id
508 * Account the lost packets in snapshot mode
509 * Test: Add the lttng-runas worker process to the sessiond pids
510 * Limit the scope of IFS overwriting
511 * Do not overwrite IFS globally but only locally
512 * Display discarded and lost events at destroy and stop
513 * Fix: tests: use SIGSTOP for crash extraction test
514 * Test fix: ignore stderr at every step of randstring
515 * Fix: session_find_by_id can return NULL legitimately
516 * Fix: mark ltt_sessions_ht_destroy as static
517 * Docs: Missing locking assumptions in function headers
518 * Test fix: ignore stderr when generating random string
519 * Fix: hold session list lock during delete_ust_app
520 * Test: prevent the spawning of a daemonized sessiond
521 * Missing void in function signature
522 * CLI: Show filter expression associated to a syscall
523 * Fix: missing dereference when computing extended info position
524 * Fix: Only save kernel enablers in session configuration
525 * Fix: Only list kernel enablers when listing events
526 * Fix: syscalls hash table leaks when listing kernel events
527 * Initialize command header to zero
528 * Rename filter string to filter expression in liblttng-ctl
529 * Fix: use of unsigned variable to check for negative return
530 * Clean-up: remove unreachable goto
531 * Fix: missing static inline breaks --without-lttng-ust build
532 * lttng enable-channel memsets lttng_channel to -1
533 * Change padding type from array to fixed-width integer
534 * Clean-up: missing space between cast operator and operand
535 * Ensure UST channel output mode is LTTNG_UST_MMAP
536 * Extract the lost packets and discarded events counters
537 * Send extended channel payload to client
538 * Add channel discarded events and lost packets stats accessors
539 * Add extended info to liblttng-ctl's struct lttng_channel
540 * Reuse constant string instead of duplicate literal
541 * Clean-up: simplify computation of string position
542 * Optimization: lttng UI uses sprintf instead of strcpy
543 * Fix: OOT build fails because of missing include path
544 * Tests: Consider lttng mi namespace in test_load
545 * MI: Remove boolean "exclusion" element
546 * MI: add <exclusions> (event exclusion names)
547 * CLI: show event exclusion names
548 * Add new LTTNG_ERR_OVERFLOW error code
549 * Add lttng_event_get_exclusion_name*() to liblttng-ctl
550 * Tests: Consider lttng mi namespace in test_mi
551 * MI: Implement event context schema change
552 * MI: Add application context type to schema
553 * MI: add schemaVersion attribute to command schema
554 * MI: set machine interface XSD target namespace
555 * Add schema information to XML MI output
556 * Fix: libxml2 may return 0 because of buffering
557 * Bump LTTng MI schema to 3.0
558 * MI: add <filter_expression> (event filter expression)
559 * Transfer UST exclusion names from sessiond to client
560 * Fix: return negative error code in list_lttng_ust_global_events()
561 * CLI: show agent event filter string
562 * CLI: show event filter string
563 * Add lttng_event_get_filter_string() to liblttng-ctl
564 * Transfer filter strings from sessiond to client
565 * Refactor setup_lttng_msg() to include cmd header
566 * Add offset comments to struct lttng_event
567 * Add command header to sessiond->client response msg
568 * Add internal extended channel structure
569 * Metadata for instance_id and packet_seq_num
570 * Add a HT to lookup sessions by id
571 * Explicitly stop the session on lttng destroy
572 * Fix: per-pid ust buffers flush race with application unregister
573 * Fix warning when building Python bindings
574 * Add CONTRIBUTING.md
575 * Revert "Python bindings: remove duplicate structure definitions"
576 * Docs: clarify cross-version tracer compatibility
577 * Cleanup: Remove unnecessary newline
578 * Fix: Use ipv6 loopback adress in test_uri
579 * Python bindings: remove duplicate structure definitions
580 * Fix: test: handle env variables undefined
581 * Fix: report already enabled event error to client
582 * Docs: add comment to cmd_add_context()
583 * Fix: application context leak when enabling context
584 * Fix: string leak when processing of client message fails
585 * Fix: missing return code initialization on error
586 * Fix: unchecked return value in _lttng_variant_statedump()
587 * Fix: Possible use-after-free in create_ctx_type()
588 * Fix: filter tests now accept "." in identifiers
589 * Fix: Don't notify agent of non-app context addition
590 * Create agent on channel creation
591 * Introduce application contexts to session configuration schema
592 * Fix typos in error descriptions
593 * Enable agent application contexts if filter has such dependencies
594 * Compare provider and context names in trace_ust_match_context
595 * Allow $app.provider:ctxname in filter, enum, variant identifiers
596 * Add variant type support to ust registry and metadata
597 * Notify java agent of enabled application contexts
598 * Add app context support to lttng client
599 * Enforce const-correctness in UNIX socket wrappers
600 * Remove superflous domain check in context_ust_add
601 * Remove superflous domain check in add_uctx_to_channel
602 * Use lttng_domain_type enum instead of bare integer
603 * Add application context support to lttng-ctl lttng_add_context
604 * Cleanup comments in lttng-ctl.c
605 * Tests fix: source utils.sh before using conf_proc_count
606 * Tests: use configured processor count in getcpu override tests
607 * Tests: use configured processor count in snapshot tests
608 * Tests: Introduce conf_proc_count()
609 * Tests: print a more precise test description in snapshot tests
610 * clock offset: print negative value in metadata for lttng-ust metadata
611 * Fix: handle negative clock offset for lttng-ust metadata
612 * Fix: test: append to LD_LIBRARY_PATH
613 * Fix: test: use load_path instead of $1
614 * Bump lttng-ust protocol version to 6.1
615 * Add CTF enum type support for UST registry
616 * Cleanup __lttng_print macro indentation
617 * Fix: do not print error and bug messages when quiet (-q) is present
618 * Fix: test_ust-dl requires bash
619 * Fix: test script requires bash
620 * Fix: missing $ in SED variable
621 * Tests: fix make targets using objcopy
622 * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid
623 * tests/unit: fix object files' location
624 * configure.ac: fix static build
625 * Tests: fix tracefile count when page_size is > 4k
626 * configure.ac: use $withval with AC_ARG_WITH
627 * Fix: close indexes when rotating the trace files in mmap mode
628 * Fix: close indexes when rotating the trace files in splice mode
629 * Clarify error message on "add context" failure
630 * Fix: Don't spam session daemon logs on invalid UST context
631 * Tests: getcpu_override: use event delay when launching with wrapper
632 * Tests: getcpu: no events shall be emitted at the same timestamp
633 * Tests: Switch test apps to use usleep_safe()
634 * Tests: Add a test utils library
635 * Fix: redefinition of _GNU_SOURCE
636 * Tests: only call usleep if the test in configured to wait
637 * Test: add UST dl helper test
638 * Test: add UST baddr statedump test
639 * lttng: add status command
640 * lttng: factor out declaration of commands
641 * make check: add warning when LTTng processes are running
642 * Missing cpu id kernel context in the kernel tracer ABI
643 * Use --without-lttng-ust in error message
644 * Use --with/--without for lttng-ust support
645 * Only compare "bison -y" to the basename of YACC variable
646 * Tests: Add debug output to getcpu_override
647 * Tests: Change description of clock-override test
648 * Add event exclusion test for identical names
649 * Warn when exclusion names are truncated
650 * Truncate exclusion names to have a terminal '\0'
651 * Ignore exclusion names order when matching events
652 * sessiond-comm.h: fix whitespaces
653 * Disallow duplicate event exclusion names
654 * Add LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
655 * Fix: lay out names in exclusion structure correctly
656 * Fix: Check for NULL hash tables on relay daemon teardown
657 * Fix: Verify directory's existence before calling mkdir
658 * Clean-up: declare variables at beginning of scope
659 * Load x86-exceptions lttng-modules probe
660 * Load x86-irq-vectors lttng-modules probe
661 * Agent: Make the agent protocol consistently network endian
662 * Clean-up: Remove unused variables from default.c
663 * Fix: Unchecked NULL string in logging statement
664 * Fix: include the filter expression in agent events' primary key
665 * Add the filter expression to the enable_event agent protocol message
666 * Add some IDE project files to the gitignore
667 * Fix live timer calculation error
668 * Don't initialize defaults in library constructor
669 * Initialize lttng_ht_seed on hashtable creation
670 * Cleanup: Missing space after cast operator
671 * Build: Switch from tar v7 to posix archive format
672 * Fix: Retry poll on interruption
673 * Port: Explicitly allocate realpath() resolved buffer
674 * Select which binaries/extras to build at configure time
675 * Move libconsumer under common/consumer/
676 * Fix: There is more tests than the plan
677 * Remove dead check from configure.ac
678 * Fix: Silence warning by casting *sin_addr to *sockaddr
679 * Port: fix 'ERR' conflict with Solaris regset.h
680 * Relay protocol: check string lengths
681 * Fix: Silence warning of function having no return value
682 * Fix: Silence warnings when using uid_t and pid_t with printf
683 * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
684 * Port: Add Solaris compat to sessiond-comm/unix.c
685 * Port: Add Solaris compat for netdb
686 * Fix: Silence warning formating pid_t as int
687 * Port: Add Solaris dirent compat
688 * Port: Add Solaris paths compat
689 * Rename config.h to session-config.h
690 * Port: Remove _GNU_SOURCE, defined in config.h
691 * Port: cleanup and portability fix to configure.ac
692 * Port: Don't use SIGUNUSED which is not defined on Solaris
693 * Port: Implement prctl wrapper
694 * Port: Replace flock with fnctl
695 * Port: make bootstrap script work on most shells
696 * Port: removed unused clone() compat
697 * Port: Add macro for socket linking on solaris
698 * Port: Add Solaris support to mman compat
699 * Port: Replace dirent->d_type by stat
700 * Add missing include for memset()
701 * Port: Add Solaris support to socket compat
702 * Port: name clash on Solaris, rename sun to s_un
703 * Port: move memset of anc_buf inside ifdef
704 * Port: Add Solaris fls compat
705 * Port: Add Solaris string compat
706 * Port: Use LTTNG_PATH_MAX instead of PATH_MAX
707 * Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
708 * Port: Use LTTNG_NAME_MAX instead of NAME_MAX
709 * Port: Add Solaris support to socket compat
710 * Port: Add Solaris support to poll compat
711 * Port: Add Solaris support to fcntl compat
712 * Port: Add Solaris endian.h compat
713 * Fix: Use 'echo' in a portable way
714 * Fix: Use result of AC_PROG_* when using sed / grep
715 * Cleanup: Remove commented-out constant
716 * Fix: use start and stop sessiond from utils.sh
717 * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np
718 * Fix: Log and ignore SIGINT and SIGTERM in run_as worker
719 * Add logging to the run_as worker
720 * Fix: Handle EINTR of waipid in run-as worker
721 * Fix: Handle EINTR of waitpid when spawning a session daemon
722 * Fix: tests: support systems where PAGE_SIZE is not 4096
723 * Test: jul/log4j: use -a instead of '*' to disable all events
724 * Reword warning on event disable
725 * Clean-up: Remove unused test launchers
726 * Help: add -j -l -p option to help string
727 * man: update disable-event section
728 * Use empty event name on disable -a for ust and agent domain
729 * Fix: disable kernel event based on name and event type
730 * Tests: Clean-up test-crash on SIGTERM and SIGINT
731 * Fix: Possible dereference of null pointers
732 * Fix: Break out of loop when searching for a domain's agent
733 * Fix: int printed as uint
734 * Fix: add subdir-objects to Makefile.am
735 * Fix: tests: skip UST perf tests if not root
736 * Fix: Check use_clone() instead of worker in run_as
737 * Fix: Perform rcu barrier before tearing down the run-as worker
738 * Fix: Handle hang-up gracefully in run-as
739 * Fix: Only log app handle release on failure
740 * Fix: shm-path: handling of snprintf return value
741 * Fix: Wrong format specifier used in debug statement
742 * Tests: Swap usages of pidof for pgrep --full
743 * Tests: indefinitely wait for shm buffers to be unlinked
744 * Fix: Hide run-as functions
745 * Fix: Hide sessiond-comm functions
746 * Cleanup: remove duplicated implementation of rculfhash
747 * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
748 * Fix: libc internal mutex races with run_as
749 * Fix: Hide readwrite symbols in common lib
750 * Fix: Hide pipe symbols in common lib
751 * Fix: Hide daemonize symbols in common lib
752 * Fix: Hide RCU hashtable wrapper symbols
753 * Clean-up: NULL free'd pointers in utils_partial_realpath
754 * Fix: prevent dangling pointer in utils_partial_realpath
755 * Fix: rcu_read_unlock without parentheses has no side-effect
756 * Fix: add missing test file to EXTRA_DIST
757 * Format utils.sh messages
758 * Tests: use functions from utils.sh
759 * Report error if any disable action fails
760 * Fix: disable all ust events
761 * Bring back event_ust_disable_all_tracepoints
762 * Fix: sessiond: disable: match app event by name
763 * lttng-crash: support symlink
764 * Test: lttng-crash and ust shm path
765 * Fix: dereferencing null index pointer
766 * Fix: leaking memory from strdup in lttng-crash
767 * Fix: memleak in utils_partial_realpath
768 * Fix: double free on enable-event
769 * Remove dead code from filter grammar test
770 * Remove dead code from ir generation filter visitor
771 * Remove dead code from session daemon
772 * Remove dead code from view command
773 * Remove dead code from disable-channel command
774 * Remove dead code from disable-event command
775 * Fix: error on no/multiple domain options
776 * Fix: lttng-crash: segfault when parsing options
777 * Remove dead code from the calibrate command
778 * Remove dead code from add-context command
779 * Print relayd stream indexes
780 * Enhance relayd error reporting
781 * Fix: relayd: handle consumerd crashes without leak
782 * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
783 * Fix: double RCU unlock on event_agent_disable_all
784 * Fix: unbalanced RCU read-side lock in enable event command
785 * Add rcu_read_ongoing() assertions around process_client_msg
786 * Clean-up and simplify event_agent_disable_all
787 * Document locking assumption of agent_find_event()
788 * Fix: disable agent events by name
789 * sessiond: add loglevels_match()
790 * Fix: include loglevel type in agent event's primary key
791 * Fix: include loglevel type in UST event's primary key
792 * sessiond: use `loglevel_value` and `loglevel_type` names
793 * Tests: kernel wildcards
794 * Tests: fix wildcard test path
795 * doc: document untrack command in lttng(1)
796 * doc: document track command in lttng(1)
797 * Remove dot after enable-event message
798 * Fix: don't print the default channel name when enabling agent events
799 * Fix: fail gracefully on --exclude on unsupported domains
800 * Fix: initialize live_timer to 0 for snapshot session
801 * Fix: correct mismatched function signatures
802 * Clearer error reporting when failing to launch session daemon
803 * Daemonize sessiond on `lttng create`
804 * Fix: consumer signal handling race
805 * Fix: list_ust_events(): dangling pointer
806 * Fix: MI: close domain when listing multiple agent domains
807 * Tests: expand UST wildcard tests, move to regression/tools
808 * Tests: kernel filtering
809 * Fix: use pid element instead of process element
810 * Fix: race between kconsumerd and sessiond on tear down
811 * Fix: Buggy string comparison in ust registry ht_match_event
812 * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type
813 * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type
814 * Fix: lttng-crash: remove tmp working directory
815 * Clean up: Coding style conformance adjustments in lttng-crash.c
816 * Fix: lttng-crash: DIR leak in delete_trace() on error
817 * Fix: Possible passing of NULL pointer to memcpy()
818 * Fix: Overwrite of ret in relay_recv_metadata
819 * Silence undefined return value warning
820 * Silence use-after-free static analysis warning
821 * Fix: Wait for in-flight data before closing a stream
822 * Fix: unpublish stream on close
823 * Fix: lttng-crash: fd leak
824 * Fix: Invalid parameter error reported when untracking PID
825 * Fix: kernel track/untrack error handling
826 * Fix: Python agent tests are always skipped
827 * Tests: Fix flaky live test client
828 * Fix: Announce empty streams on live attach
829 * Fix: relayd: file rotation and live read
830 * Fix: relay: viewer_get_next_index handle null vstream
831 * Fix: relayd: make viewer streams consider metadata sent
832 * Fix: don't expose empty streams
833 * Fix: relayd: don't check new metadata on get packet
834 * Fix: relayd: don't check for new streams in get packet
835 * Fix: ask new streams HUP
836 * Fix: reply error if get packet vstream fails
837 * Fix: relayd reply error to client if cannot find viewer stream
838 * Fix: relayd reply with error if cannot find metadata
839 * Fix: ust-app: protect app socket protocol with lock
840 * Cleanup: privatize consumer_allocate_relayd_sock_pair
841 * Fix: add missing rcu_barrier at end of sessiond main
842 * Fix: add missing rcu_barrier at end of consumer main
843 * Fix: app cmd leak on sessiond exit
844 * Fix: relayd live don't send incomplete stream list
845 * Fix: consumer timer misses RCU thread registration
846 * Fix: sessiond consumer thread should register as RCU thread
847 * Fix: don't chain RCU free
848 * Fix: free metadata cache after grace period in consumer
849 * Fix: sessiond vs consumerd push/get metadata deadlock
850 * Fix: streamline ret/errno of run_as()
851 * Fix: Double unlock on error path
852 * Data pending comment clarification in session daemon
853 * Fix: Relay daemon ownership and reference counting
854 * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
855 * Fix: reference counting of consumer output
856 * Fix: sessiond add missing socket close
857 * Fix: sessiond should not error on channel creation vs app exit
858 * Fix: sessiond ust-app session teardown race
859 * Only display agent loglevel if the loglevel type is not ALL
860 * Initialize default log level of events on load
861 * Don't assume that Log4j and JUL share the same log level mappings
862 * Allow the creation of JUL, Log4j and Python channels
863 * Fix: Save tracker as part of UST and Kernel domains only
864 * Fix: Memory leak of agent
865 * Fix: Memory leak of agent event internals
866 * Save filter expression as part of agent events and save them
867 * Fix: UTF-8 characters may be stored on up to 4 bytes
868 * Remove unneeded hash table existence check in agent_destroy
869 * Remove unnecessary RCU read lock
870 * Use type directly in sizeof instead of a dereferenced pointer
871 * Prevent the addition of UST events to agent channels
872 * Don't save log level in session configuration when unneeded
873 * Remove unneeded RCU lock
874 * Remove unneeded RCU lock
875 * Fix: Propagate filter status of kernel events to client
876 * Fix: Save kernel event filter when saving session configuration
877 * Docs: there is no need to SHOUT in comments
878 * Fix: Mention Python as part of enable-event's usage()
879 * Grammar fix in comment
880 * Fix: typo in error message
881 * Add agent domains to lttng enable-event usage()
882 * Docs: Add documentation explaining the meaning of "internal" events
883 * Report memory allocation failure when copying filter bytecode
884 * Fix: cmd_enable_event must return positive error codes
885 * Ensure that a filter is always passed with its filter expression
886 * Save filter expressions as part of agent events
887 * Add agent domains to the enable-event section of LTTNG(1)
888 * Use lttng_domain_type enumeration instead of bare integers
889 * Prevent disable event on internal UST events
890 * Remove unneeded RCU read lock
891 * Skip internal events when saving a session configuration
892 * Clean-up: Coding-style conformance adjustments
893 * Docs: Clarify ominous comment wording
894 * Hide internal events from session daemon clients
895 * Prevent the use of reserved UST event names
896 * Tag events created as side-effect of agent events as internal
897 * Remove unneeded RCU lock
898 * Remove dead code in lttng-sessiond
899 * Ensure event names are NULL terminated during validation
900 * Fix: assert(0) when listing Python events with MI
901 * Fix: set GLOBAL buffer type for kernel domain in list
902 * Fix: take RCU read-side lock within hash table functions
903 * Tests: Adapt MI test to change in track/untrack behaviour
904 * Clean-up: Rename lib_func to cmd_func
905 * Fix: Improve the error reporting of the track/untrack command
906 * Tests: Fix flacky clock-plugin test
907 * Build: look for python >= 3.0 when building python bindings
908 * Build: rename use_python to python_binding
909 * Fix: regression tests
910 * Fix: tests: stderr not correctly redirected
911 * Fix: TimeoutExpired in Python tests not defined globally
912 * Tests: ust: clock override plugin
913 * Cleanup: reuse tracker* element from config
914 * Test: save/load: pid_tracker basic test
915 * Clean-up: Remove statement which has no side-effect
916 * Save/load: pid_tracker feature.
917 * Test: mi: track/untrack feature
918 * Util: xml_extract: add node_exist option
919 * Mi: track/untrack: validation
920 * Docs: Grammar fixes in mi_lttng.xsd
921 * Fix: Ensure a valid command error code is returned by track/untrack
922 * Clean-up: Remove java-doc annotations from function header
923 * Mi: track/untrack/listing
924 * Fix: intialization of ust_metadata_poll_pipe to garbage value
925 * Fix "allocator sizeof operand mismatch" warning
926 * Clean-up: Remove java-doc style function header from session.h
927 * Clean-up: remove extra space in comment
928 * Fix: test_mi test
929 * Tests: Java agent: Add configure switches to enable tests
930 * Fix: incorrect script name in python logging test
931 * Docs: Document Agent reply codes
932 * Docs: Remove Java-specific comments from agent.h
933 * Docs: Grammar fix in agent header
934 * Return "Unknown" error instead of "Fatal" on unhandled agent replies
935 * Log agent reply in disable_event()
936 * Log agent reply in enable_event()
937 * Log agent reply in list_events()
938 * Add agent reply code logging helpers
939 * Add a LOG() macro which handles dynamic severity levels
940 * Fix: Discard disable event command filter payload
941 * Fix: Use MSG_NOSIGNAL when calling sendmsg()
942 * Send data pending status as part of payload instead of an invalid error
943 * Log error code's value when sessiond replies to a client
944 * Tests: Java agent: update after Java agent refactoring
945 * Set registration done Agent command version back to 0
946 * Fix: Don't send agent disable event command twice
947 * Tests: Python agent: update after Python agent refactoring
948 * Clean-up: Remove redundant variable initialization
949 * Fix: incorrect variable being checked in libc-wrapper test
950 * Rename Python agent event name to omit "user"
951 * Consolidate agent event names regardless of user privilege
952 * Clean-up: Move agent_apps_ht_by_sock definition to main.c
953 * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch
954 * Fix: set session should not set non-existent session
955 * Fix: pids should be numbers only
956 * Fix: Mishandled NULL short options in lttng-sessiond
957 * Use popt "required_argument" and "no_argument" constants
958 * Fix: Mishandled NULL short options in utils_generate_optstring()
959 * Fix: only launch a new session daemon for the "create" command
960 * Fix 'daemon' typo in lttng-ctl-pc.in description
961 * Fix: clean-up agent app hash table from the main sessiond thread
962 * Fix: Remove undocumented session daemon short options
963 * Comment grammar correction
964 * Log userspace application hash table allocation failure
965 * Fix: RCU read-side lock released too early in destroy_agent_app
966 * Fix: misleading logging statement in agent_find_event
967 * Fix: Unhandled domain option condition in list_agent_events
968 * Fix: Crash on lttng list -j/-l/-p when no events are present
969 * Clean-up: spelling fix in a comment
970 * Document relay_add_stream RCU locking
971 * Fix: Unbalanced rcu_read_unlock() on stream file creation failure
972 * Fix: Unbalanced rcu_read_unlock() on directory creation failure
973 * Fix: Document the locking assumptions of ctf_trace_find_by_path()
974 * Fix: Memory leak in relay_add_stream error path
975 * Update master version to v2.8.0-pre
976
34f69498
JG
9772015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day)
978 * Update version to v2.7.0-rc1
979 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
980 * Tests: lttng-ust-getcpu-override coding-style adjustments
981 * Add CPU_ID LTTng-UST context to enum lttng_ust_context_type
982 * Bump LTTNG_UST_ABI_MAJOR_VERSION to 6
983 * Tests: Ust getcpu override plugin
984 * Fix: Follow struct dirent allocation guidelines of READDIR(3)
985 * Update comments regarding the power of 2 constraint on sub-buffer sizes
986 * Build: add Flex version check
987 * Build: add Bison version check
988 * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
989 * Fix: metadata push -EPIPE should be recoverable
990 * Fix: destroy session removes the default config file
991 * Build: bump autoconf version requirement to 2.64
992 * Fix: Memory leak in setup of relayd_path
993 * Fix: update liburcu URL
994 * Fix: test: use "$@" to pass and quote argument
995 * Refactor: test: wrapper for lttng_snapshot_del_output
996 * Refactor: test: wrapper for lttng_snapshot_add_output
997 * Refactor: test: wrapper for destroy_lttng_session
998 * Refactor: test: wrapper for stop_lttng_tracing
999 * Refactor: test: wrapper for start_lttng_tracing
1000 * Refactor: test: wrapper for enable_ust_lttng_event
1001 * Refactor: test: wrapper for enable_ust_lttng_channel
1002 * Refactor: test: wrapper for create_lttng_session
1003 * Fix: Memory allocated by xmlNodeGetContent() must be freed by xmlFree()
1004 * Save/load: add support for shared memory path
1005 * Fix: get_cmdline_by_pid path length assumes a max pid of 65535
1006 * Clean-up: Remove ifdef-ed out lttng list options
1007 * Test: mi: test for greater or equal to a minimum of events on ust listing.
1008 * Fix: update regression tests involving UST
1009 * Clean-up: Remove ifdef-ed out function:entry feature
1010 * Fix: Mark MI and Config string declarations as extern
1011 * Clean-up append_list_to_probes()
1012 * Fix: modprobe.c: fix tmp_list memory leak
1013 * Fix: append_list_to_probes(): increment index
1014 * Docs: LTTNG(1) filtering is now supported by the kernel tracer
1015 * Fix: live_test regression on large number of cpus
1016 * Fix: set UST register timeout to -1 as test default
1017 * Man page: reference lttng-crash under --shm-path option
1018 * Tests: Don't rely on implicit scalar expression dereference
1019 * man pages: use standard NAME format
1020 * Fix python bindings' Makefile for out-of-tree builds
1021 * Fix: use LIBS instead of AM_LDFLAGS for dl and c linking
1022 * Fix: Add missing -ldl when checking for lttng-ust
1023 * clock plugin: increase offset measurement accuracy
1024 * Implement UST clock override plugin support
1025 * Fix: ownership of filter and filter_expression
1026 * Fix: zero memory passed to create channel kernel ioctl
1027 * Fix: Check that lttng create --live's time is not zero
1028 * Fix: Validate lttng_create_session_live's timer is > 0
1029 * UI: Only show live timer when the session is in live mode
1030 * UI: Only show tracker PID state when enabled
1031 * Implement kernel filter support
1032 * syscall tracing: update tests
1033 * Support lttng-modules syscall wildcards
1034 * Implement lttng-modules tracepoint wildcard support
1035 * Fix build when configuring with --disable-lttng-ust
1036 * Fix: add missing function prototype to trace-ust.h header
1037 * Implement PID tracker content listing
1038 * Implement UST PID tracker
1039 * Cleanup: Remove unimplemented UST domains
1040 * Implement PID tracking for kernel tracing
1041 * Fix: leak on error in lttng-crash
1042 * Man page fixes: missing --version option and typo
1043 * Docs: add lttng-crash(1) man page
1044 * Docs: lttng-crash refers to "lttng"
1045 * Fix: possible use of uninitialized data in loglevel conversion funcs
1046 * Fix: possible evaluation of garbage values in fini_validation_ctx()
1047 * Cleanup: Remove stale #ifdef-ed-out code from spawn_viewer()
1048 * Fix: Possible call to execvp with NULL argument on allocation failure
1049 * Fix: Possible call to strtoul() with NULL argument
1050 * Docs: clarify lttng.1 shm-path section
1051 * Fix: Missing return value check in extract_trace_recursive()
1052 * Fix: recursive_rmdir: empty all empty subdir
1053 * Move file creation/unlink from liblttng-ust-ctl to consumerd
1054 * lttng-crash: support recursive traces
1055 * shm-path: remove directory hierarchy on destroy
1056 * Implement --shm-path option for UST sessions (per-uid channels)
1057 * Cleanup: Reduce scope of connections in main relayd thread
1058 * Cleanup: Reduce scope of relayd connections in live thread
1059 * Docs: connection_find_by_sock() must be called with rcu_read_lock
1060 * Rename current release as 2.7.0-pre
1061 * Docs: grammar fix in Makefile
1062 * Change release name to master
1063 * configure: add type availability checking
1064 * configure: add check for compiler inline keyword support
1065 * configure: missing check for needed header
1066 * configure: missing check of functions
1067 * Fix: test: log4j: missing static test files for dist and out of tree build
1068 * Fix: test: java-jul:missing static test files for dist and out of tree build
1069 * Fix: out-of-tree build: missing xsd file for mi test execution
1070 * Fix: out-of-tree build: missing xsd file for save-load test execution
1071 * Cleanup: remove unused end_no_session label in ust_app_flush_session()
1072 * Cleanup: Remove unused "end" label in push_metadata()
1073 * Tests: Run health check test_thread_ok as part of root_regression
1074 * Fix: deadlock between UST registry lock and consumer lock
1075 * Fix: uninitialized return value
1076 * Fix: build failure using disable-lttng-ust configure option
1077 * Cleanup: Remove unused variable
1078 * Fix: setuid/setgid daemons should not get sensitive env. var./args
1079 * Fix: grab more than one packet for snapshots
1080 * Fix: per-uid flush and ust registry locking
1081 * Docs: Missing optional dependency on lttng-ust in README.md
1082 * Docs: Grammar fixes in the lttng manpage
1083 * Fix: add missing UST perf counter support check
1084 * Fix: tests: integer too large for long type
1085 * Fix: undefined operation on last_relay_viewer_session_id
1086 * Fix: print format type mismatch
1087 * Fix: print format type mismatch
1088 * Fix: Remove structurally dead code from relayd
1089 * Cleanup: Remove logically dead code
1090 * Cleanup: Remove unused label
1091 * Fix: Remove unused argument in debug statement
1092 * Fix: exit threads not only on goto restart
1093 * Fix: poll: show the correct number of fds
1094 * Fix: call lttng_poll_set_max_size before start threads
1095 * Fix: compat poll: add missing empty revents checks
1096 * Fix: various compat poll/epoll issues
1097 * Add debugging output to ht-cleanup thread
1098 * Fix: mi: snapshot: missing error handling for session name
1099 * Fix: ust-app: per-PID app unregister vs tracing stop races
1100 * Fix: data pending: allow empty streams
1101 * Fix: ust snapshot: cleanup after error
1102 * Fix: Mismatching return type in ust_app_ht_alloc() stub
1103 * Cleanup: lock file already taken is error, not warning
1104 * Fix: ust-app null pointer check needed for main refactoring
1105 * Cleanup: relayd: centralize thread stopping function
1106 * Cleanup: Replace all perror() uses by the PERROR macro
1107 * Refactor relayd main/set_options/cleanup
1108 * Refactor consumerd main/cleanup
1109 * Refactor sessiond main/cleanup/ht-cleanup
1110 * Missing error handling: consumer_signal_init should return its error status
1111 * Cleanup: consumerd: lines over 80 columns
1112 * Cleanup: consumerd: use PERROR rather than perror
1113 * Cleanup: lttng-consumerd: remove stale TODO comment
1114 * Misleading error handling: utils_create_pid_file() should return 0 on success
1115 * Missing error handling: consumerd parse_args should return errors to caller
1116 * Missing error handling: ust_app_ht_alloc should return error status
1117 * Fix: ust app leak on UST buffer creation error
1118 * Fix: leak on UST buffer registry creation error
1119 * Fix: agents ht leaks on destroy session
1120 * Fix: add missing RCU read unlock
1121 * Fix: help message for Python agent mentions Java
1122 * Fix: don't destroy the sockets if the snapshot was successful
1123 * Fix: Missing RCU read locks in syscall_list_channel()
1124 * Fix: Missing RCU read lock in kernel_destroy_session()
1125 * Fix: channel names are not validated
1126 * Cleanup: Missing whitespace
1127 * Fix: Apply consumer URI changes to all domains
1128 * Cleanup: Fix a typo in the MI tests
1129 * Test fix: Don't invoke the system's lttng client
1130 * Tests: Add a test to check disabled events are loaded in the correct state
1131 * Fix: Don't leave events enabled if they were saved in a disabled state
1132 * Fix: "Any" loglevel's value is -1 and not 0
1133 * Test fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an absolute path
1134 * Fix: Memory leak on error in alloc_argv_from_user_opts()
1135 * Cleanup: Unchecked close() return value in utils_create_lock_file()
1136 * Cleanup: No check of the return value of lttng_ht_del()
1137 * Cleanup: Mixed enums used for return code in send_sessiond_channel()
1138 * Cleanup: Cast poll() return value to void
1139 * Fix: Unreachable error logging in set_option()
1140 * Fix: OOM leaks in sessiond modprobe.c
1141 * Cleanup: sessiond modprobe.c: coding style
1142 * Cleanup: test_utils_expand_path.c prototypes
1143 * Fix: test_utils_expand_path.c: out of memory error handling
1144 * Fix: test test_ust_data.c: check OOM
1145 * Fix: test libc-wrapper: check malloc OOM
1146 * Cleanup: test libc-wrapper: main parameters
1147 * Fix: lttng-ctl: use zmalloc(), missing OOM check
1148 * Fix: filter-parser.y: use zmalloc(), missing OOM check
1149 * Fix: utils.c: check str*dup OOM
1150 * Cleanup: implement zmalloc as static inline
1151 * Fix: rculfhash: use zmalloc()
1152 * Fix: ini.c: use zmalloc()
1153 * Fix: lttng lttng.c: check strdup OOM
1154 * Fix: lttng conf.c: use zmalloc()
1155 * Fix: lttng view.c missing strdup OOM check
1156 * Fix: use zmalloc() in lttng view.c
1157 * Fix: use zmalloc() in lttng list.c
1158 * Fix: oom error check, realloc oom leak
1159 * Fix: use zmalloc in lttng enable_events.c
1160 * Fix: missing strdup oom check in lttng create.c
1161 * Fix: lttng add_context.c: use zmalloc
1162 * Cleanup: add missing static to function modprobe_remove_lttng()
1163 * Fix: add missing str*dup oom check in sessiond main.c
1164 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
1165 * Fix: add missing strdup OOM check
1166 * Fix: add missing synchronization point for before app test case
1167 * Fix: tests: wait output hide Terminate errors
1168 * Fix: tests: remove killall, add missing SIGTERM handlers
1169 * Fix: high throughput test: reset bw limit on sigterm
1170 * Fix: tests: add missing wait, document missing synchro
1171 * Document test anti-patterns
1172 * Fix: test flaky sleep and wait patterns
1173 * Fix: tests: don't use pidof to wait for test apps
1174 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
1175 * Fix: Handle empty daemon configuration file lines
1176 * Docs: Add -f/--config option to lttng-sessiond man page
1177 * Cleanup: spaghetti function return path
1178 * Fix: relayd: unbalanced RCU read-side lock/unlock
1179 * Fix: relayd: unbalanced RCU read lock/unlock
1180 * Fix: lttng-relayd: unhandled out of memory error
1181 * Fix: relayd viewer stream: unhandled out of memory error
1182 * Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
1183 * Define _LGPL_SOURCE in test apps' tracepoint provider files
1184 * Define _LGPL_SOURCE in test applications
1185 * Fix: Missing rcu_read_lock in cmd_list_events()
1186 * Fix: Missing rcu_read_lock in list_lttng_agent_events()
1187 * Fix: Missing rcu_read_lock in cmd_list_channels()
1188 * Fix: Missing rcu_read_locks in cmd_list_domains()
1189 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
1190 * Fix: Missing rcu_read_lock in save_domains()
1191 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
1192 * Fix: UST subbuffers silently dropped on moderate trace traffic
1193 * Fix: Missing rcu_read_lock in get_session_max_subbuf_size()
1194 * Fix: create/destroy a splice_pipe per stream
1195 * Note find_ust_app_context must be called with RCU read lock
1196 * Fix: empty indexes_ht before destroying it.
1197 * Fix: removed useless key from relay_index
1198 * Fix: Ambiguous agent event filter bytecode ownership
1199 * Fix: filter bytecode and string memory leak on error
1200 * Fix: define _LGPL_SOURCE in C files
1201 * Fix: HT must not be destroyed with a rcu_read_lock held
1202 * Fix: agent events HT should be destroyed from the cleanup thread
1203 * Fix: missing rcu_read_lock in trace_ust_destroy_session()
1204 * Fix: missing rcu_read_lock when calling trace_ust_find_agent()
1205 * Fix: missing rcu_read_lock in cmd_start_trace()
1206 * Cleanup: remove "disabled" flag for new release cycle
1207 * Fix: filter attach vs event enable race
1208 * Fix: Mark libxml2 as a mandatory dependency
1209 * Fix: Warn the user when enabling an event in a new domain
1210 * Fix: Don't report an error when listing a session with no channels
1211 * Bypass 0 byte allocation when no domains are enabled
1212 * Fix: Add missing URCU_TLS access to error_log_time
1213 * Fix: check userspace perf counter name when looking up contexts
1214 * Update maintainer section of the man pages
1215 * Update maintainer section of README.md
1216 * Fix: add README.md to documentation files
1217 * Fix: UST consumer sync all available metadata
1218 * Test: remove bogus argument from prove invocation
1219 * Fix: typo in pythong test Makefile
1220 * Fix: memory leak in libconfig
1221 * Add Python agent support
1222 * Fix: return EINVAL if agent registration fails
1223 * Use lttng-modules ABI version ioctl
1224 * Fix: syscall list ioctl number conflict
1225 * Update master ChangeLog with 2.5.1 release
1226
b82b3032
DG
12272014-10-20 lttng-tools 2.6.0-rc1 (Harry Belafonte records Banana Boat Song)
1228 * Machine Interface added to lttng command line (--mi)
1229 * Java Log4j agent support (--log4j)
1230 * Kernel per syscall tracing
1231 * Multiple fixes.
1232
4d2abc62
DG
12332014-10-20 lttng-tools 2.5.1
1234 * Fix: handle sysconf possible negative returned value
1235 * Fix: channel deref. after NULL check in kernel consumer
1236 * Fix: check for kernel session metadata during init
1237 * Fix: incorrect cast in ust consumer assert
1238 * Fix: bad handling of incoming data in consumer thread
1239 * Fix: disable event for JUL domain
1240 * Fix: send disable ALL command code if event is *
1241 * Fix: make sure no index is in flight before using inactivity beacons
1242 * Fix: Parenthesize previous statement when adding conditions to a filter
1243 * Fix: parse_prob_opts return the actual success of the function
1244 * Fix: Man page typos
1245 * Fix: disable JUL event on destroy
1246 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
1247
f9b10a52
DG
12482014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
1249 * Fix: validate file path creds in autoload mode
1250 * Fix: change session file loading order
1251 * Fix: add Loading Sessions section to lttng-sessiond.8
1252 * Fix: add default session conf. dir to manpage
1253 * Fix: on session load, add it to the .lttngrc
1254 * Fix: clarify session conf. directory in man
1255 * Fix: filter error path could free invalid ptr
1256 * Fix: Create a lock file to prevent multiple session daemons
1257 * Fix: relayd stream set close_flag on stream close
1258 * Fix: ustctl_get_stream_id without UST support
1259 * Fix: avoid freeing invalid ptr in filter bytecode
1260 * Fix: get the stream_id when generating live beacons
1261 * Fix: use biggest subbuffer size for snapshot max-size
1262 * Fix: Possible memory leak when multiple config files are loaded
1263 * Fix: Clamp verbosity value read from config file
1264 * Fix: Unchecked strdup return values in set_option
1265
bf102181
DG
12662014-06-27 lttng-tools 2.5.0-rc2
1267 * Test: add JUL disable event tests
1268 * Fix: disable JUL event on UST side
1269 * Fix: accept override flag even without a load path
1270 * Fix: bad error code path when loading session
1271 * Fix: set session in output mode if URL are set afterwards
1272 * Fix: add a kernel context list to the channel
1273 * Fix: Add vpid, vppid and vtid info in add-context help
1274 * Fix: wrong behavior of save command when no session name is provided
1275 * Fix: missing context type string in save for ust context
1276 * Fix: wrong casting of return value
1277 * Fix: add dependency to libcommon for python binding
1278 * Fix: remove the default GIT_VERSION
1279
19d7cc50
DG
12802014-05-28 lttng-tools 2.5.0-rc1 (International Hamburger Day)
1281 * Save/load session feature
1282 * Daemon configuration file support
1283 * UST perf counter support with add-context
1284 * Kernel tracer probe user define list
1285 * Multiple fixes! The diff is just too big to put here.
1286
f9b10a52
DG
12872014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
1288 * Fix: Create a lock file to prevent multiple session daemons
1289 * Fix: relayd stream set close_flag on stream close
1290 * Fix: ustctl_get_stream_id without UST support
1291 * Fix: get the stream_id when generating live beacons
1292 * Fix: missing include for getpwuid()
1293 * Fix: add a get HOME dir fallback to getpwuid
1294 * Fix: don't set enabled flag is session start fails
1295 * Fix: logger name dropped from filter condition when loglevels are used
1296 * Fix: memory leak in lttng_enable_event_with_exclusions
1297 * Fix: check malloc return value
1298 * Fix: static array larger than necessary
1299 * Fix: set session in output mode if URL are set afterwards
1300 * Fix: Add vpid, vppid and vtid info in add-context help
1301 * Fix: alignment problems on targets not supporting unaligned access.
1302 * Fix: possible use after free in consumer
1303 * Fix: improve and update lttng.h comments
1304 * Fix: JUL filtering for event *
1305 * Fix: deny overwrite mode and num subbuf less than 2
1306 * Fix: remove bad option in enable channel --help
1307 * Fix: implicit conversion from enumeration
1308 * Fix: clarify man page lttng.1
1309 * Fix: Copy-pasted PERROR messages may be misleading
1310 * Fix: incorrect printf format
1311 * Fix: handle ENOENT when creating a kernel event
1312 * Fix: move JUL filter creation to a function
1313 * Fix: JUL filtering done on the UST level
1314 * Fix: Don't include the binary in the live test's EXTRA_DIST
1315 * Fix: add JUL filter to UST event on logger_name
1316 * Fix: Racy event validation in tests
1317 * Fix: rework utils_parse_size_suffix
1318
f2154bf4
DG
13192014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
1320 * Fix: don't delete stream from connection recv list
1321 * Fix: use after free of a relayd stream
1322 * Fix: don't print stream name in error message
1323 * Fix: take session list lock when listing tp
1324 * Fix: add consumer wake up pipe to avoid race
1325 * Fix: don't spawn relayd if URL is provided
1326 * Fix: don't ask data pending if session was not started
1327 * Fix: missing test file in EXTRA dist
1328 * Fix: allow empty URL for live session creation
1329 * Fix: missing valid return code when adding an URI to consumer
1330 * Fix: syntax error in lttng.1
1331 * Fix: check relayd fd leak in lttng cmdline
1332 * Fix: remove unused tp in high-throughput test
1333 * Use autoconf AM_MAINTAINER_MODE.
1334 * Fix: clang 'constant-out-of-range-compare' warning
1335 * Fix: Unchecked session pointer when destroying a connection in relayd
1336
7f63e090
DG
13372014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
1338 * Fix: improve lttng with live by spawning relayd
1339 * Fix: relayd should listen for viewers on localhost only by default
1340 * Fix: handle loglevel range ALL in list command
1341 * Tests: add JUL test for multiple loglevel
1342 * Fix: index JUL event by name *and* loglevel
1343 * Fix: JUL to enable user and root tracepoints
1344 * Fix: handle the registration done command for JUL
1345 * Test fix: use temp file sync. of test app
1346 * Fix: keep metadata channel attr in UST session
1347 * Tests fix: Missing waitpid in fork test
1348 * Fix: add loglevel type to lttng list <name>
1349 * Fix: minor rephrasing of the lttng.1 man page
1350 * Fix: Warn user if JUL port is already being used
1351 * Fix: add some sane default values to --live opt
1352 * Fix: possible NULL deref. in sessiond error path
1353 * Fix: flag that kernel streams FDs has been sent
1354 * Fix: forbid session name creation if contains /
1355 * Fix: don't start session if no channel
1356 * Fix: add missing relayd option to man page
1357 * Fix: report error if consumer can't be spawned
1358 * Fix: lttng list -u <name> should only list UST
1359 * Fix: kernel channel destroy on consumer if sent
1360 * Fix: only create UST metadata on start trace
1361 * Revert "Fix: wrong condition on startup for low-activity streams"
1362 * Fix: missing big endian conversion for one index field
1363 * Fix: wrong condition on startup for low-activity streams
1364 * Fix: perror on index directory creation error
1365 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
1366 * Fix: consumerd errors on exit
1367 * Fix: scanf unbounded input
1368 * Fix: miscellaneous memory handling fixes
1369 * Fix: add missing VALGRIND ifdef checks and documentation
1370
1bc64886
DG
13712014-02-14 lttng-tools 2.4.0-rc5
1372 * Fix: steal channel key in the consumer to avoid race
1373 * Fix: change ERR statement to DBG in kernel read subbuffer
1374 * Fix: handle snapshot ENODATA in live timer
1375 * Fix: relayd leak on error in consumer splice()
1376 * Fix: protect close_write_flag with the rotation lock
1377 * Man: clarify loglevel for JUL domain
1378 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
1379 * Fix: bad indentation of lttng list in man page
1380 * Fix: wrong data structure used in commit df41f83
1381 * Fix: add missing optional dependency to babeltrace in README
1382 * Fix: cleanup inconsistent use of spaces/tabs in README
1383 * Fix: only set the new_streams flag if a viewer is attached
1384 * Fix: lttng-live documentation
1385 * Fix: remove dead code in relayd live code
1386 * Fix: use after free error code path
1387 * Fix: wrong sizeof argument in live viewer create session
1388 * Fix: zero out the reply structure in viewer_connect
1389 * Fix: write index only if fd is valid
1390 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
1391 * Fix: memory/fd leak when cleaning streams in channel
1392 * Fix: destroy streams in consumer del channel
1393 * Fix: add missing urcu wfqueue headers in relayd
1394 * Fix: in lttng_read/write deny count bigger than the possible returned value
1395 * Fix: fd leak when closing metadata stream
1396 * Fix: read subbuffer mmap/splice signedness issue
1397 * Doc: live protocol clarifications
1398 * Fix: remove unused create_viewer_session option
1399 * Fix: don't sleep(1) on the consumer ready flag
1400 * Fix: free viewer session in connection_free()
1401 * Fix: add missing ctf trace delete before destroy
1402 * Fix: don't delete ctf trace while in snapshot mode
1403 * Fix: add flag to create session command and fix tests
1404 * Fix: cleanup indef guards following the rename
1405 * Fix: merge issue with thread quit pipe
1406 * Fix: use uint32_t for metadata_flag in viewer's ABI
1407 * Fix: check for new streams in all attached sessions
1408 * Fix: Move static functions up in the code
1409 * Fix: allow attach command to multiple sessions
1410 * Fix: handle session hang up in get_new_streams
1411 * Fix: force the client to create a viewer session before attaching
1412 * Fix: Namespace lttng-viewer-abi
1413 * Fix: relayd connection object refactor
1414 * Fix: big relayd cleanup and refactor
1415 * Fix: code refactoring of viewer streams in relayd
1416 * Fix: handle new streams in live mode in relayd
1417 * Fix: notify the viewer if new streams got added
1418 * Fix: send the streams sent message after metadata
1419 * Add extern C to the health-check header
1420 * Fix: memory leak in unit test
1421 * Man: add JUL DOMAIN section to lttng.1
1422 * Fix: handle invalid URL passed to lttng_create_session_live
1423 * Fix: add --jul-tcp-port to sessiond man page
1424 * Fix: measure UST clock offset with best sample (v2)
1425 * Fix: remove free in unit test not needed anymore
1426 * Fix: relay create session for version before 2.4
1427 * Fix: memory leak when UST events are enabled with exclusions
1428
14292014-01-29 lttng-tools 2.4.0-rc4
1430 * Fix: add -b, --background option
1431 * health check tests: test relayd and consumerd
1432 * tests: Add stop_lttng_relayd_nocheck
1433 * Fix: add missing JUL loglevel handling
1434 * relayd: add testpoints
1435 * relayd: use same pipe for live and main
1436 * Cleanup relayd live comment
1437 * Fix: relayd: add LPOLLERR to events
1438 * Fix: relayd: notify parent of readiness when all threads ready
1439 * Fix: tests: start relayd in background mode (-b)
1440 * lttng-relayd: implement background cmd line option
1441 * sessiond: add missing testpoints
1442 * tests: use --background for session daemon
1443 * sessiond: add --background argument
1444 * Use lib common daemonize
1445 * Fix: sessiond: wait for health check readiness
1446 * Fix: relayd: initialize lttcomm inet
1447 * Consumer: add testpoints
1448 * Fix: consumerd: HT init/teardown with program
1449 * Cleanup: lttng-ctl-health comment
1450 * Add daemonize() to libcommon
1451 * Fix: tests: wait for consumerd to complete
1452 * Fix: consumerd: use DBG rather than DBG2
1453 * Fix: consumerd: only return readiness when health is ready
1454 * Fix: consumerd should initialize lttcomm
1455 * Fix health check: signal parent before exit testpoint
1456 * Test health: add test_thread_ok
1457 * health check: change --relayd-path arg to --relayd-path=arg
1458 * relayd: add LTTNG_RELAYD_HEALTH env var
1459 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
1460 * Fix: zero out data structure before using it
1461 * Fix: delete metadata stream before destroying it
1462 * Fix: report to client when snapshot will be empty
1463
14642014-01-14 lttng-tools 2.4.0-rc3
1465 * Fix: metadata stream should be always flagged as ready
1466 * Fix: wrong check before destroying the viewer metadata stream
1467 * Fix: race with the viewer and readiness of streams
1468 * Fix: missing reset when listing UST fields for multiple PIDs
1469 * Fix: filter: check binary op nesting
1470 * Fix: relayd cmd line option for live port
1471 * Fix: remove break in epoll loop of apps. thread
1472 * Fix: wrong comment in snapshot public API
1473 * Fix: clear the CTF traces when all the streams are closed
1474
c9d04d79
DG
14752013-12-10 lttng-tools 2.4.0-rc2
1476 * Fix: close connection on incompatible version check
1477 * Fix: fields alignements in live protocol
1478 * Tests: add regression test for Java JUL support
1479 * Fix: possible use after free
1480 * Fix: remove unused code in session daemon
1481 * Fix: string format with unsigned value
1482 * Fix: remove useless assert
1483 * Fix: bad logical check of error codes
1484 * Fix: resource leak in enable-event command
1485 * Fix: unchecked return value in ust app delete
1486 * Fix: dereference after null check in UST registry
1487 * Fix: Resource leak in ust registry
1488 * Fix: backported from urcu commit 92af1a30
1489 * Tests: fix racy tests and misleading output messages
1490 * Tests: fix bad argument parsing in test app
1491 * Fix: remove assert on fd in the read/write layer
1492 * Fix: missing lock/unlock when sending index
1493 * Fix: update back the metadata len sent on failure
1494 * Fix: don't fail on push metadata if no channel
1495 * Rename LTTng index in CTF index
1496 * Fix: set the enable all event command type
1497 * Fix: implicit conversion of enum types in sessiond
1498 * Fix: implicit conversion of enum types in consumer
1499 * Fix: comparison of unsigned enum expression >= 0
1500 * Fix: comparison of unsigned value agains < 0
1501 * Fix: create a fast and a long UST snapshot test
1502 * Tests: fix racy UST snapshot post mortem test
1503 * Tests: remove useless sleep when spawning sessiond
1504 * Add travis-ci configuration file
1505 * Add libuuid as dependency in README
1506 * Tests: add valid test cases to test_utils_expand_path
1507 * Tests: add symlink tests for test_utils_expand_path
1508 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
1509 * Fix: comment indentation
1510 * Add missing copyright to utils.c
1511 * Fix: use non block waitpid to lookup child state
1512
dd2c2a1b
DG
15132013-11-15 lttng-tools 2.4.0-rc1
1514 * Live streaming support
1515 * Health check support in consumer and relayd
1516 * Event exclusion support
1517 * Java Util Logging support
1518 * Multiple fixes! The diff is just too big to put here.
1519
1bc64886
DG
15202013-11-13 lttng-tools 2.3.1
1521 * Fix: typo in --sig-parent help
1522 * Fix: application SIGBUS when starting in parallel with sessiond
1523 * Fix: missing LTTNG_OK return value for snapshot
1524 * Fix: arguments in the wrong order for fd-limit
1525 * Fix: Some corrections to the lttng man page
1526 * Fix: recv creds comm should handle partial receive
1527 * Fix: set app socket timeout just after accept()
1528 * Fix typo in lttng snapshot add-output example of lttng(1)
1529
c9dc1289
DG
15302013-09-03 lttng-tools 2.3.0
1531 * Fix: remove periodical flush test from make check
1532
3e618c7a
DG
15332013-08-30 lttng-tools 2.3.0-rc3
1534 * Fix: hashtable: take split_count_order into account
1535 * Fix: remove wrong doing asserts in sessiond
1536 * Tests: fix periodical flush tests to stop app
1537 * Fix: correctly close metadata on sessiond thread shutdown
1538 * Fix: delete the trace directory used for the test
1539 * Fix: remove bad check after epoll wait in consumer
1540 * Fix: missing data pending signess conversion
1541 * Fix: consumer data pending for empty streams
1542 * Fix: hash table growth (for small tables) should be limited (v2)
1543 * Fix: run_as gid/uid test should return result to parent
1544 * Fix: missing check for metadata data pending
1545 * Tests: change buffers UID test to PID
1546 * Tests: fix health tests to use custom socket timeout
1547 * Fix: remove health test from fast regression
1548 * Use socket timeout value for tcp timeout if available
1549 * Fix: set the health delta tcp timeout aware
1550 * Get the maximum TCP timeout in sessiond
1551 * Fix: don't report error if UST app dies
1552 * Fix: support VPATH build for tests
1553 * Improve comments after review
1554 * Rename consumer socket fd to fd_ptr
1555 * Lock consumer data before fd check during destroy
1556 * Use single callsite for send/recv ops. for consumer in sessiond
1557 * Use consumer fd reference in consumer socket obj
1558 * Update bash completion
1559 * Add --list-commands option to the snapshot command
1560 * Reorder functions _lttng_cmd_* functions in bash completion
1561 * Use parse_size_suffix in snapshot
1562 * Fix: snapshot record error handling
1563 * Fix: improve error message when UST support is disabled
1564 * Fix: add missing short filter option in help
1565 * Fix: typo in configure.ac for version check
1566 * Fix: remove calibrate syscall option from code
1567 * Fix: snapshot should fail if no successful snapshot is taken
1568 * Fix: check UST float field mantissa length
1569 * Fix: add UST context in the same order the user enabled them
1570 * Introduce configure --with-lttng-system-rundir
1571 * Add .dirstamp to gitignore file
1572 * Fix: snapshot with multiple UIDs
1573 * Prepare for automake deprecation of missing subdir-objects
1574 * Fix: typos in --help and manpage
1575 * Fix: add-context without -c apply to all channels
1576 * Fix: channels can be _enabled_ after tracing is started, but not created
1577 * Fix filter parser segmentation fault with bison 3.0
1578 * Fix: typo in error msg
1579 * Fix: imprecise error message about root sessiond/tracing group
1580 * Fix: don't skip chmod if tracing group is not found
1581 * Tracepoint probes don't need extern C
1582 * Fix: Snapshot should be taken asap in core handler script
1583 * Fix: reset out_fd_offset when we rotate the trace file
1584 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
1585 * inet/inet6 sockets: apply timeout
1586 * Implement timeout for connect ipv4/ipv6
1587 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
1588 * bash completion: add calls to _lttng_complete_sessions
1589 * bash completion: Fix copy-paste typo
1590 * Extras: Remove deprecated consumer commands in bash completion
1591 * bash completion: Remove underscores in handler function names
1592 * bash completion: Remove --event for add-context
1593 * Update gitignore
1594 * relayd: use version macros from build rather than scanf
1595 * sessiond: use version major/minor from build for communication with relayd
1596 * build: export major/minor/patchlevel numbers
1597 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
1598 * Test: enable kernel events after start
1599 * Fix: kernel ctl error codes are based on errno
1600 * Fix: format string mismatch
1601 * test: test_periodical_metadata_flush shrink timer period, kill app
1602 * Fix: format string type mismatch
1603 * snapshot howto: update text
1604 * Add snapshot howto
1605
95f3c88c
MD
16062013-07-19 lttng-tools 2.3.0-rc2
1607 * Add core-handler README to dist tarball
1608 * extras: core-handler: simplify, allow usage from tracing group
1609 * Cleanup: add missing dot
1610 * Fix: documentation: create name and options
1611 * Add core dump snapshot handler script
1612 * Fix: sym name len (kernel)
1613 * Fix: tests: provide channel name when a non-default channel exists: per-pid
1614 * Fix: tests: provide channel name when a non-default channel exists
1615 * Fix: data pending race
1616 * Fix hang in make check snapshots/test_ust
1617 * Cleanup: ust-consumer: wrong indentation
1618 * Fix: print dots while waiting for data availability
1619 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
1620 * Fix: (slight UI change) refuse missing -c if non-default channel exists
1621 * Fix: push metadata on stop for per-UID buffers
1622 * README: update python documentation
1623 * Manpage: other layout cleanups
1624 * Manpage: cleanup layout of view
1625 * Manpage: cleanup layout of version
1626 * Manpage: cleanup layout of stop
1627 * Manpage: cleanup layout of start
1628 * Manpage: cleanup layout of snapshot
1629 * Manpage: cleanup layout of set-session
1630 * Manpage: cleanup layout of list
1631 * Manpage: cleanup layout of disable-event
1632 * Manpage: cleanup layout of disable-channel
1633 * Manpage: cleanup layout of enable-event
1634 * Manpage: cleanup layout of enable-channel
1635 * Manpage: cleanup layout of destroy
1636 * Manpage: cleanup layout of create
1637 * Manpage: cleanup layout of calibrate
1638 * Manpage: cleanup layout of add-context
1639 * Documentation: create --snapshot in manpage
1640
07ddb08c
MD
16412013-07-17 lttng-tools 2.3.0-rc1
1642 * Fix: add missing snapshot header to dist tarball
1643 * Documentation: fix thread quit pipe comment
1644 * Test for presence of bison and flex when building from git
1645 * Test UST snapshot with large metadata
1646 * Add test application with large metadata
1647 * Cleanup: remove redundant assignment
1648 * Fix: use per-uid buffer registry for UID buffer snapshots
1649 * cmd.c: fix typos in snapshot commands
1650 * Test snapshot per-uid post-mortem
1651 * Remove leftover fprintf
1652 * Fix deadlock: don't take channel lock in timer
1653 * Introduce channel timer lock
1654 * document lttng_ustconsumer_request_metadata locking constraints
1655 * consumer: remove unused lttng_ustconsumer_push_metadata
1656 * Document metadata_socket_lock nesting
1657 * lttng_ustconsumer_recv_metadata does not need all those locks
1658 * document metadata_switch_timer() deadlock
1659 * Fix: add missing metadata socket lock
1660 * document metadata_switch_timer() locking constraints
1661 * consumer: remove timeout for UST metadata
1662 * Introduce pipe for UST metadata cache and stream
1663 * consumer: replace DBG2() instances by DBG()
1664 * Introduce utils_create_pipe_cloexec_nonblock()
1665 * ust consumer: data_pending check is endpoint active
1666 * Fix: kernel consumer: data_pending check if endpoint active
1667 * consumer: explicitly set endpoint status to active at init
1668 * document consumer_metadata_cache_flushed use of consumer_data.lock
1669 * consumer: introduce channel lock
1670 * Merge branch 'master' of git://git.lttng.org/lttng-tools
1671 * Fix: update lttng snapshot help output
1672 * Man: fix part of snapshot documentation
1673 * Fix: set tracefile size test with PID buffers
1674 * Fix: Babelstats fail to parse output with no process name or pid
1675 * Missing NULL pointer init in tap.c
1676 * Fix: Unchecked asprintf/vasprintf return values
1677 * Add snapshots test to fast regression
1678 * Fix: kernel data unit test
1679 * Fix: snapshot returned valid LTTNG_ERR code
1680 * Add the number of snapshot taken to the output path
1681 * Fix: RCU read side lock unbalanced
1682 * Fix: zeroed snapshot output at init
1683 * Support del-output with an output name
1684 * Update man page with snapshot command
1685 * New UST default buffers is now per UID
1686 * Bump UST ABI major version for 2.3 release
1687 * Add snapshot mode to lttng list session
1688 * Fix: support temporary snapshot max size and name
1689 * Support snapshot max-size limitation
1690 * Tests: per-UID UST snapshot
1691 * Fix: snapshot support for UST and kernel in same session
1692 * Implement lttng create --snapshot command
1693 * Add create session snapshot API in lttng-sessiond
1694 * Add snapshot output init call that uses URIs
1695 * Fix: consumer err_sock cloexec
1696 * Callsite: add "ip" context
1697 * Fix: possible consumer sockets double close on cleanup
1698 * Automatically load kvm-x86 and kvm-x86-mmu probes.
1699 * Fix: consumer: use uint64_t for all sessiond_id
1700 * Fix: add gpl and lgpl files to tarball
1701 * Fix: don't install libtap system wide
1702 * Fix: close consumer sockets in sessiond cleanup
1703 * Fix: set globally visible flag to kernel stream
1704 * Fix: lttng: memory leak in snapshot record command
1705 * Fix: kernel-consumer: double-close
1706 * Fix: consumer: incorrect size zmalloc
1707 * Fix: don't try to send stream to relayd if not in streaming
1708 * Fix: relayd refcount updates for stream
1709 * Fix: don't send error to sessiond on orderly shutdown
1710 * Fix: bad pathname used when sending kernel stream to relayd
1711 * Fix: add globally visible flag in stream
1712 * Fix: destroy metadata stream on setup metadata error path
1713 * Fix: send kernel stream to relayd only if needed
1714 * Fix: destroy streams for kernel snapshot sessions as well
1715 * Fix: close and destroy metadata stream after a kernel snapshot
1716 * Fix: print errno message on connect() error
1717 * Fix: possible double-close on stream out_fd
1718 * Fix: session ID signess to uin64_t in sessiond
1719 * Tests: fix validation trace path in kernel snapshot
1720 * Tests: Add UST snapshot local and streaming
1721 * Add UST snapshot support
1722 * Fix: consumer_add_relayd_socket() report errors to sessiond
1723 * Fix: add missing enum lttcomm_return_code entries
1724 * Fix: UST per-UID channels persist across application teardown
1725 * Fix: kernel snapshot metadata handling and error paths
1726 * Fix: coding style and debug statement
1727 * Fix: put subbuffer back in kernel snapshot error path
1728 * Fix: overflow in uri_to_str_url
1729 * Fix: detect the correct version of LTTng-UST
1730 * Fix: sessiond: use uint64_t for all session ids
1731 * Tests: add kernel snapshot streaming to root regression
1732 * Tests: remove debug output from test
1733 * Tests: Add kernel snapshot streaming
1734 * Fix: use snapshot consumer output for kernel
1735 * Fix: periodical flush check trace before stop
1736 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
1737 * Fix UST channel/stream output assignation
1738 * Fix: send per-pid session id in channel creation
1739 * Fix: consumer double-close on error
1740 * Update URCU detection to correctly check for a 0.7 version
1741 * Fix: snapshot path
1742 * Add utils function to format current time as a string
1743 * Fix: set hidden attribute to utils_* calls
1744 * Fix: consumer handling of metadata for relayd
1745 * Add kernel snapshot support
1746 * Support flight recorder mode for a session
1747 * Implement snapshot commands in lttng-sessiond
1748 * Add snapshot command to lttng UI
1749 * Initial import of the snapshot ABI/API in lttng-ctl
1750 * Use the consumer stream API in consumer_del_stream()
1751 * Add consumer-stream.c/.h in libconsumer
1752 * Move multiple URLs parsing fct from lttng-ctl to uri.c
1753 * Add a lttng-ctl header to facilitate code separation
1754
8991668e
DG
17552013-06-25 lttng-tools 2.2.0 (National Catfish Day)
1756 * STABLE VERSION
1757 * Fix: if relayd is unreachable, disable consumer for the session
1758 * Fix: possible infinite loop in disable ust event
1759 * Fix: don't enable a channel if a session was already started
1760 * Fix: bad type for the relayd id
1761 * Fix: add debug statement in kernel flush metadata
1762 * Fix: destroy default created channel if add-context fails
1763 * Fix: clarify tracefile size/count in lttng.1 man
1764 * Fix: don't stop a session that was not previously started
1765 * Fix: update lttng.1 man page
1766 * Fix: bad protocol flow between sessiond and consumerd
1767 * Fix: kernel memory leak in error path
1768
92d019ba
DG
17692013-06-20 lttng-tools 2.2.0-rc3
1770 * Multiple memory and fd leak fixes in sessiond and consumerd
1771 * Test: stress test added to the repository but not in make check
1772 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
1773 * Implement health check for app registration dispatch
1774 * Implement health check for app notification thread
1775 * Revert "Improve channel listing output format"
1776 * Fix: use lttng pipe to send new stream to thread
1777 * Change consumer_metadata_pipe to be a lttng_pipe
1778 * Change consumer_data_pipe to be a lttng_pipe
1779 * Add wrappers for pipe
1780 * Add --version command-line option to lttng.
1781 * Add --with-lttng-ust-prefix config option.
1782 * Fixes from coverity scan.
1783 * Stability fixes
1784 * RCU hash table are now destroyed in a seperate thread in sessiond
1785
afeab175
DG
17862013-05-09 lttng-tools 2.2.0-rc2
1787 * Fix: split UST per UID/PID default values
1788 * Fix: don't start the relayd with a wrong --output dir
1789 * Fix: Erroneous automatic session name when streaming
1790 * Fix: wrong data port when listing session's URI
1791 * Fix: don't create a channel on an enable channel
1792 * Tests: Add missing test_utils_parse_size_suffix to unit tests
1793 * Fix: print lttng strerror on enable event with filter
1794 * Fix: change relayd protocol version to 2.2
1795 * Fix: reset current size for tracefile rotation
1796 * Fix: remove extra -I for python bindings
1797 * lttng UI: round up trace file size to subbuf size if needed
1798 * Fix lttng UI: fix arg parsing, round size to next power of two
1799 * Fix: check errors in lttng command argument values
1800 * Implement get_count_order in lttng utils
1801 * lttng cli: Accept human readable sizes for --subbuf-size
1802 * Unit tests: don't rebuild units under test
1803 * Fix: consumerd metadata channel/cache/timer races
1804 * Fix: consumerd channel destroy race
1805 * Cleanup: document RCU read-side lock better
1806 * consumer relayd interaction: fix segfaults
1807 * Fix: change order of fd get to fix error path
1808 * Fix: fd leak when creating UST metadata channel
1809 * Fix: fd leak on error
1810 * Fix consumerd fd leak
1811 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
1812 * rculfhash: check for callers from RCU read-side C.S.
1813 * Fix: don't call hash table destroy under rcu read-side c.s.
1814 * Documentation: import updated comments from urcu
1815 * Fix: segfault in buffer_reg_channel_destroy()
1816 * Fix: add missing goto error in UST consumer
1817 * Fix: no need to use run_as_open in the relayd
1818 * Fix: typo in enable-channel man and help
1819 * Fix: add some missing hidden attribute
1820 * Fix: per-uid buffers should only be flushed once on stop
1821 * Cleanup: Use own mutex within timer setup/teardown
1822 * Fix: channel management thread should hold a refcount
1823 * Fix: move metadata cache setup before ownership passing
1824 * Fix: consumer metadata switch timer error handling
1825 * Fix: set ptr to NULL to suppress old gcc warnings
1826 * Fix: linking order of libraries
1827 * Fix: multiple type mismatch in debug statement
1828 * Fix: remove mention of trace directory layout in quickstart doc
1829 * Fix: remove unused path variables from session obj
1830 * Fix: update lttng.1 man and enable-channel help with read timer size
1831 * Fix: use channel per domain default values
1832 * Fix: typos in the code base
1833 * Fix: deny multiple event types with enable-event
1834 * Fix: deny the same port for data and control URL
1835 * Fix: reset consumer destination when changing URIs
1836 * Fix: don't allow different control and data destination
1837 * Fix: typos in error strings
1838 * Improve channel listing output format
1839 * Fix: enable-channel accepts mismatched option
1840 * Fix: validate buffer type for UST channel creation
1841
500c2393
DG
18422013-03-28 lttng-tools 2.2.0-rc1
1843 * Add UST per UID buffers support
1844 * UST metadata generation are created on the sessiond side
1845 * Move LTTng-UST buffer ownership from application to consumer
1846 * Add a UST registry of events and channel in the sessiond
1847 * UST periodical metadata flush
1848 * Refactor tests to use prove and tap
1849 * Support for trace file rotation for the relayd and on disk
1850 * Support per-context filtering
1851 * Add channel wakeup fd to monitor close
1852 * Deprecate enable/disable-consumer
1853 * Multiple fixes and memory leak fix.
1854
917f7685
DG
18552012-12-20 lttng-tools 2.1.0 (13th Baktun)
1856 * STABLE VERSION 2.1.0-stable - "Basse Messe"
1857 * Multiple minor fixes
1858 * Multiple memory and fd leaks
1859 * Fix: Off by one in seq num for data pending command
1860 * Fix: flag metadata stream on quiescent control cmd
1861 * Fix: prioritize control socket communication in relayd
1862 * Fix: poll and epoll fd set reallocation
1863 * Fix: add missing goto pending if data is inflight
1864 * Fix: remove ua_sess->started assert on stop trace
1865 * Set classes of traffic in high_throughput_limit
1866 * Fix: use the poll wait ret value when iterating on fd(s)
1867 * Fix: force the poll() return value to be nb_fd
1868 * Fix: Wrong check of node when cleaning up ht
1869 * Fix: set started flag of ust app after ustctl
1870 * Fix: memory leak in add relayd socket error path
1871 * Fix: add packed attribute to filter structure
1872 * Fix: Add missing health code update for consumer command
1873 * Add LTTNG_PACKED macro
1874 * Fix data pending for inflight streaming
1875 * Map session id of relayd and sessiond in consumer
1876 * Add the relayd create session command
1877 * Make the consumer sends a ACK after each command
1878 * Remove MSG_WAITALL on every recvmsg() socket typ
1879 * Fix: Add missing relayd ht cleanup and ht destroy
1880 * Fix: Relayd and sessiond version check
1881 * Fix: protect consumer_find_channel with rcu locking
1882 * Fix: don't steal key when adding a metadata stream
1883 * Consumer hold stream mutex for add stream
1884
48459ee6
DG
18852012-12-03 lttng-tools 2.1.0-rc9
1886 * Fix: set the stream ht static in consumer file
1887 * Update sessiond man page with new env var
1888 * Update lttng.1 man page
1889 * Fix: enable-consumer for all domains missing dir
1890 * Fix: Add missing fct prototypes when disabling UST
1891 * Fix a typo in lttng-probe-module name
1892 * Assign values to enum lttcomm_sessiond_command
1893 * Fix: run health test only if root
1894 * Clarify empty string/NULL filter errors
1895 * Fix: add missing padding for UST filter
1896
2ad3a9a0
DG
18972012-11-22 lttng-tools 2.1.0-rc8
1898 * Fix: Uninit. variable in lttng view
1899 * Add already enabled UST event error code
1900 * lttng.h API update: set filter becomes enable event with filter
1901 * Change the UST event hash table match function
1902 * Pass lttng_event struct to the set_filter API call
1903 * Adding context to an event is no longer possible
1904 * Add UST overlap tests
1905 * Add filter sequence number to UST
1906 * Fix: Typo from a previous patch in an assert()
1907 * Fix: Warn if session is running with lttng view
1908 * Fix: Add bash requirement to README for make check
1909 * Fix: add the notion of domain to lttng.1 man page
1910 * Enable additional kernel probes
1911 * Update CodingStyle
1912 * Use the new functions for default subbuf sizes
1913 * Add default subbuf sizes getter functions
1914 * Add max() and min() macro in common
1915
8802e4bd
DG
19162012-11-13 lttng-tools 2.1.0-rc7
1917 * Fix: Add pointer check when freeing poll events
1918 * Fix: FD leak on thread error
1919 * Fix: Wrong fd used by kernel_wait_quiescent
1920 * Support new lttng-ust error code
1921 * Fix: Don't set filter if enable event fails
1922 * Fix: Wrong data port when listing session
1923 * Fix: Enable event after start command
1924 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
1925 * Add a timeout to UST application socket
1926 * Fix: Consumerd error socket connect race
1927 * Fix: Set CLOEXEC flag on every created sockets
1928 * Remove consumer poll timeout in data thread
1929 * Fix: RCU hash table seed
1930 * Fix: Do not install health tests helper libraries
1931 * Fix: Create default channel on add-context if none
1932 * Support new liblttng-ust-ctl error code
1933 * Fix: Add EPIPE error handling on buffer splice
1934 * Fix: Channel creation error return code was not set
1935 * Fix: Wrong poll events on UST application socket
1936 * Fix: Remove dependency to urcu-cds in tools tests
1937 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
1938 * Fix: Don't append datetime to default session name
1939 * Fix: Deny session creation name 'auto'
1940 * Fix: Add space for stream name CPU number
1941 * Fix: Add output option to enable-channel command
1942
241aaca9
DG
19432012-11-02 lttng-tools 2.1.0-rc6
1944 * Tests: Add filtering tests for uncovered cases
1945 * Fix: Sync issue when deleting a data stream
1946 * Rename data_available to data_pending
1947 * Fix: consumer health state
1948 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
1949 * Fix: Bad return error code handling
1950 * Fix: Use after free() of the rundir string
1951 * Fix: Cleanup UST app session on ustctl create session error
1952 * Fix: add missing pthread_join in sessiond
1953 * Fix: free running directory string
1954 * Fix: UST app clean list node usage
1955 * Add liblttng-ctl destructor to cleanup memory
1956 * Fix: Cleanup URIs on teardown
1957 * Fix: relayd memleaks
1958 * Fix: Memory leaks of allocated URIs
1959 * Fix: consumer output memory leak on creation
1960 * Fix: missing addrlen initialization before accept(2)
1961 * Fix: relayd trace file padding memleak
1962 * Fix: Remove useless consumer subdir string concatenation
1963 * Fix: lttng create allocated path memleak
1964 * Fix: Cppcheck memleakOnRealloc mistake
1965 * Fix: Synchronization issue for data available command
1966 * Fix: consumer relayd cleanup on disconnect
1967 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
1968 * Fix: Possible memory leaks when creating filter IR root node
1969 * Fix: Delete stream on write error in consumer
1970 * Fix: Error handling when sending relayd sockets to consumer
1971 * Add stream lock comment for nesting
1972 * Fix: Mutex and RCU lock nesting in consumer
1973 * Fix: Uninitialized ret code
1974 * Fix: Remove bad condition and fix overflow issue
1975 * Fix: consumerd pthread error flow
1976 * Fix: Set a single return point and mutex unlock
1977 * Fix: Remove useless NULL and zero assignment
1978 * Fix: segfault on create session with two URLs
1979
d1980281
DG
19802012-10-22 lttng-tools 2.1.0-rc5
1981 * Fix: Remove network stream ID ABI calls
1982 * Tests: Add filtering tests
1983 * Wait for data availability when stopping a session
1984 * Relayd data available command support
1985 * Lib lttng-ctl data available command support
1986 * Consumer daemon data available command support
1987 * Add data structure for the data available command
1988 * Change the metadata hash table node
1989 * Make stream hash tables global to the consumer
1990 * Move add data stream to the data thread
1991 * Rename consumer threads and spawn them in daemon
1992 * Fix: relayd close stream command was not working
1993 * Fix: Relayd and consumerd socket leaks
1994 * Fix: Missing -ENODATA handling in the consumer
1995 * Fix: Empty metadata buffer(s) on HUP|ERR
1996 * ABI with support for compat 32/64 bits
1997 * Fix: Stream allocation and insertion consistency
1998 * Fix: output number of bytes written by relayd
1999 * Add hash table argument to helper functions
2000 * Fix: Add missing call rcu and read side lock
2001 * Tests: Fix LD_PRELOAD library lookup path for health tests
2002 * Fix: Add arbitrary wait period for kernel streaming test
2003 * Fix coding style and add/change debug statements
2004 * Fix: Build out of src tree
2005 * Tests: Add health check tests to configure
2006 * Tests: Add health check thread stall test
2007 * Tests: Add health check thread exit test
2008 * Tests: Add a health check utility program
2009 * Add testpoints in lttng-sessiond for each threads
2010 * New testpoint mechanism to instrument binaries for testing
2011 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
2012 * Fix: Metadata stream leak when received in consumer
2013 * Fix: consumer_allocate_stream error handling
2014 * Fix: consumer should await for initial streams
2015 * Fix: Missing rcu read side lock in consumer
2016
529f6ac2
DG
20172012-09-26 lttng-tools 2.1.0-rc4
2018 * Fix: Change sempahore to pthread conditions
2019 * Fix: relayd relay_send_version: handle sscanf return code
2020 * Fix relayd: NULL ptr deref
2021 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
2022 * Tests: add print bytecode to filter grammar test
2023 * Cleanup: assign values to bytecode opcodes
2024 * Fix: Filter: Fix allocation length error
2025 * Fix: Filter: add missing ast free
2026 * Tests: Add high throughput with bandwidth limits test
2027 * Fix: Returned code when listing kernel channel
2028 * Tests: Rename helper functions to have consistent names
2029 * Tests: Cleanup redundant code and use printing helper functions
2030 * Tests: Add helper functions for printing status and banner
2031 * Tests: Add a check for color support when printing status
2032 * Fix: Lib lttng-ctl on error returns lttng code
2033 * Fix: lttng_set_event_filter() was returning bad error code
2034 * Fix: printing [no write] on lttng list -uf
2035 * Fix: Disable event on filter error with lttng
2036 * Fix: Wrong returned error code on UST enable event
2037 * Add consumer commands to lttng.1 man page
2038 * Add lttng_health_check(3) man page
2039 * Fix: Remove LPOLLNVAL from consumer metadata revents
2040 * Fix: Mismatch of field name between ust and tools
2041 * Add the written value when listing fields
2042 * Fix: Consumer return value check after mmap/splice
2043 * Don't send the subbuffer padding for streaming
2044 * Fix: Returned error code in consumer on read buffer
2045
d3e6246f
DG
20462012-09-12 lttng-tools 2.1.0-rc3
2047 * Fix: Relayd fix ret value when adding a connection
2048 * Add new thread in consumer for metadata handling
2049 * Fix: consumer recv command error path
2050 * Fix filter: fix recent regressions
2051 * Update lttng-ust-abi.h from upstream lttng-ust
2052 * Fix: Accept bytecode of length 65536 bytes
2053 * Fix: Generation of bytecode longer than 32768 bytes fails
2054 * Fix: Filter bytecode alloc buffer size must be a power of 2
2055 * Add lttng-ctl SWIG python bindings
2056 * Add C++ support to API header files
2057 * Librarify filter in liblttng-ctl and hide symbols
2058 * Set hidden visibility for calls used in lttng-ctl
2059 * Notify the user if a filter is already enabled
2060 * Install lttng-error.h and include it in lttng.h
2061 * Add lttng-error.h containing every API err. code
2062 * Fix: missing hostname context
2063
5556277c
DG
20642012-08-22 lttng-tools 2.1.0-rc2
2065 * Fix: put back 2.0 output text for lttng create cmd
2066 * Fix: remove set subdir call that uses bad ptr
2067 * Filter: Handle the unary bitwise not operator (~) with an unsupported
2068 * Fix: missing mutex unlock on register consumer err
2069 * Remove underscore from ifndef of lttng.h
2070 * Remove unused define in lttng.h
2071 * Standardize lttng command line usage text
2072 * Merge duplicate code in consumer for destroy relayd
2073 * Merge duplicate code in consumer for add relayd
2074 * Fix: Possible buffer overflows in strncat() usage
2075 * Move code out of main.c and fix some issues
2076
68264071
DG
20772012-08-17 lttng-tools 2.1.0-rc1
2078 * Feature: Network Streaming
2079 * Add the lttng-relayd binary for network streaming
2080 * Support user space tracer filtering
2081 * Multiple fixes
2082
e371dbd9
DG
20832012-04-19 lttng-tools 2.0.1
2084 * Fix: test script for kernel module validation
2085 * Fix: report error to client on consumerd error
2086 * Fix: add missing ht_destroy at consumer teardown
2087 * Fix: consumer fd recv thread should write into non-blocking pipe
2088 * Fix: work-around glibc __nptl_setxid vs clone hang
2089 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
2090 * Fix consumer lttng_consumer_poll_socket poll revents check bug
2091 * Fix: increase consumer open files limit
2092 * Update README: document dep on modprobe for kernel tracing
2093 * Fix: wait for sessiond to stop in tests
2094 * Fix: remove unused return variable
2095 * Don't report back error on syscalls fail for -a -k
2096 * Fix: destroy context hash table being NULL
2097 * Fix: make lttng expand path for trace output opt
2098 * Fix: return value signedness
2099 * Fix: man page environment variable name error
2100 * Fix: check return value on getenv USER
2101
0e4cbe7e
DG
21022012-03-20 lttng-tools 2.0.0
2103 * Fist STABLE version
2104 * Add version name: Annedd'ale
2105
c6d4a597
DG
21062012-03-20 lttng-tools 2.0.0-rc4
2107 * Fix: add small detail to enable-channel man page
2108 * Fix: warned of arbitrary time for ust-nprocesses test
2109 * Fix. add limitation to man page
2110 * Fix: minor changes to lttng.1
2111 * Fix: add exit values to lttng.1 man page
2112 * Fix: add delay before validating apps in test nproc
2113 * Fix: error handling in lttng enable-event
2114 * Fix: document structure init. to 0 in lttng.h
2115 * Fix: uninitialized variable
2116 * Keep track of FD used for UST applications (v2)
2117 * Fix: lttng view, error message and exit code
2118 * Small fixes to lttng man pages (v2)
2119 * Fix: handle EINTR for sendmsg syscall
2120 * Fix: lttng UI exit value and error message
2121 * Fix: session lock use after free
2122 * Fix kernel_list_events memleaks
2123 * Fix debug message use uninitialized variable
2124 * Fix: trace_ust_destroy_metadata should check for NULL pointer
2125 * Fix: various memleaks
2126 * Fix: hash table allocation out of order on error
2127 * fix: lttng_ht_destroy memleak
2128
b495b935
DG
21292012-03-16 lttng-tools 2.0.0-rc3
2130 * Fix: missing headers for make dist
2131 * Fix: install lttng-consumerd in lib/lttng/libexec/
2132 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
2133 * Fix: consumer CPU hotplug support
2134 * Fix: double PID registration race
2135 * Make libcompat independent not to confuse automake
2136 * Clarify the license of lttng-ust-abi.h
2137 * Fix: License header
2138 * Fix: wrong return value on consumer socket creation
2139 * Fix: test for UST invalid channel parameters at channel creation
2140 * Fix: recvmsg should handle EINTR
2141 * Fix: error.h non-static variables for liblttng-ctl
2142 * Fix: missing _GNU_SOURCE define
2143 * Fix: improve need root for kernel tracing error message
2144 * Fix: start/stop lttng message error
2145
fc0c6bfb
MD
21462012-03-02 lttng-tools 2.0.0-rc2
2147 * Fix: meaningful error message
2148 * Fix: UST consumer need to iterate on streams, just change their key
2149 * Fix: add missing rcu read lock across RCU HT iteration
2150 * Fix: kernel session closes fd 0 after create
2151 * Fix: sendmsg EPIPE should be quiet by default (expected)
2152 * Fix: thread_registration_apps should set its local sock to -1 when passing it
2153 * Fix: clock -> sock typo
2154 * Fix: consumer race: should allow reuse of FD key
2155 * Fix: Use PERROR all across lttng-tools, never make it quiet
2156 * Fix: test all close return values in sessiond
2157 * Fix: All perror turned into PERROR to show file and line number
2158 * Fix: large audit of close() use in sessiond main.c
2159 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
2160 * Fix: incorrect close of fd 0 for syscall kernel event destroy
2161 * Fix: sessiond has incorrect missing 0 value in FD check
2162 * Fix: sessiond app listening: use posix-compliant poll flags
2163 * Fix: consumer printf type should match ssize_t (%zd)
2164 * Fix: make ust consumer posix compliant for poll flags
2165 * Fix security permission on lttng run directory
2166 * Fix: Display right loglevel_type in error message
2167 * Fix documentation in lttng.h
2168 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
2169 * Fix: restart consumerd and sessiond when interrupted in poll()
2170 * Fix: handling bad channel when sending to consumer
2171 * Fix useless variable
2172 * Fix add-context returned error
2173 * fix: add missing break in command handling
2174 * fix: command handling: do not check domain for commands not requiring domain
2175 * fix: if tracing group does not exist, do not report a client error
2176 * Fix: run_as error handling
2177 * Fix usage note on -a
2178 * Revert FreeBSD compatibility layer
2179 * Fix: documented number of subbuffers is incorrect
2180 * Document that num-subbuf and subbuf-size need to be power of 2
2181 * Merge branch 'master' of git://git.lttng.org/lttng-tools
2182
edad7953
DG
21832012-02-20 lttng-tools 2.0.0-rc1
2184 * Fix lttcomm_close_unix_sock to actually close the socket
2185 * lttng-sessiond: Set group permissions explicitly
2186
68c1b383
DG
21872012-02-16 lttng-tools 2.0-pre23
2188 * configure.ac: Fix consumerd64-libdir typo
2189 * Fix existing session daemon check
2190 * Fix missing session locks
2191 * Fix return value on ust app session create
2192 * Fix double start/stop trace
2193 * Fix ust app session started state on start trace
2194 * modprobe statedump, signal and timer lttng module
2195 * Fix hyphens in man pages
2196
76ab874e
DG
21972012-02-14 lttng-tools 2.0-pre22
2198 * Add the bash-completion file to the dist tarball
2199 * Add the LICENSE file too
2200 * Package used for the Ubuntu LTS (feature freeze)
2201
83aac6e3
DG
22022012-02-13 lttng-tools 2.0-pre21
2203 * Fix licensing for hashtable/utils.c
2204 * Print loglevel value in list -u
2205 * Remove "<all> from MSG() when no loglevel is selected
2206 * Initial import of man lttng.1 and lttng-sessiond.8
2207 * Fix memory leak master
2208
09e765bf 22092012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
2210 * New lttng view command
2211 * Multiple loglevel fixes
2212 * Fix list command
2213 * Fix session syscall listing
2214 * Multiple fixes across the code base
2215
87db5b86
DG
22162012-02-02 lttng-tools 2.0-pre19
2217 * Update lttng ust ABI/API copy
2218 * Implement UST calibrate and change default
2219 * Add MSG_WAITALL to recvmsg of sessiond-comm
2220 * Check kernel version for tests
2221 * Add a '--list-options' option to each command.
2222 * First import of extras/ with lttng bash completion
2223 * Remove default defines from lttng.h
2224 * Fix lttng sessiond spawn wait race
2225 * Add CMD_WARNING error code
2226 * Fix context mapping for UST and kernel
2227 * Add kernel work-around for boot_id
2228 * Rewrites lttng-ctl's set_session_daemon_path
2229 * Fix memory lean in all lttng cli commands
2230 * Update loglevel ABI
2231 * Add padding to all ABIs for future development.
2232 * Improve error handling of lttng cli
2233 * Multiple fixes across the code base (nothing critical)
2234
3edea7d5
DG
22352012-01-23 lttng-tools 2.0-pre18
2236 * Complete change of the source directory tree
2237 * Move compat to common and create an internal lib
2238 * Rename lttngerr.h to error.h
2239 * Add kernel module version validation
2240 * Add UST version validation
2241 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
2242 * Fix off-by-one and double list size instead of steady increment
2243
734f79bf
DG
22442012-01-19 lttng-tools 2.0-pre17
2245 * Add and support the new hash table library
2246 * Add lttng hash table support to liblttng-consumer
2247 * RCU support for consumer's hash tables
2248 * UST consumer close shm fd after mapping it
2249 * Remove CLONE_VM flag for runas making gdb debugging impossible
2250 * Make MSG() print on stdout instead of stderr
2251 * Don't init kernel tracer if not root (UID=0)
2252 * Multiple fixes found when reaching max. number of open files
2253 * Add some UST tests
2254 * Multiple segfaults and assert error fixed
2255
032b4c39
DG
22562011-12-23 lttng-tools 2.0-pre16
2257 * Per-user lttng-sessiond now fully functionnal
2258 * Fix nested double usage of hashtable iterators
2259 * Support creds passing between lttng and sessiond
2260 * Rename sessiond internal "uid" fields to "id"
2261 * Create all trace directories and files with client user credentials
2262 * Create output directory at session creation command
2263 * Only allow the user or group owning the session (or root) to control a session
2264 * Add disable kernel tracing option to sessiond
2265
31ff12ff
DG
22662011-12-13 lttng-tools 2.0-pre15
2267 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
2268 * UST consumer 32/64 bit support
2269 * Multiple bug fixes
2270 * Multiple segfault, race and double lock fixes
2271 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
2272 * UST loglevel support
2273 * ABIs now support 256 char event names
2274 * Dependency on libpopt >= 1.13
2275 * Dependency on URCU >= 0.6.7
2276 * Rename kernel-ctl.c/.h to kernel.c/.h
2277 * Change malloc to zmalloc in lttng-sessiond code
2278 * RCU hashtable support for all UST data structure
2279 * New libconsumer for UST, kernel and one generic
2280 * Change "--all" option from lttng command line
2281 * Remove function entry option to discourage its use
2282
ab7f4103
MD
22832011-09-30 lttng-tools 2.0-pre14
2284 * Syscall tracing support
2285 * Multiple bug fixes (nothing critical)
2286 * Add userspace RCU hash table to tree for dev
2287 * Update UST ABI
2288 * Fix epoll that did not handle EINTR
2289 * Liburcu >= 0.6.5 is needed from this release
2290 * Enabling all events also enable syscall tracing
2291 * Debug messages are now on stderr
2292 * Add basic data structure for UST support but not ready yet.
2293
775182fa
DG
22942011-08-25 lttng-tools 2.0-pre13
2295 * Memory leaks fixes and double lock list
2296 * Add UST registration with sychronisation
2297 * Use poll/epoll compatibility layer for the sessiond
2298 * Major code cleanup of ltt-sessiond/main.c
2299 * Increase listen() connexion limit
2300 * Fix bad enable-channel command
2301 * Rename trace.c/.h to trace-kernel
2302 * Multiple fixes on the poll management with the new epoll API
2303
d6fa0093
DG
23042011-08-25 lttng-tools 2.0-pre12
2305 * Multiple fixes
2306 * Fix kconsumerd handling custom channel output
2307 * Add lttng_register_consumer to register a custom consumer
2308 * Add multiples tests of the session daemon
2309 * Default kernel channel size/number changed
2310 * Support for UST application registration
2311 * Import LTTng UST 2.0 ABI
2312 * Send data to kconsumerd before tracing start
2313 * Export API of lib kernel consumer (liblttngkconsumerd)
2314
3df9eaf3
DG
23152011-08-12 lttng-tools 2.0-pre11
2316 * New lttng API using the lttng_handle
2317 * Multiple fixes of kernel consumer
2318 * Register the consuming function and add a library context
2319 * Kernel consumer fix mmap/munmap
2320 * lttng-sessiond-comm header has been privatize
2321 * Kernel traces are written in the kernel/ directory
2322 * Add underscore to enable-channel command options
2323
f88b0a98
DG
23242011-07-29 lttng-tools 2.0-pre6
2325 * Fix enable multiple events
2326 * Add function entry feature
2327
23282011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
2329 * Fix Add context command
2330 * Fix auto session path creation
2331 * Fix bad strncmp at channel creation
2332
5e96e15d
DG
23332011-07-23 lttng-tools 2.0-pre4
2334 * Fix kprobe attributes
2335 * Fix channel creation when not found at event enable
2336 * Add safe list iteration
2337 * Add two tests into the git tree
2338 * Kernel consumer can be put in debug mode with -vv
2339 * Trace path is now created on the client side
2340
00df03c6
DG
23412011-07-23 lttng-tools 2.0-pre3
2342 * Fix perf hw cache counter config values
2343
de235b67
DG
23442011-07-22 lttng-tools 2.0-pre2
2345 * Multiple fixes
2346 * New add-context options for perf counter and context
2347 * Using the install bin path from autotool for execl() call
2348 * Update quickstart guide
2349
223be86b
DG
23502011-07-20 lttng-tools 2.0-pre1
2351 * First prerelease of lttng-tools.
2352 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.136951 seconds and 5 git commands to generate.