Fix: missing rcu_read_lock in cmd_start_trace()
[lttng-tools.git] / ChangeLog
CommitLineData
05fe4783
DG
12014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
2 * Fix: Create a lock file to prevent multiple session daemons
3 * Fix: relayd stream set close_flag on stream close
4 * Fix: ustctl_get_stream_id without UST support
5 * Fix: get the stream_id when generating live beacons
6 * Fix: missing include for getpwuid()
7 * Fix: add a get HOME dir fallback to getpwuid
8 * Fix: don't set enabled flag is session start fails
9 * Fix: logger name dropped from filter condition when loglevels are used
10 * Fix: memory leak in lttng_enable_event_with_exclusions
11 * Fix: check malloc return value
12 * Fix: static array larger than necessary
13 * Fix: set session in output mode if URL are set afterwards
14 * Fix: Add vpid, vppid and vtid info in add-context help
15 * Fix: alignment problems on targets not supporting unaligned access.
16 * Fix: possible use after free in consumer
17 * Fix: improve and update lttng.h comments
18 * Fix: JUL filtering for event *
19 * Fix: deny overwrite mode and num subbuf less than 2
20 * Fix: remove bad option in enable channel --help
21 * Fix: implicit conversion from enumeration
22 * Fix: clarify man page lttng.1
23 * Fix: Copy-pasted PERROR messages may be misleading
24 * Fix: incorrect printf format
25 * Fix: handle ENOENT when creating a kernel event
26 * Fix: move JUL filter creation to a function
27 * Fix: JUL filtering done on the UST level
28 * Fix: Don't include the binary in the live test's EXTRA_DIST
29 * Fix: add JUL filter to UST event on logger_name
30 * Fix: Racy event validation in tests
31 * Fix: rework utils_parse_size_suffix
32
e24b6c3e
DG
332014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
34 * Fix: don't delete stream from connection recv list
35 * Fix: use after free of a relayd stream
36 * Fix: don't print stream name in error message
37 * Fix: take session list lock when listing tp
38 * Fix: add consumer wake up pipe to avoid race
39 * Fix: don't spawn relayd if URL is provided
40 * Fix: don't ask data pending if session was not started
41 * Fix: missing test file in EXTRA dist
42 * Fix: allow empty URL for live session creation
43 * Fix: missing valid return code when adding an URI to consumer
44 * Fix: syntax error in lttng.1
45 * Fix: check relayd fd leak in lttng cmdline
46 * Fix: remove unused tp in high-throughput test
47 * Use autoconf AM_MAINTAINER_MODE.
48 * Fix: clang 'constant-out-of-range-compare' warning
49 * Fix: Unchecked session pointer when destroying a connection in relayd
50
8e3234ee
DG
512014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
52 * Fix: improve lttng with live by spawning relayd
53 * Fix: relayd should listen for viewers on localhost only by default
54 * Fix: handle loglevel range ALL in list command
55 * Tests: add JUL test for multiple loglevel
56 * Fix: index JUL event by name *and* loglevel
57 * Fix: JUL to enable user and root tracepoints
58 * Fix: handle the registration done command for JUL
59 * Test fix: use temp file sync. of test app
60 * Fix: keep metadata channel attr in UST session
61 * Tests fix: Missing waitpid in fork test
62 * Fix: add loglevel type to lttng list <name>
63 * Fix: minor rephrasing of the lttng.1 man page
64 * Fix: Warn user if JUL port is already being used
65 * Fix: add some sane default values to --live opt
66 * Fix: possible NULL deref. in sessiond error path
67 * Fix: flag that kernel streams FDs has been sent
68 * Fix: forbid session name creation if contains /
69 * Fix: don't start session if no channel
70 * Fix: add missing relayd option to man page
71 * Fix: report error if consumer can't be spawned
72 * Fix: lttng list -u <name> should only list UST
73 * Fix: kernel channel destroy on consumer if sent
74 * Fix: only create UST metadata on start trace
75 * Revert "Fix: wrong condition on startup for low-activity streams"
76 * Fix: missing big endian conversion for one index field
77 * Fix: wrong condition on startup for low-activity streams
78 * Fix: perror on index directory creation error
79 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
80 * Fix: consumerd errors on exit
81 * Fix: scanf unbounded input
82 * Fix: miscellaneous memory handling fixes
83 * Fix: add missing VALGRIND ifdef checks and documentation
84
6126e623
DG
852014-02-14 lttng-tools 2.4.0-rc5
86 * Fix: steal channel key in the consumer to avoid race
87 * Fix: change ERR statement to DBG in kernel read subbuffer
88 * Fix: handle snapshot ENODATA in live timer
89 * Fix: relayd leak on error in consumer splice()
90 * Fix: protect close_write_flag with the rotation lock
91 * Man: clarify loglevel for JUL domain
92 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
93 * Fix: bad indentation of lttng list in man page
94 * Fix: wrong data structure used in commit df41f83
95 * Fix: add missing optional dependency to babeltrace in README
96 * Fix: cleanup inconsistent use of spaces/tabs in README
97 * Fix: only set the new_streams flag if a viewer is attached
98 * Fix: lttng-live documentation
99 * Fix: remove dead code in relayd live code
100 * Fix: use after free error code path
101 * Fix: wrong sizeof argument in live viewer create session
102 * Fix: zero out the reply structure in viewer_connect
103 * Fix: write index only if fd is valid
104 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
105 * Fix: memory/fd leak when cleaning streams in channel
106 * Fix: destroy streams in consumer del channel
107 * Fix: add missing urcu wfqueue headers in relayd
108 * Fix: in lttng_read/write deny count bigger than the possible returned value
109 * Fix: fd leak when closing metadata stream
110 * Fix: read subbuffer mmap/splice signedness issue
111 * Doc: live protocol clarifications
112 * Fix: remove unused create_viewer_session option
113 * Fix: don't sleep(1) on the consumer ready flag
114 * Fix: free viewer session in connection_free()
115 * Fix: add missing ctf trace delete before destroy
116 * Fix: don't delete ctf trace while in snapshot mode
117 * Fix: add flag to create session command and fix tests
118 * Fix: cleanup indef guards following the rename
119 * Fix: merge issue with thread quit pipe
120 * Fix: use uint32_t for metadata_flag in viewer's ABI
121 * Fix: check for new streams in all attached sessions
122 * Fix: Move static functions up in the code
123 * Fix: allow attach command to multiple sessions
124 * Fix: handle session hang up in get_new_streams
125 * Fix: force the client to create a viewer session before attaching
126 * Fix: Namespace lttng-viewer-abi
127 * Fix: relayd connection object refactor
128 * Fix: big relayd cleanup and refactor
129 * Fix: code refactoring of viewer streams in relayd
130 * Fix: handle new streams in live mode in relayd
131 * Fix: notify the viewer if new streams got added
132 * Fix: send the streams sent message after metadata
133 * Add extern C to the health-check header
134 * Fix: memory leak in unit test
135 * Man: add JUL DOMAIN section to lttng.1
136 * Fix: handle invalid URL passed to lttng_create_session_live
137 * Fix: add --jul-tcp-port to sessiond man page
138 * Fix: measure UST clock offset with best sample (v2)
139 * Fix: remove free in unit test not needed anymore
140 * Fix: relay create session for version before 2.4
141 * Fix: memory leak when UST events are enabled with exclusions
142
3d63e9f8
DG
1432014-01-29 lttng-tools 2.4.0-rc4
144 * Fix: add -b, --background option
145 * health check tests: test relayd and consumerd
146 * tests: Add stop_lttng_relayd_nocheck
147 * Fix: add missing JUL loglevel handling
148 * relayd: add testpoints
149 * relayd: use same pipe for live and main
150 * Cleanup relayd live comment
151 * Fix: relayd: add LPOLLERR to events
152 * Fix: relayd: notify parent of readiness when all threads ready
153 * Fix: tests: start relayd in background mode (-b)
154 * lttng-relayd: implement background cmd line option
155 * sessiond: add missing testpoints
156 * tests: use --background for session daemon
157 * sessiond: add --background argument
158 * Use lib common daemonize
159 * Fix: sessiond: wait for health check readiness
160 * Fix: relayd: initialize lttcomm inet
161 * Consumer: add testpoints
162 * Fix: consumerd: HT init/teardown with program
163 * Cleanup: lttng-ctl-health comment
164 * Add daemonize() to libcommon
165 * Fix: tests: wait for consumerd to complete
166 * Fix: consumerd: use DBG rather than DBG2
167 * Fix: consumerd: only return readiness when health is ready
168 * Fix: consumerd should initialize lttcomm
169 * Fix health check: signal parent before exit testpoint
170 * Test health: add test_thread_ok
171 * health check: change --relayd-path arg to --relayd-path=arg
172 * relayd: add LTTNG_RELAYD_HEALTH env var
173 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
174 * Fix: zero out data structure before using it
175 * Fix: delete metadata stream before destroying it
176 * Fix: report to client when snapshot will be empty
177
9099276d
DG
1782014-01-14 lttng-tools 2.4.0-rc3
179 * Fix: metadata stream should be always flagged as ready
180 * Fix: wrong check before destroying the viewer metadata stream
181 * Fix: race with the viewer and readiness of streams
182 * Fix: missing reset when listing UST fields for multiple PIDs
183 * Fix: filter: check binary op nesting
184 * Fix: relayd cmd line option for live port
185 * Fix: remove break in epoll loop of apps. thread
186 * Fix: wrong comment in snapshot public API
187 * Fix: clear the CTF traces when all the streams are closed
188
c9d04d79
DG
1892013-12-10 lttng-tools 2.4.0-rc2
190 * Fix: close connection on incompatible version check
191 * Fix: fields alignements in live protocol
192 * Tests: add regression test for Java JUL support
193 * Fix: possible use after free
194 * Fix: remove unused code in session daemon
195 * Fix: string format with unsigned value
196 * Fix: remove useless assert
197 * Fix: bad logical check of error codes
198 * Fix: resource leak in enable-event command
199 * Fix: unchecked return value in ust app delete
200 * Fix: dereference after null check in UST registry
201 * Fix: Resource leak in ust registry
202 * Fix: backported from urcu commit 92af1a30
203 * Tests: fix racy tests and misleading output messages
204 * Tests: fix bad argument parsing in test app
205 * Fix: remove assert on fd in the read/write layer
206 * Fix: missing lock/unlock when sending index
207 * Fix: update back the metadata len sent on failure
208 * Fix: don't fail on push metadata if no channel
209 * Rename LTTng index in CTF index
210 * Fix: set the enable all event command type
211 * Fix: implicit conversion of enum types in sessiond
212 * Fix: implicit conversion of enum types in consumer
213 * Fix: comparison of unsigned enum expression >= 0
214 * Fix: comparison of unsigned value agains < 0
215 * Fix: create a fast and a long UST snapshot test
216 * Tests: fix racy UST snapshot post mortem test
217 * Tests: remove useless sleep when spawning sessiond
218 * Add travis-ci configuration file
219 * Add libuuid as dependency in README
220 * Tests: add valid test cases to test_utils_expand_path
221 * Tests: add symlink tests for test_utils_expand_path
222 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
223 * Fix: comment indentation
224 * Add missing copyright to utils.c
225 * Fix: use non block waitpid to lookup child state
226
dd2c2a1b
DG
2272013-11-15 lttng-tools 2.4.0-rc1
228 * Live streaming support
229 * Health check support in consumer and relayd
230 * Event exclusion support
231 * Java Util Logging support
232 * Multiple fixes! The diff is just too big to put here.
233
c9dc1289
DG
2342013-09-03 lttng-tools 2.3.0
235 * Fix: remove periodical flush test from make check
236
3e618c7a
DG
2372013-08-30 lttng-tools 2.3.0-rc3
238 * Fix: hashtable: take split_count_order into account
239 * Fix: remove wrong doing asserts in sessiond
240 * Tests: fix periodical flush tests to stop app
241 * Fix: correctly close metadata on sessiond thread shutdown
242 * Fix: delete the trace directory used for the test
243 * Fix: remove bad check after epoll wait in consumer
244 * Fix: missing data pending signess conversion
245 * Fix: consumer data pending for empty streams
246 * Fix: hash table growth (for small tables) should be limited (v2)
247 * Fix: run_as gid/uid test should return result to parent
248 * Fix: missing check for metadata data pending
249 * Tests: change buffers UID test to PID
250 * Tests: fix health tests to use custom socket timeout
251 * Fix: remove health test from fast regression
252 * Use socket timeout value for tcp timeout if available
253 * Fix: set the health delta tcp timeout aware
254 * Get the maximum TCP timeout in sessiond
255 * Fix: don't report error if UST app dies
256 * Fix: support VPATH build for tests
257 * Improve comments after review
258 * Rename consumer socket fd to fd_ptr
259 * Lock consumer data before fd check during destroy
260 * Use single callsite for send/recv ops. for consumer in sessiond
261 * Use consumer fd reference in consumer socket obj
262 * Update bash completion
263 * Add --list-commands option to the snapshot command
264 * Reorder functions _lttng_cmd_* functions in bash completion
265 * Use parse_size_suffix in snapshot
266 * Fix: snapshot record error handling
267 * Fix: improve error message when UST support is disabled
268 * Fix: add missing short filter option in help
269 * Fix: typo in configure.ac for version check
270 * Fix: remove calibrate syscall option from code
271 * Fix: snapshot should fail if no successful snapshot is taken
272 * Fix: check UST float field mantissa length
273 * Fix: add UST context in the same order the user enabled them
274 * Introduce configure --with-lttng-system-rundir
275 * Add .dirstamp to gitignore file
276 * Fix: snapshot with multiple UIDs
277 * Prepare for automake deprecation of missing subdir-objects
278 * Fix: typos in --help and manpage
279 * Fix: add-context without -c apply to all channels
280 * Fix: channels can be _enabled_ after tracing is started, but not created
281 * Fix filter parser segmentation fault with bison 3.0
282 * Fix: typo in error msg
283 * Fix: imprecise error message about root sessiond/tracing group
284 * Fix: don't skip chmod if tracing group is not found
285 * Tracepoint probes don't need extern C
286 * Fix: Snapshot should be taken asap in core handler script
287 * Fix: reset out_fd_offset when we rotate the trace file
288 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
289 * inet/inet6 sockets: apply timeout
290 * Implement timeout for connect ipv4/ipv6
291 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
292 * bash completion: add calls to _lttng_complete_sessions
293 * bash completion: Fix copy-paste typo
294 * Extras: Remove deprecated consumer commands in bash completion
295 * bash completion: Remove underscores in handler function names
296 * bash completion: Remove --event for add-context
297 * Update gitignore
298 * relayd: use version macros from build rather than scanf
299 * sessiond: use version major/minor from build for communication with relayd
300 * build: export major/minor/patchlevel numbers
301 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
302 * Test: enable kernel events after start
303 * Fix: kernel ctl error codes are based on errno
304 * Fix: format string mismatch
305 * test: test_periodical_metadata_flush shrink timer period, kill app
306 * Fix: format string type mismatch
307 * snapshot howto: update text
308 * Add snapshot howto
309
95f3c88c
MD
3102013-07-19 lttng-tools 2.3.0-rc2
311 * Add core-handler README to dist tarball
312 * extras: core-handler: simplify, allow usage from tracing group
313 * Cleanup: add missing dot
314 * Fix: documentation: create name and options
315 * Add core dump snapshot handler script
316 * Fix: sym name len (kernel)
317 * Fix: tests: provide channel name when a non-default channel exists: per-pid
318 * Fix: tests: provide channel name when a non-default channel exists
319 * Fix: data pending race
320 * Fix hang in make check snapshots/test_ust
321 * Cleanup: ust-consumer: wrong indentation
322 * Fix: print dots while waiting for data availability
323 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
324 * Fix: (slight UI change) refuse missing -c if non-default channel exists
325 * Fix: push metadata on stop for per-UID buffers
326 * README: update python documentation
327 * Manpage: other layout cleanups
328 * Manpage: cleanup layout of view
329 * Manpage: cleanup layout of version
330 * Manpage: cleanup layout of stop
331 * Manpage: cleanup layout of start
332 * Manpage: cleanup layout of snapshot
333 * Manpage: cleanup layout of set-session
334 * Manpage: cleanup layout of list
335 * Manpage: cleanup layout of disable-event
336 * Manpage: cleanup layout of disable-channel
337 * Manpage: cleanup layout of enable-event
338 * Manpage: cleanup layout of enable-channel
339 * Manpage: cleanup layout of destroy
340 * Manpage: cleanup layout of create
341 * Manpage: cleanup layout of calibrate
342 * Manpage: cleanup layout of add-context
343 * Documentation: create --snapshot in manpage
344
07ddb08c
MD
3452013-07-17 lttng-tools 2.3.0-rc1
346 * Fix: add missing snapshot header to dist tarball
347 * Documentation: fix thread quit pipe comment
348 * Test for presence of bison and flex when building from git
349 * Test UST snapshot with large metadata
350 * Add test application with large metadata
351 * Cleanup: remove redundant assignment
352 * Fix: use per-uid buffer registry for UID buffer snapshots
353 * cmd.c: fix typos in snapshot commands
354 * Test snapshot per-uid post-mortem
355 * Remove leftover fprintf
356 * Fix deadlock: don't take channel lock in timer
357 * Introduce channel timer lock
358 * document lttng_ustconsumer_request_metadata locking constraints
359 * consumer: remove unused lttng_ustconsumer_push_metadata
360 * Document metadata_socket_lock nesting
361 * lttng_ustconsumer_recv_metadata does not need all those locks
362 * document metadata_switch_timer() deadlock
363 * Fix: add missing metadata socket lock
364 * document metadata_switch_timer() locking constraints
365 * consumer: remove timeout for UST metadata
366 * Introduce pipe for UST metadata cache and stream
367 * consumer: replace DBG2() instances by DBG()
368 * Introduce utils_create_pipe_cloexec_nonblock()
369 * ust consumer: data_pending check is endpoint active
370 * Fix: kernel consumer: data_pending check if endpoint active
371 * consumer: explicitly set endpoint status to active at init
372 * document consumer_metadata_cache_flushed use of consumer_data.lock
373 * consumer: introduce channel lock
374 * Merge branch 'master' of git://git.lttng.org/lttng-tools
375 * Fix: update lttng snapshot help output
376 * Man: fix part of snapshot documentation
377 * Fix: set tracefile size test with PID buffers
378 * Fix: Babelstats fail to parse output with no process name or pid
379 * Missing NULL pointer init in tap.c
380 * Fix: Unchecked asprintf/vasprintf return values
381 * Add snapshots test to fast regression
382 * Fix: kernel data unit test
383 * Fix: snapshot returned valid LTTNG_ERR code
384 * Add the number of snapshot taken to the output path
385 * Fix: RCU read side lock unbalanced
386 * Fix: zeroed snapshot output at init
387 * Support del-output with an output name
388 * Update man page with snapshot command
389 * New UST default buffers is now per UID
390 * Bump UST ABI major version for 2.3 release
391 * Add snapshot mode to lttng list session
392 * Fix: support temporary snapshot max size and name
393 * Support snapshot max-size limitation
394 * Tests: per-UID UST snapshot
395 * Fix: snapshot support for UST and kernel in same session
396 * Implement lttng create --snapshot command
397 * Add create session snapshot API in lttng-sessiond
398 * Add snapshot output init call that uses URIs
399 * Fix: consumer err_sock cloexec
400 * Callsite: add "ip" context
401 * Fix: possible consumer sockets double close on cleanup
402 * Automatically load kvm-x86 and kvm-x86-mmu probes.
403 * Fix: consumer: use uint64_t for all sessiond_id
404 * Fix: add gpl and lgpl files to tarball
405 * Fix: don't install libtap system wide
406 * Fix: close consumer sockets in sessiond cleanup
407 * Fix: set globally visible flag to kernel stream
408 * Fix: lttng: memory leak in snapshot record command
409 * Fix: kernel-consumer: double-close
410 * Fix: consumer: incorrect size zmalloc
411 * Fix: don't try to send stream to relayd if not in streaming
412 * Fix: relayd refcount updates for stream
413 * Fix: don't send error to sessiond on orderly shutdown
414 * Fix: bad pathname used when sending kernel stream to relayd
415 * Fix: add globally visible flag in stream
416 * Fix: destroy metadata stream on setup metadata error path
417 * Fix: send kernel stream to relayd only if needed
418 * Fix: destroy streams for kernel snapshot sessions as well
419 * Fix: close and destroy metadata stream after a kernel snapshot
420 * Fix: print errno message on connect() error
421 * Fix: possible double-close on stream out_fd
422 * Fix: session ID signess to uin64_t in sessiond
423 * Tests: fix validation trace path in kernel snapshot
424 * Tests: Add UST snapshot local and streaming
425 * Add UST snapshot support
426 * Fix: consumer_add_relayd_socket() report errors to sessiond
427 * Fix: add missing enum lttcomm_return_code entries
428 * Fix: UST per-UID channels persist across application teardown
429 * Fix: kernel snapshot metadata handling and error paths
430 * Fix: coding style and debug statement
431 * Fix: put subbuffer back in kernel snapshot error path
432 * Fix: overflow in uri_to_str_url
433 * Fix: detect the correct version of LTTng-UST
434 * Fix: sessiond: use uint64_t for all session ids
435 * Tests: add kernel snapshot streaming to root regression
436 * Tests: remove debug output from test
437 * Tests: Add kernel snapshot streaming
438 * Fix: use snapshot consumer output for kernel
439 * Fix: periodical flush check trace before stop
440 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
441 * Fix UST channel/stream output assignation
442 * Fix: send per-pid session id in channel creation
443 * Fix: consumer double-close on error
444 * Update URCU detection to correctly check for a 0.7 version
445 * Fix: snapshot path
446 * Add utils function to format current time as a string
447 * Fix: set hidden attribute to utils_* calls
448 * Fix: consumer handling of metadata for relayd
449 * Add kernel snapshot support
450 * Support flight recorder mode for a session
451 * Implement snapshot commands in lttng-sessiond
452 * Add snapshot command to lttng UI
453 * Initial import of the snapshot ABI/API in lttng-ctl
454 * Use the consumer stream API in consumer_del_stream()
455 * Add consumer-stream.c/.h in libconsumer
456 * Move multiple URLs parsing fct from lttng-ctl to uri.c
457 * Add a lttng-ctl header to facilitate code separation
458
8991668e
DG
4592013-06-25 lttng-tools 2.2.0 (National Catfish Day)
460 * STABLE VERSION
461 * Fix: if relayd is unreachable, disable consumer for the session
462 * Fix: possible infinite loop in disable ust event
463 * Fix: don't enable a channel if a session was already started
464 * Fix: bad type for the relayd id
465 * Fix: add debug statement in kernel flush metadata
466 * Fix: destroy default created channel if add-context fails
467 * Fix: clarify tracefile size/count in lttng.1 man
468 * Fix: don't stop a session that was not previously started
469 * Fix: update lttng.1 man page
470 * Fix: bad protocol flow between sessiond and consumerd
471 * Fix: kernel memory leak in error path
472
92d019ba
DG
4732013-06-20 lttng-tools 2.2.0-rc3
474 * Multiple memory and fd leak fixes in sessiond and consumerd
475 * Test: stress test added to the repository but not in make check
476 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
477 * Implement health check for app registration dispatch
478 * Implement health check for app notification thread
479 * Revert "Improve channel listing output format"
480 * Fix: use lttng pipe to send new stream to thread
481 * Change consumer_metadata_pipe to be a lttng_pipe
482 * Change consumer_data_pipe to be a lttng_pipe
483 * Add wrappers for pipe
484 * Add --version command-line option to lttng.
485 * Add --with-lttng-ust-prefix config option.
486 * Fixes from coverity scan.
487 * Stability fixes
488 * RCU hash table are now destroyed in a seperate thread in sessiond
489
afeab175
DG
4902013-05-09 lttng-tools 2.2.0-rc2
491 * Fix: split UST per UID/PID default values
492 * Fix: don't start the relayd with a wrong --output dir
493 * Fix: Erroneous automatic session name when streaming
494 * Fix: wrong data port when listing session's URI
495 * Fix: don't create a channel on an enable channel
496 * Tests: Add missing test_utils_parse_size_suffix to unit tests
497 * Fix: print lttng strerror on enable event with filter
498 * Fix: change relayd protocol version to 2.2
499 * Fix: reset current size for tracefile rotation
500 * Fix: remove extra -I for python bindings
501 * lttng UI: round up trace file size to subbuf size if needed
502 * Fix lttng UI: fix arg parsing, round size to next power of two
503 * Fix: check errors in lttng command argument values
504 * Implement get_count_order in lttng utils
505 * lttng cli: Accept human readable sizes for --subbuf-size
506 * Unit tests: don't rebuild units under test
507 * Fix: consumerd metadata channel/cache/timer races
508 * Fix: consumerd channel destroy race
509 * Cleanup: document RCU read-side lock better
510 * consumer relayd interaction: fix segfaults
511 * Fix: change order of fd get to fix error path
512 * Fix: fd leak when creating UST metadata channel
513 * Fix: fd leak on error
514 * Fix consumerd fd leak
515 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
516 * rculfhash: check for callers from RCU read-side C.S.
517 * Fix: don't call hash table destroy under rcu read-side c.s.
518 * Documentation: import updated comments from urcu
519 * Fix: segfault in buffer_reg_channel_destroy()
520 * Fix: add missing goto error in UST consumer
521 * Fix: no need to use run_as_open in the relayd
522 * Fix: typo in enable-channel man and help
523 * Fix: add some missing hidden attribute
524 * Fix: per-uid buffers should only be flushed once on stop
525 * Cleanup: Use own mutex within timer setup/teardown
526 * Fix: channel management thread should hold a refcount
527 * Fix: move metadata cache setup before ownership passing
528 * Fix: consumer metadata switch timer error handling
529 * Fix: set ptr to NULL to suppress old gcc warnings
530 * Fix: linking order of libraries
531 * Fix: multiple type mismatch in debug statement
532 * Fix: remove mention of trace directory layout in quickstart doc
533 * Fix: remove unused path variables from session obj
534 * Fix: update lttng.1 man and enable-channel help with read timer size
535 * Fix: use channel per domain default values
536 * Fix: typos in the code base
537 * Fix: deny multiple event types with enable-event
538 * Fix: deny the same port for data and control URL
539 * Fix: reset consumer destination when changing URIs
540 * Fix: don't allow different control and data destination
541 * Fix: typos in error strings
542 * Improve channel listing output format
543 * Fix: enable-channel accepts mismatched option
544 * Fix: validate buffer type for UST channel creation
545
500c2393
DG
5462013-03-28 lttng-tools 2.2.0-rc1
547 * Add UST per UID buffers support
548 * UST metadata generation are created on the sessiond side
549 * Move LTTng-UST buffer ownership from application to consumer
550 * Add a UST registry of events and channel in the sessiond
551 * UST periodical metadata flush
552 * Refactor tests to use prove and tap
553 * Support for trace file rotation for the relayd and on disk
554 * Support per-context filtering
555 * Add channel wakeup fd to monitor close
556 * Deprecate enable/disable-consumer
557 * Multiple fixes and memory leak fix.
558
917f7685
DG
5592012-12-20 lttng-tools 2.1.0 (13th Baktun)
560 * STABLE VERSION 2.1.0-stable - "Basse Messe"
561 * Multiple minor fixes
562 * Multiple memory and fd leaks
563 * Fix: Off by one in seq num for data pending command
564 * Fix: flag metadata stream on quiescent control cmd
565 * Fix: prioritize control socket communication in relayd
566 * Fix: poll and epoll fd set reallocation
567 * Fix: add missing goto pending if data is inflight
568 * Fix: remove ua_sess->started assert on stop trace
569 * Set classes of traffic in high_throughput_limit
570 * Fix: use the poll wait ret value when iterating on fd(s)
571 * Fix: force the poll() return value to be nb_fd
572 * Fix: Wrong check of node when cleaning up ht
573 * Fix: set started flag of ust app after ustctl
574 * Fix: memory leak in add relayd socket error path
575 * Fix: add packed attribute to filter structure
576 * Fix: Add missing health code update for consumer command
577 * Add LTTNG_PACKED macro
578 * Fix data pending for inflight streaming
579 * Map session id of relayd and sessiond in consumer
580 * Add the relayd create session command
581 * Make the consumer sends a ACK after each command
582 * Remove MSG_WAITALL on every recvmsg() socket typ
583 * Fix: Add missing relayd ht cleanup and ht destroy
584 * Fix: Relayd and sessiond version check
585 * Fix: protect consumer_find_channel with rcu locking
586 * Fix: don't steal key when adding a metadata stream
587 * Consumer hold stream mutex for add stream
588
48459ee6
DG
5892012-12-03 lttng-tools 2.1.0-rc9
590 * Fix: set the stream ht static in consumer file
591 * Update sessiond man page with new env var
592 * Update lttng.1 man page
593 * Fix: enable-consumer for all domains missing dir
594 * Fix: Add missing fct prototypes when disabling UST
595 * Fix a typo in lttng-probe-module name
596 * Assign values to enum lttcomm_sessiond_command
597 * Fix: run health test only if root
598 * Clarify empty string/NULL filter errors
599 * Fix: add missing padding for UST filter
600
2ad3a9a0
DG
6012012-11-22 lttng-tools 2.1.0-rc8
602 * Fix: Uninit. variable in lttng view
603 * Add already enabled UST event error code
604 * lttng.h API update: set filter becomes enable event with filter
605 * Change the UST event hash table match function
606 * Pass lttng_event struct to the set_filter API call
607 * Adding context to an event is no longer possible
608 * Add UST overlap tests
609 * Add filter sequence number to UST
610 * Fix: Typo from a previous patch in an assert()
611 * Fix: Warn if session is running with lttng view
612 * Fix: Add bash requirement to README for make check
613 * Fix: add the notion of domain to lttng.1 man page
614 * Enable additional kernel probes
615 * Update CodingStyle
616 * Use the new functions for default subbuf sizes
617 * Add default subbuf sizes getter functions
618 * Add max() and min() macro in common
619
8802e4bd
DG
6202012-11-13 lttng-tools 2.1.0-rc7
621 * Fix: Add pointer check when freeing poll events
622 * Fix: FD leak on thread error
623 * Fix: Wrong fd used by kernel_wait_quiescent
624 * Support new lttng-ust error code
625 * Fix: Don't set filter if enable event fails
626 * Fix: Wrong data port when listing session
627 * Fix: Enable event after start command
628 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
629 * Add a timeout to UST application socket
630 * Fix: Consumerd error socket connect race
631 * Fix: Set CLOEXEC flag on every created sockets
632 * Remove consumer poll timeout in data thread
633 * Fix: RCU hash table seed
634 * Fix: Do not install health tests helper libraries
635 * Fix: Create default channel on add-context if none
636 * Support new liblttng-ust-ctl error code
637 * Fix: Add EPIPE error handling on buffer splice
638 * Fix: Channel creation error return code was not set
639 * Fix: Wrong poll events on UST application socket
640 * Fix: Remove dependency to urcu-cds in tools tests
641 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
642 * Fix: Don't append datetime to default session name
643 * Fix: Deny session creation name 'auto'
644 * Fix: Add space for stream name CPU number
645 * Fix: Add output option to enable-channel command
646
241aaca9
DG
6472012-11-02 lttng-tools 2.1.0-rc6
648 * Tests: Add filtering tests for uncovered cases
649 * Fix: Sync issue when deleting a data stream
650 * Rename data_available to data_pending
651 * Fix: consumer health state
652 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
653 * Fix: Bad return error code handling
654 * Fix: Use after free() of the rundir string
655 * Fix: Cleanup UST app session on ustctl create session error
656 * Fix: add missing pthread_join in sessiond
657 * Fix: free running directory string
658 * Fix: UST app clean list node usage
659 * Add liblttng-ctl destructor to cleanup memory
660 * Fix: Cleanup URIs on teardown
661 * Fix: relayd memleaks
662 * Fix: Memory leaks of allocated URIs
663 * Fix: consumer output memory leak on creation
664 * Fix: missing addrlen initialization before accept(2)
665 * Fix: relayd trace file padding memleak
666 * Fix: Remove useless consumer subdir string concatenation
667 * Fix: lttng create allocated path memleak
668 * Fix: Cppcheck memleakOnRealloc mistake
669 * Fix: Synchronization issue for data available command
670 * Fix: consumer relayd cleanup on disconnect
671 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
672 * Fix: Possible memory leaks when creating filter IR root node
673 * Fix: Delete stream on write error in consumer
674 * Fix: Error handling when sending relayd sockets to consumer
675 * Add stream lock comment for nesting
676 * Fix: Mutex and RCU lock nesting in consumer
677 * Fix: Uninitialized ret code
678 * Fix: Remove bad condition and fix overflow issue
679 * Fix: consumerd pthread error flow
680 * Fix: Set a single return point and mutex unlock
681 * Fix: Remove useless NULL and zero assignment
682 * Fix: segfault on create session with two URLs
683
d1980281
DG
6842012-10-22 lttng-tools 2.1.0-rc5
685 * Fix: Remove network stream ID ABI calls
686 * Tests: Add filtering tests
687 * Wait for data availability when stopping a session
688 * Relayd data available command support
689 * Lib lttng-ctl data available command support
690 * Consumer daemon data available command support
691 * Add data structure for the data available command
692 * Change the metadata hash table node
693 * Make stream hash tables global to the consumer
694 * Move add data stream to the data thread
695 * Rename consumer threads and spawn them in daemon
696 * Fix: relayd close stream command was not working
697 * Fix: Relayd and consumerd socket leaks
698 * Fix: Missing -ENODATA handling in the consumer
699 * Fix: Empty metadata buffer(s) on HUP|ERR
700 * ABI with support for compat 32/64 bits
701 * Fix: Stream allocation and insertion consistency
702 * Fix: output number of bytes written by relayd
703 * Add hash table argument to helper functions
704 * Fix: Add missing call rcu and read side lock
705 * Tests: Fix LD_PRELOAD library lookup path for health tests
706 * Fix: Add arbitrary wait period for kernel streaming test
707 * Fix coding style and add/change debug statements
708 * Fix: Build out of src tree
709 * Tests: Add health check tests to configure
710 * Tests: Add health check thread stall test
711 * Tests: Add health check thread exit test
712 * Tests: Add a health check utility program
713 * Add testpoints in lttng-sessiond for each threads
714 * New testpoint mechanism to instrument binaries for testing
715 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
716 * Fix: Metadata stream leak when received in consumer
717 * Fix: consumer_allocate_stream error handling
718 * Fix: consumer should await for initial streams
719 * Fix: Missing rcu read side lock in consumer
720
529f6ac2
DG
7212012-09-26 lttng-tools 2.1.0-rc4
722 * Fix: Change sempahore to pthread conditions
723 * Fix: relayd relay_send_version: handle sscanf return code
724 * Fix relayd: NULL ptr deref
725 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
726 * Tests: add print bytecode to filter grammar test
727 * Cleanup: assign values to bytecode opcodes
728 * Fix: Filter: Fix allocation length error
729 * Fix: Filter: add missing ast free
730 * Tests: Add high throughput with bandwidth limits test
731 * Fix: Returned code when listing kernel channel
732 * Tests: Rename helper functions to have consistent names
733 * Tests: Cleanup redundant code and use printing helper functions
734 * Tests: Add helper functions for printing status and banner
735 * Tests: Add a check for color support when printing status
736 * Fix: Lib lttng-ctl on error returns lttng code
737 * Fix: lttng_set_event_filter() was returning bad error code
738 * Fix: printing [no write] on lttng list -uf
739 * Fix: Disable event on filter error with lttng
740 * Fix: Wrong returned error code on UST enable event
741 * Add consumer commands to lttng.1 man page
742 * Add lttng_health_check(3) man page
743 * Fix: Remove LPOLLNVAL from consumer metadata revents
744 * Fix: Mismatch of field name between ust and tools
745 * Add the written value when listing fields
746 * Fix: Consumer return value check after mmap/splice
747 * Don't send the subbuffer padding for streaming
748 * Fix: Returned error code in consumer on read buffer
749
d3e6246f
DG
7502012-09-12 lttng-tools 2.1.0-rc3
751 * Fix: Relayd fix ret value when adding a connection
752 * Add new thread in consumer for metadata handling
753 * Fix: consumer recv command error path
754 * Fix filter: fix recent regressions
755 * Update lttng-ust-abi.h from upstream lttng-ust
756 * Fix: Accept bytecode of length 65536 bytes
757 * Fix: Generation of bytecode longer than 32768 bytes fails
758 * Fix: Filter bytecode alloc buffer size must be a power of 2
759 * Add lttng-ctl SWIG python bindings
760 * Add C++ support to API header files
761 * Librarify filter in liblttng-ctl and hide symbols
762 * Set hidden visibility for calls used in lttng-ctl
763 * Notify the user if a filter is already enabled
764 * Install lttng-error.h and include it in lttng.h
765 * Add lttng-error.h containing every API err. code
766 * Fix: missing hostname context
767
5556277c
DG
7682012-08-22 lttng-tools 2.1.0-rc2
769 * Fix: put back 2.0 output text for lttng create cmd
770 * Fix: remove set subdir call that uses bad ptr
771 * Filter: Handle the unary bitwise not operator (~) with an unsupported
772 * Fix: missing mutex unlock on register consumer err
773 * Remove underscore from ifndef of lttng.h
774 * Remove unused define in lttng.h
775 * Standardize lttng command line usage text
776 * Merge duplicate code in consumer for destroy relayd
777 * Merge duplicate code in consumer for add relayd
778 * Fix: Possible buffer overflows in strncat() usage
779 * Move code out of main.c and fix some issues
780
68264071
DG
7812012-08-17 lttng-tools 2.1.0-rc1
782 * Feature: Network Streaming
783 * Add the lttng-relayd binary for network streaming
784 * Support user space tracer filtering
785 * Multiple fixes
786
e371dbd9
DG
7872012-04-19 lttng-tools 2.0.1
788 * Fix: test script for kernel module validation
789 * Fix: report error to client on consumerd error
790 * Fix: add missing ht_destroy at consumer teardown
791 * Fix: consumer fd recv thread should write into non-blocking pipe
792 * Fix: work-around glibc __nptl_setxid vs clone hang
793 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
794 * Fix consumer lttng_consumer_poll_socket poll revents check bug
795 * Fix: increase consumer open files limit
796 * Update README: document dep on modprobe for kernel tracing
797 * Fix: wait for sessiond to stop in tests
798 * Fix: remove unused return variable
799 * Don't report back error on syscalls fail for -a -k
800 * Fix: destroy context hash table being NULL
801 * Fix: make lttng expand path for trace output opt
802 * Fix: return value signedness
803 * Fix: man page environment variable name error
804 * Fix: check return value on getenv USER
805
0e4cbe7e
DG
8062012-03-20 lttng-tools 2.0.0
807 * Fist STABLE version
808 * Add version name: Annedd'ale
809
c6d4a597
DG
8102012-03-20 lttng-tools 2.0.0-rc4
811 * Fix: add small detail to enable-channel man page
812 * Fix: warned of arbitrary time for ust-nprocesses test
813 * Fix. add limitation to man page
814 * Fix: minor changes to lttng.1
815 * Fix: add exit values to lttng.1 man page
816 * Fix: add delay before validating apps in test nproc
817 * Fix: error handling in lttng enable-event
818 * Fix: document structure init. to 0 in lttng.h
819 * Fix: uninitialized variable
820 * Keep track of FD used for UST applications (v2)
821 * Fix: lttng view, error message and exit code
822 * Small fixes to lttng man pages (v2)
823 * Fix: handle EINTR for sendmsg syscall
824 * Fix: lttng UI exit value and error message
825 * Fix: session lock use after free
826 * Fix kernel_list_events memleaks
827 * Fix debug message use uninitialized variable
828 * Fix: trace_ust_destroy_metadata should check for NULL pointer
829 * Fix: various memleaks
830 * Fix: hash table allocation out of order on error
831 * fix: lttng_ht_destroy memleak
832
b495b935
DG
8332012-03-16 lttng-tools 2.0.0-rc3
834 * Fix: missing headers for make dist
835 * Fix: install lttng-consumerd in lib/lttng/libexec/
836 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
837 * Fix: consumer CPU hotplug support
838 * Fix: double PID registration race
839 * Make libcompat independent not to confuse automake
840 * Clarify the license of lttng-ust-abi.h
841 * Fix: License header
842 * Fix: wrong return value on consumer socket creation
843 * Fix: test for UST invalid channel parameters at channel creation
844 * Fix: recvmsg should handle EINTR
845 * Fix: error.h non-static variables for liblttng-ctl
846 * Fix: missing _GNU_SOURCE define
847 * Fix: improve need root for kernel tracing error message
848 * Fix: start/stop lttng message error
849
fc0c6bfb
MD
8502012-03-02 lttng-tools 2.0.0-rc2
851 * Fix: meaningful error message
852 * Fix: UST consumer need to iterate on streams, just change their key
853 * Fix: add missing rcu read lock across RCU HT iteration
854 * Fix: kernel session closes fd 0 after create
855 * Fix: sendmsg EPIPE should be quiet by default (expected)
856 * Fix: thread_registration_apps should set its local sock to -1 when passing it
857 * Fix: clock -> sock typo
858 * Fix: consumer race: should allow reuse of FD key
859 * Fix: Use PERROR all across lttng-tools, never make it quiet
860 * Fix: test all close return values in sessiond
861 * Fix: All perror turned into PERROR to show file and line number
862 * Fix: large audit of close() use in sessiond main.c
863 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
864 * Fix: incorrect close of fd 0 for syscall kernel event destroy
865 * Fix: sessiond has incorrect missing 0 value in FD check
866 * Fix: sessiond app listening: use posix-compliant poll flags
867 * Fix: consumer printf type should match ssize_t (%zd)
868 * Fix: make ust consumer posix compliant for poll flags
869 * Fix security permission on lttng run directory
870 * Fix: Display right loglevel_type in error message
871 * Fix documentation in lttng.h
872 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
873 * Fix: restart consumerd and sessiond when interrupted in poll()
874 * Fix: handling bad channel when sending to consumer
875 * Fix useless variable
876 * Fix add-context returned error
877 * fix: add missing break in command handling
878 * fix: command handling: do not check domain for commands not requiring domain
879 * fix: if tracing group does not exist, do not report a client error
880 * Fix: run_as error handling
881 * Fix usage note on -a
882 * Revert FreeBSD compatibility layer
883 * Fix: documented number of subbuffers is incorrect
884 * Document that num-subbuf and subbuf-size need to be power of 2
885 * Merge branch 'master' of git://git.lttng.org/lttng-tools
886
edad7953
DG
8872012-02-20 lttng-tools 2.0.0-rc1
888 * Fix lttcomm_close_unix_sock to actually close the socket
889 * lttng-sessiond: Set group permissions explicitly
890
68c1b383
DG
8912012-02-16 lttng-tools 2.0-pre23
892 * configure.ac: Fix consumerd64-libdir typo
893 * Fix existing session daemon check
894 * Fix missing session locks
895 * Fix return value on ust app session create
896 * Fix double start/stop trace
897 * Fix ust app session started state on start trace
898 * modprobe statedump, signal and timer lttng module
899 * Fix hyphens in man pages
900
76ab874e
DG
9012012-02-14 lttng-tools 2.0-pre22
902 * Add the bash-completion file to the dist tarball
903 * Add the LICENSE file too
904 * Package used for the Ubuntu LTS (feature freeze)
905
83aac6e3
DG
9062012-02-13 lttng-tools 2.0-pre21
907 * Fix licensing for hashtable/utils.c
908 * Print loglevel value in list -u
909 * Remove "<all> from MSG() when no loglevel is selected
910 * Initial import of man lttng.1 and lttng-sessiond.8
911 * Fix memory leak master
912
09e765bf 9132012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
914 * New lttng view command
915 * Multiple loglevel fixes
916 * Fix list command
917 * Fix session syscall listing
918 * Multiple fixes across the code base
919
87db5b86
DG
9202012-02-02 lttng-tools 2.0-pre19
921 * Update lttng ust ABI/API copy
922 * Implement UST calibrate and change default
923 * Add MSG_WAITALL to recvmsg of sessiond-comm
924 * Check kernel version for tests
925 * Add a '--list-options' option to each command.
926 * First import of extras/ with lttng bash completion
927 * Remove default defines from lttng.h
928 * Fix lttng sessiond spawn wait race
929 * Add CMD_WARNING error code
930 * Fix context mapping for UST and kernel
931 * Add kernel work-around for boot_id
932 * Rewrites lttng-ctl's set_session_daemon_path
933 * Fix memory lean in all lttng cli commands
934 * Update loglevel ABI
935 * Add padding to all ABIs for future development.
936 * Improve error handling of lttng cli
937 * Multiple fixes across the code base (nothing critical)
938
3edea7d5
DG
9392012-01-23 lttng-tools 2.0-pre18
940 * Complete change of the source directory tree
941 * Move compat to common and create an internal lib
942 * Rename lttngerr.h to error.h
943 * Add kernel module version validation
944 * Add UST version validation
945 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
946 * Fix off-by-one and double list size instead of steady increment
947
734f79bf
DG
9482012-01-19 lttng-tools 2.0-pre17
949 * Add and support the new hash table library
950 * Add lttng hash table support to liblttng-consumer
951 * RCU support for consumer's hash tables
952 * UST consumer close shm fd after mapping it
953 * Remove CLONE_VM flag for runas making gdb debugging impossible
954 * Make MSG() print on stdout instead of stderr
955 * Don't init kernel tracer if not root (UID=0)
956 * Multiple fixes found when reaching max. number of open files
957 * Add some UST tests
958 * Multiple segfaults and assert error fixed
959
032b4c39
DG
9602011-12-23 lttng-tools 2.0-pre16
961 * Per-user lttng-sessiond now fully functionnal
962 * Fix nested double usage of hashtable iterators
963 * Support creds passing between lttng and sessiond
964 * Rename sessiond internal "uid" fields to "id"
965 * Create all trace directories and files with client user credentials
966 * Create output directory at session creation command
967 * Only allow the user or group owning the session (or root) to control a session
968 * Add disable kernel tracing option to sessiond
969
31ff12ff
DG
9702011-12-13 lttng-tools 2.0-pre15
971 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
972 * UST consumer 32/64 bit support
973 * Multiple bug fixes
974 * Multiple segfault, race and double lock fixes
975 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
976 * UST loglevel support
977 * ABIs now support 256 char event names
978 * Dependency on libpopt >= 1.13
979 * Dependency on URCU >= 0.6.7
980 * Rename kernel-ctl.c/.h to kernel.c/.h
981 * Change malloc to zmalloc in lttng-sessiond code
982 * RCU hashtable support for all UST data structure
983 * New libconsumer for UST, kernel and one generic
984 * Change "--all" option from lttng command line
985 * Remove function entry option to discourage its use
986
ab7f4103
MD
9872011-09-30 lttng-tools 2.0-pre14
988 * Syscall tracing support
989 * Multiple bug fixes (nothing critical)
990 * Add userspace RCU hash table to tree for dev
991 * Update UST ABI
992 * Fix epoll that did not handle EINTR
993 * Liburcu >= 0.6.5 is needed from this release
994 * Enabling all events also enable syscall tracing
995 * Debug messages are now on stderr
996 * Add basic data structure for UST support but not ready yet.
997
775182fa
DG
9982011-08-25 lttng-tools 2.0-pre13
999 * Memory leaks fixes and double lock list
1000 * Add UST registration with sychronisation
1001 * Use poll/epoll compatibility layer for the sessiond
1002 * Major code cleanup of ltt-sessiond/main.c
1003 * Increase listen() connexion limit
1004 * Fix bad enable-channel command
1005 * Rename trace.c/.h to trace-kernel
1006 * Multiple fixes on the poll management with the new epoll API
1007
d6fa0093
DG
10082011-08-25 lttng-tools 2.0-pre12
1009 * Multiple fixes
1010 * Fix kconsumerd handling custom channel output
1011 * Add lttng_register_consumer to register a custom consumer
1012 * Add multiples tests of the session daemon
1013 * Default kernel channel size/number changed
1014 * Support for UST application registration
1015 * Import LTTng UST 2.0 ABI
1016 * Send data to kconsumerd before tracing start
1017 * Export API of lib kernel consumer (liblttngkconsumerd)
1018
3df9eaf3
DG
10192011-08-12 lttng-tools 2.0-pre11
1020 * New lttng API using the lttng_handle
1021 * Multiple fixes of kernel consumer
1022 * Register the consuming function and add a library context
1023 * Kernel consumer fix mmap/munmap
1024 * lttng-sessiond-comm header has been privatize
1025 * Kernel traces are written in the kernel/ directory
1026 * Add underscore to enable-channel command options
1027
f88b0a98
DG
10282011-07-29 lttng-tools 2.0-pre6
1029 * Fix enable multiple events
1030 * Add function entry feature
1031
10322011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
1033 * Fix Add context command
1034 * Fix auto session path creation
1035 * Fix bad strncmp at channel creation
1036
5e96e15d
DG
10372011-07-23 lttng-tools 2.0-pre4
1038 * Fix kprobe attributes
1039 * Fix channel creation when not found at event enable
1040 * Add safe list iteration
1041 * Add two tests into the git tree
1042 * Kernel consumer can be put in debug mode with -vv
1043 * Trace path is now created on the client side
1044
00df03c6
DG
10452011-07-23 lttng-tools 2.0-pre3
1046 * Fix perf hw cache counter config values
1047
de235b67
DG
10482011-07-22 lttng-tools 2.0-pre2
1049 * Multiple fixes
1050 * New add-context options for perf counter and context
1051 * Using the install bin path from autotool for execl() call
1052 * Update quickstart guide
1053
223be86b
DG
10542011-07-20 lttng-tools 2.0-pre1
1055 * First prerelease of lttng-tools.
1056 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.068731 seconds and 4 git commands to generate.