Documentation: fix manpage typo
[lttng-ust.git] / ChangeLog
CommitLineData
d85a1d41
MD
12016-03-09 lttng-ust 2.7.2
2 * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
3 * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
4 * Fix: Ensure the Java JUL messages are correctly formatted
5 * Fix: double-free on error sending fields
6
f89c1a3c
MD
72015-11-26 lttng-ust 2.7.1
8 * Fix: header size larger than 256 bytes
9 * Remove stale tests/java-jul test
10 * Fix: live timer calculation error
11 * Fix python agent build/install/uninstall with DESTDIR specified
12 * Fix: Don't (re)define STAP_PROBEV
13
25862e90
MD
142015-09-24 lttng-ust 2.7.0
15 * Fix: don't dereference NULL pointers
16 * Cleanup: Remove unused values
17 * Fix: Value stored to 'has_waited' is never read
18 * Fix: Argument with 'nonnull' attribute passed null
19 * Cleanup: Unnecessary bit shift
20 * Fix: sysconf() unchecked return value
21 * doc: add Python example
22 * Fix: Python agent: do not register twice to same port
23
dda59359
MD
242015-09-09 lttng-ust 2.7.0-rc2
25 * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
26 * Cleanup: more descriptive error message
27 * Fix: add missing ust lock around objd_table_destroy()
28 * Fix: application exit race with pthread cancel
29 * Cleanup: configure layout for python agent detection
30 * Build: python agent: use setup.py over autoconf
31 * Build: add python interpreter used by python agent if built
32 * Doc: basic lttng ust python agent documentation
33 * Build: use AM_PATH_PYTHON to resolve python when building agent
34 * Build: only check if python exists in path
35 * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
36 * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
37 * Fix: Java agent: update ref count in enabledLoggers
38 * Rename Python agent tracepoint to "event"
39 * Fix: remove generated file from git tree
40
36745ac7
MD
412015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
42 * Fix: Use $enableval with AC_ARG_ENABLE
43 * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
44 * Fix: handle sys_futex EINTR and EWOULDBLOCK
45 * Fix: update liburcu URL
46 * .gitignore: ignore Python agent generated files
47 * Add ctf_sequence_hex() macro
48 * Fix: set soinfo_data's vdso flag correctly in base address statedump
49 * Fix: running java examples out of tree
50 * Fix: java class check when uudecode is not present
51 * Cleanup: remove extra whitespace in configure output
52 * Default to no unaligned access on unsupported archs
53 * cleanup: Coding style fixes to the Java agent
54 * cleanup: Mark obsolete JUL agent as @Deprecated
55 * Fix compilation warnings in the Java agent
56 * Fix: out of tree build of java agents
57 * Fix: Use env CLASSPATH when building log4j example
58 * Fix: build log4j example when enabled
59 * Bump tracer version to 2.7.0-pre
60 * Fix: perform volatile load of tracepoint state
61 * Add demo-tracelog to gitignore file
62 * Add aarch64 support to configure
63 * Implement cpu_id context for filtering
64 * ust cyg-profile: use same class for entry and exit
65 * Fix: function instrumentation ip context
66 * Fix: liblttng-ust-dl ip context
67 * Remove caller field from malloc events
68 * Fix: pthread wrapper ip context
69 * Fix: lttng-ust-malloc ip context
70 * Allow TP_IP_PARAM arg name to be configured
71 * tracelog: use same class for all loglevels
72 * fix tracelog namespacing of loglevels
73 * Add tracelog documentation to lttng-ust(3)
74 * Implement demo-tracelog example
75 * Implement tracelog API
76 * Fix: fetch caller address from tracef()
77 * Rename helper providers and events for consistency
78 * Refactor state dump system
79 * Refactor Python agent
80 * Fix: building probe providers with C++ compiler
81 * Fix: use lttng_secure_getenv to handle env. vars. involving paths
82 * Fix: Don't wait during registration if clock_gettime() fails
83 * Fix: getcpu/clock plugin handle leak
84 * Fix: add missing new ldl dependency for liblttng-ust-ctl
85 * Fix: add missing getenv wrapper
86 * Fix: add missing lttng-clock.c
87 * Fix: add missing ust-clock.h
88 * clock plugin example: use shift and mul
89 * Implement getcpu override
90 * Implement clock override plugin support
91 * Add tracepoint_enabled() macro
92 * Move file creation/unlink from liblttng-ust-ctl to consumerd
93 * Implement file-backed ring buffer
94 * Fix: oot build: missing top_builddir include
95 * Fix: Mismatching code and console output in log4j example
96 * Update manpage about LTTNG_UST_DEBUG effect
97 * Don't output to stderr from lib unless DEBUG is activated
98 * Remove usterr.h, use usterr-signal-safe.h everywhere instead
99 * Fix: out-of-tree build: wrong file path for sed input
100 * Fix: make dist: python agent file handling
101 * Fix: java-agent: out-of-tree path to java manifest
102 * Add return address to liblttng-ust-libc-wrapper
103 * Fix: missing parenthesis in offset_align_floor
104 * Fix: add ustctl_has_perf_counters
105 * Fix: add urcu-bp TLS fixup
106 * Fix: add missing poll.h include
107 * Fix: get_subbuf: bound number of consumerd retry
108 * Fix: man: you can't link a lib with a static lib
109 * Fix: context alignment not properly handled
110 * Fix: Shorthand option -cp not supported in all version of Java
111 * Fix: allow tracepoints to build with --std=c99
112 * Bump UST ABI for new release cycle
113 * Cleanup: remove "disabled" flag for new release cycle
114 * Fix: filter attach vs event enable race
115 * Fix: add a configure check for weak symbols support
116 * Fix coverity warning about sizeof(void **) != sizeof(void *)
117 * Fix: off-by-one in sequence filter comparator
118 * Fix: Java Agent JAR file symlink should be created after objects install
119 * Fix: Add versioning to liblttng-ust-agent JAR
120 * Fix: Warn when log4j version is too old
121 * Update Java agent documentation
122 * Fix: Try loading classes using the thread context class loader
123 * Add Python agent support
124 * Update version name
125
837fc266
MD
1262014-10-20 lttng-ust 2.6.0-rc1
127 * Add missing file to gitignore
128 * Fix: preserve example files' timestamps when copying
129 * Fix: Abort loading log4j agent classes when detected log4j version is too old
130 * Cleanup: Remove the no longer needed liblttng-ust-jul folder
131 * Fix: Wrong CLASSPATH when building liblttng-ust-java oot
132 * Fix: Wrong CLASSPATH when building liblttng-ust-java-agent oot
133 * Rename public structure to avoid collisions
134 * Refactor liblttng-ust-jul in liblttng-ust-agent
135 * Build the liblttng-ust-java library using the new M4 macros
136 * Add M4 macros helpers to build Java programs
137 * Modernize README using Markdown
138 * Documentation: clarify event name in lttng-ust.3
139 * Add cscope to gitignore
140 * configure.ac: fix "missing jni.h" error message
141 * Fix: remove references to trace_printf()
142 * Change JUL agent to use the new ABI
143
ce59a997
MD
1442014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0
145 * Mutex while updating statedump_pending is not needed
146 * Revert "Turn base address dump into experimental feature"
147 * Fix: document ust_fork_mutex nesting
148 * Bugfix for #745 deadlock with baddr statedump+fork
149 * Move enablers syncing after the channel registration
150 * Add lttng_ust_notrace to static inline functions
151 * lttng ust: support ppc64le within configure
152
f08370eb
MD
1532014-06-27 lttng-ust 2.5.0-rc2
154 * Fix: lttng-ust-jul: set thread in daemon mode
155 * JUL: use root logger to capture events
156 * Fix: Wrong configure check for UST perf event counters context support
157 * Fix: multiple providers in same C file failure
158 * Fix: header inclusion guard typo in lttng-ust-tracef-provider.h
159 * Fix: 2.5.0-rc1 changelog has off-by-one date
160
40fc5322 1612014-05-28 (International Hamburger Day) lttng-ust 2.5.0-rc1
c2d275b8
MD
162 * Fix: out of tree build for lib Java and JUL
163 * Fix: default loglevel is DEBUG
164 * Fix: refuse overwrite mode buffers with less than two subbuffers
165 * Fix: tracef.h: add missing c++ guard
166 * Fix: remove JUL loglevel filtering from the agent
167 * Fix: cleanup JUL agent state on sessiond disconnect
168 * Fix: Move generated headers to the BUILT_SOURCES target
169 * Fix: perf ust: check close return value
170 * Cleanup: work-around missing inet.h struct mmsghdr fwd declaration
171 * Implement LTTng-UST perf counters support on x86
172 * Fix linking failure when cross-compiling
173 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
174 * Fix: pass proper args when writing commit counter
175 * Fix: pad strings that are modified concurrently with tracing
176 * Fix: Use $AM_CC when it is defined instead of gcc in demo-tracef
177 * Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
178 * Fix: .split() the CC environment variable in lttng-gen-tp
179 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
180 * Fix: python invocation through env
181 * Change default loglevel to TRACE_DEBUG_LINE
182 * Fix: Override AM_PATH_PYTHON's default action-if-not-found
183 * Fix: don't accept configure --disable-shared
184 * Fix: configure.ac: add missing result to alignment req. check
185 * Fix: malloc wrapper: infinite recursion with compat TLS
186 * Fix: lttng-ust needs -ldl for tracef()
187 * Fix: typo in lttng-ust.3
188 * Fix: liblttng-ust-libc-wrapper recursive use of calloc
189 * Fix: add demo-tracef to dist tarball
190 * Fix: add missing header files for tracef
191 * Implement tracef() instrumentation API
192 * Add 'unused' attribute to tracepoint callback
193 * Use autoconf AM_MAINTAINER_MODE
194 * Fix: mismatch between code and comments
195 * Fix: incorrect urcu git URL in README
196
5ba5bf7f
MD
1972014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
198 * Fix: JUL test: update to API change
199 * Fix: Cast from pointer to different integer size warning
200 * Turn base address dump into experimental feature
201 * Fix: JUL support multiple loglevels
202 * Fix: Skip lttng-gen-tp example build if Python is missing
203 * Fix: dynamically fetch the session daemon port
204 * Fix: JUL agent connect to user and root sessiond
205 * Fix: handle registration done command
206 * Fix: Unsynchronized access in LTTngTCPSessiondClient
207 * Cleanup: fix comment
208 * Fix: Dump executable base-address with readlink
209 * Fix: add assert for NULL dereference
210 * Fix: tracepoint out of memory handling
211 * Fix: dereference before null check
212 * Cleanup: remove logically dead code
213 * Fix: handle sysconf errors
214 * Fix: java-jul/Makefile should not be marked as a binary
215
d06136ec
MD
2162014-02-14 lttng-ust 2.4.0-rc4
217 * Cleanup: remove extra space in dlerror wrapper
218 * Fix: work-around glibc lying about dlsym()/dlerror() leafness
219 * Cleanup: add lttng_ust_malloc_wrapper_init prototype to header
220 * Fix: malloc libc instrumentation wrapper
221 * Fix: add LTTngEvent class to fix delayed logger
222 * Fix: FD leak in liblttng-ust-ctl
223 * Fix: liblttng-ust-dl Makefile flags mismatch
224 * Fix: liblttng-ust-fork Makefile flags mismatch
225 * Fix: out of tree examples build
226 * Fix: C++: incomplete extern C guard transition
227
35d2bbde
MD
2282014-01-29 lttng-ust 2.4.0-rc3
229 * Fix: add missing JUL loglevel handling
230 * Cleanup gen-tp: add quotes around AM_CC
231 * Pass the CC variable to the example Makefiles
232 * cleanup ust_baddr and ust_baddr_statedump doc
233 * baddr: add ust_baddr and ust_baddr_statedump doc
234 * Fix: baddr_statedump tracepoint registration
235 * Fix: baddr out of tree build
236
d516ed24
MD
2372013-12-10 lttng-ust 2.4.0-rc2
238 * Fix: baddr_statedump tracepoint registration
239 * Fix: baddr deadlocks and RCU races
240 * Fix: lock exit mutex when creating threads
241 * Fix: baddr deadlock with lttng-ust destructor
242 * baddr: include missing header
243 * baddr: get session under lock
244 * Fix: take the ust lock around session iteration in statedump
245 * Fix: baddr_statedump deadlock with JUL tracing
246 * Fix: client_packet_header() uses wrong packet
247 * Cleanup: fix typo in ring buffer backend comment
248 * Compile liblttng-ust-baddr c files into liblttng-ust
249 * Allow suppressing of base-address-state tracing
250 * Integrate base-address statedump into lttng-ust
251 * Fix: eliminate timestamp overlap between packets
252 * Fix: lttng-gen-tp to build out of tree
253 * Fix: compile doc/ after JUL/Java
254 * JUL: add Hello.java in doc/examples
255 * Fix lttng-ust(3) manpage
256 * JUL: fix enable all event for delayed Logger
257 * Fix: typo in JNICALL for the JUL tracepoint
258 * Fix: move va_end to outermost label
259 * Fix: add missing NULL check after allocation
260 * Fix cleanup: all spaces before flags
261 * fix: lttng-gen-tp: add missing spaces around flags
262
48de55ad
MD
2632013-11-15 lttng-ust 2.4.0-rc1
264 * doc/examples: error out when a subdir make fails
265 * JUL: fix out of tree build
266 * Java/jul: fix make dist
267 * JUL: install documentation and jar file
268 * Add missing copyrights to test scripts
269 * Escape minus signs in lttng-ust-cyg-profile manpage
270 * Fix spelling mistake in lttng-ust manpage
271 * Fix tests/benchmark
272 * Implement base-address-state tracing
273 * Base-address tracing for dlopen and dlclose
274 * Add a check against excluders
275 * Add handler for LTTNG_UST_EXCLUSION in UST ABI
276 * Store exclusions to enablers
277 * Add excluders to enabler structure
278 * Send exclusion data through ustcomm
279 * Define exclusion structure for UST ABI
280 * Define a new command LTTNG_UST_EXCLUSION
281 * Fix: package of LTTngUst.h was renamed without renaming target in makefile
282 * Fix: check for java .class in package subfolders
283 * Fix: java library to use user define JDK at compile time
284 * Add liblttng-ust-jul for JUL support
285 * Fix: application SIGBUS when starting in parallel with sessiond
286 * Fix: Minor corrections to the lttng-ust man page
287 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
288 * Warning cleanup: add missing padding initializer
289 * Fix: socket connect hang on heavy loads
290 * Cleanup: fix typo
291 * Fix: ust-comm recvmsg should handle partial receive
292 * gcc warning fix: -Wextra
293 * Add usage reference count for tracepoints
294 * tracepoint.c: Move add_callsite/remove_callsite further down in file
295 * Store the callsites into the library callsite list
296 * Fix linking warning
297 * Per-stream ioctl to get the current timestamp
298 * LTTng ringbuffer ABI calls for index generation
299 * Specialize lttng_ust_lib_ring_buffer_client_cb
300 * Add tracing instrumentation for pthread mutex lock functions
301
9f00ce32
MD
3022013-09-03 lttng-ust 2.3.0
303 * No change
304
07d2f704
MD
3052013-08-30 lttng-ust 2.3.0-rc2
306 * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
307 * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
308 * Fix: doc/examples cross-build
309 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
310 * Introduce configure --with-lttng-system-rundir
311 * examples: tracepoint probes don't need extern C
312 * Tracepoint probes don't need extern C
313 * Add trace support for memalign and posix_memalign
314 * malloc instrumentation: remove dependency on pthread
315 * Add trace support for calloc and realloc.
316 * Fix: allow make check to run in VPATH build
317 * Update .gitignore
318 * Update obsolete benchmark test
319 * Cleanup tests (2nd commit)
320 * Cleanup tests
321 * Fix: doc/examples VPATH build
322
0ff43c44
MD
3232013-07-17 lttng-ust 2.3.0-rc1
324 * Fix: Unchecked asprintf/vasprintf return values
325 * Missing NULL pointer init in tap.c
326 * Disable doc/examples build
327 * Add python3 support to lttng-gen-tp
328 * Bump ABI major to 5
329 * callsite: add "ip" context
330 * Allow environment variable LTTNG_HOME to override HOME
331 * Fix: libs order in Makefile
332 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
333 * Introduce ustctl_write_one_packet_to_channel
334 * build: Fix out-of-tree build
335 * Fix: SWITCH_FLUSH new sub-buffer checks
336 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
337 * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
338 * Fix: doc/examples: gen-tp path
339 * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
340 * Fix: handle writes of length 0
341 * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
342 * Fix: lttng-events VPATH build
343 * Allow #include in template (.tp) file
344 * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp
345 * doc/examples: build gen-tp example by default
346 * doc/examples: support BSD make
347 * Tracepoint.h: replace assertion by fprintf and abort()
348 * Remove unused assert.h from bitfield.h
349 * Clarify probe registration documentation/errors
350 * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test
351 * Add mising include in ust.h
352 * lttng-gen-tp: Fix include guard name with file using non valid characters
353 * Fix: segfault when print invalid command
354 * Fix: Add --no-as-needed to the demo example's Makefile
355 * zmalloc: attribute always_inline
356 * Fix: liblttng-ust process startup hang when sessiond is stopped
357 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
358 * Allow tracepoint providers to be compiled with g++
359 * Add parameter -f to rm in Makefile clean target
360 * Fix: missing dependency for liblttng-ust-tracepoint.so
361 * Remove 0.x TODO
362 * Add warning about default prefix and library paths to README
363 * Revert "Revert "Fix (another) linker library order""
364 * Revert "Revert "Fix linker library order""
365 * snprintf: play nice with static checker
366 * tracepoint.c: Add coverity alloc/free annotations
367 * Fix: "fields" leak on register
368 * Fix: memory leak for events without fields
369 * Fix: memory leak on connection reset
370 * Revert "Fix linker library order"
371 * Revert "Fix (another) linker library order"
372 * Fix: incorrect support for multi-context
373 * Fix (another) linker library order
374 * Fix typo in run script
375 * Fix linker library order
376 * Fix examples: add missing CPPFLAGS
377 * example Makefiles: standardize on $^ for linking
378 * Fix demo example Makefile
379 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
380
9ac8c212
MD
3812013-05-09 lttng-ust 2.2.0-rc2
382 * manpage: Document probe provider compatibility
383 * Fix: add provider ABI compatibility check
384 * Cleanup: ignore mktemp return value
385 * Cleanup: documentation: argument vs field
386 * Documentation: document undefined behavior for NULL pointers
387 * Cleanup: silence cppcheck error
388 * Fix: add internal mutex for timer
389 * 32-bit warning fix for cyg profile fast
390 * Fix warnings for 32-bit in lttng-ust-cyg-profile
391 * Typo fix in README
392 * Fix: tracepoint.h incorrect assumption about constructor order
393 * Cleanup: comment mismatch with code
394 * Fix: ABI breakage between 2.1 and 2.2-rc1
395 * Documentation: document that sequence len field is unsigned
396 * connect: don't report EACCES
397 * connect: don't print error on EPERM
398 * Bump liblttng-ust-ctl lib version major number
399 * Optimisation: implement callsite hash table in tracepoint.c
400 * Optimisation: only update added library in tracepoint.c
401 * Optimisation: only fix pending events once per lazy update
402
9c915ee8
MD
4032013-03-28 lttng-ust 2.2.0-rc1
404 * Fix: tracepoint instrumentation constructor order issue
405 * Documentation: update 2.0 to 2.x
406 * Add demo test back as an example
407 * Don't rely on explicit context for filtering
408 * Implement per-context filtering
409 * Fix: filter string comparison should check for literal
410 * update tests/demo readme file
411 * Add man page for lttng-ust-cyg-profile
412 * Fix: filter string wildcard comparison
413 * Fix: Remove test runner script
414 * Fix: forwarding of call_site argument to field
415 * Add demo README
416 * Tests: Use Perl prove as the testsuite runner
417 * Remove tests depending on consumerd
418 * Convert hello.cxx test to a build test
419 * Clean-up of configure.ac and tests/Makefile.am
420 * Fix snprintf test and output result to TAP format
421 * Replace same_line_marker test with same_line_tracepoint
422 * Remove tests-libustinstr-malloc
423 * Remove exit-fast test
424 * Remove fork test
425 * Remove daemon test
426 * Remove demo test
427 * Remove outdated test-nevents test
428 * Remove outdated simple_include test
429 * Remove outdated register_test test
430 * Convert hello-static-lib test to a build test
431 * Convert hello test to a build test only
432 * Remove outdated libustctl_function_tests test
433 * Remove outdated test hello2
434 * Remove outdated dlopen test
435 * Remove outdated test basic long
436 * Remove outdated test basic
437 * cyg_profile: implement fast and verbose .so
438 * Performance: add unlikely to tracepoint dynamic linking test
439 * Fix: _LGPL_SOURCE rcu dereference fix
440 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
441 * Minor fix: libc wrapper internal run script
442 * Fix: ustctl_recv_register_event pointer mixup
443 * Fix: allow enabling same events for two channels
444 * Add channel ID field to attr
445 * Remove useless else clause
446 * tracepoint: move "probe" test outside of loop
447 * Fix uninitialized has_loglevel variable
448 * Fix clang warnings
449 * Cleanup: work-around clang unused result warning
450 * Cleanup compile warning
451 * Cleanup: remove unused variables
452 * tracepoint: Don't add NULL probes
453 * Remove mention of locking issues associated with dlopen usage
454 * Implement read timer (for RT)
455 * Only flush when there are readers active
456 * Add mutex for channel wakeup fd update
457 * Fix: fields should be initialized to NULL
458 * Implement ustctl_duplicate_ust_object_data
459 * Add channel wakeup fd to monitor close
460 * Fix: refcount issue in lttng-ust-abi.c
461 * Fix: only consumerd should print errors
462 * Implement ring buffer periodic buffer switch timer
463 * Fix: ensure all probe providers have their symbols
464 * Reactivate error printing
465 * Unregister tracepoint probes when not needed
466 * Cleanup: remove now unused metadata code from UST
467 * Fix: notification timeout logic
468 * Fix: don't print error in comm proto connect on ENOENT
469 * Fix: return expected error return values for sessiond
470 * Fix: set wait/wake fd to -1 before close
471 * Fix: Only notify socket should have timeout/nonblock
472 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
473 * Fix: Add timeout on notification socket
474 * Remove now unused metadata printf code
475 * Move metadata creation into lttng-sessiond and lttng-consumed
476 * Add write metadata API to ust-ctl.h
477 * Move UST registry into sessiond and implement notifiers
478 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
479 * Use tp rcu link test in provider
480 * Remove direct dependency of probes on urcu-bp
481 * Use urcu tls-compat.h
482 * Lazy provider registration
483 * Always use lttng_get_probe_list_head to get probe list
484 * Fix static build
485 * Move LTTng-UST buffer ownership from application to consumer
486 * Fix package: don't distribute generated headers
487 * Fix: don't cancel already exited threads
488 * Scalability fix: tracepoint.c hash table size increase
489 * Scalability fix for many events: event hash table size
490 * Speed up probe registration for large amount of events
491 * Add missing demo-trace shell script to dist tarball
492 * Documentation: add uuid package name for Fedora in README
493 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
494 * Add compilation support for Tile architectures
495 * Documentation: clarify debian package name for uuid in README
496 * Fix: comment in ust-ctl.h
497 * Fix I/O-related error values in ustctl
498 * Introduce hash table for lttng_create_event_if_missing()
499 * Fix: don't build C++ example if a C++ compiler isn't available
500 * Remove LIBFORMAT output in configure.
501 * Document dependency on libuuid
502
0c9ad44b
MD
5032012-12-20 (13th Baktun) lttng-ust 2.1.0
504 * Bump liblttng-ust-ctl lib version major number
505 * Bump UST proto version minor number
506 * Helper to debug: add object name
507 * Tests: Fix rundir not created in ust-basic-tracing
508 * ust test: add missing return -1
509 * Test: update ust tracing unit tests to 2.1 internal ABI
510 * Tests: Fix rundir not created in ust-multi-test
511 * Adapt internal files and examples to TRACEPOINT_INCLUDE
512 * Adapt tests to TRACEPOINT_INCLUDE
513 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
514 * Fix: don't do macro expansion in tracepoint file name
515 * Fix lttng-gen-tp: Template file must end in .tp
516 * Pack structures in comm protocol between UST and sessiond
517 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
518 * Cleanup lttng-gen-tp: remove leading underscore before include guard
519 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
520 * Update license text
521 * Fix: check if event enabled for bytecode-less events
522 * Fix: handle enablers without bytecode
523 * Print probe provider mismatch error even without -Wsystem-headers
524 * filter: Add missing padding
525
dd8b384a
MD
5262012-11-22 lttng-ust 2.1.0-rc2
527 * filter interpreter cleanup: use uint64_t for retval
528 * Fix: filter linking can dereference NULL pointer on alloc failure
529 * Cleanup: remove whitespaces and EOL in tests
530 * Filter: use only single lower bit of filter return value
531 * Fix: filter: var len array at end of external structure
532 * Fix: filter link fail handling
533 * Fix: add missing seqnum field to filter
534 * filters: perform union rather than intersection
535 * Implement support for overlapping wildcard/events
536 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
537 * filter: add seqnum field to filter command
538 * Filter iteration: iterate on list of filters
539 * document that tracepoint names should ideally not be re-used
540 * Remove LIBFORMAT config declaration, unused
541 * Add libc errno translation layer to UST error code
542 * Fix: add const qualifier for filter local void *
543 * Fix: re-allow non-lvalue string, sequence, array parameters
544 * Tear down handles associated with a closed sessiond socket
545 * Distinguish UST return codes from transport return codes
546 * Fix: Conditionally disable tests requiring shared libs support
547 * Cleanup: don't spawn per-user thread if HOME is not set
548 * Manpage: document supported UST contexts
549 * Fix: procname context semantic
550 * Fix: Fix self-assign warning on struct ustfork_clone_info init
551 * Fix: memcpy of string is larger than source
552 * Implement liblttng-ust-fork daemon() override test
553 * liblttng-ust-fork: override daemon() call
554 * ustfork: set errno to ENOSYS if symbol lookup fails
555 * Fix: be quiet on filter linker error
556 * Build out of src tree
557 * Fix: filter bytecode specializer stack leak
558 * Fix: reloc offset validation error out on filters with no reloc table
559 * Perform calculation on bit size in 64-bit
560 * Use uint64_t for packet header content size and packet size
561 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
562 * Fix: BSD getprogname null pointer dereference
563 * Add support for model.emf.uri event info
564 * Filter error message cleanup
565 * Manpage update: document use in daemons
566 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
567 * Fix: get_wait_shm() ust mutex deadlock
568 * Fix: add events with 0 field to field list
569
d8c99839
MD
5702012-09-10 lttng-ust 2.1.0-rc1
571 * Fix make dist: fix liblttng-ust-java dependencies
572 * Fix make dist: add missing filter header
573 * Fix: backward compatibility with UST 2.0 app probes
574 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
575 * Export "written" information about fields
576 * Fix filter: pointer to string, not string, should be on stack
577 * Fix: tracepoint float nowrite
578 * Fix: accept 65536 bytes long bytecodes
579 * Add hostname to env
580 * ABI change: bump internal version to 3.0.0
581 * Fix: threads should be created in DETACHED state
582 * Fix: 32-bit x86 strict-aliasing warnings
583 * Fix UST SIGPIPE handling
584 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
585 * Cleanup: filter: turn bytecode linking error msg into debug
586 * Make lttng-ust robust against -finstrument-functions.
587 * Filter: keep aliased ax and bx registers
588 * Filter: remove interpreter dynamic typing
589 * Filter: add missing specialized op names
590 * Filter: specialize double-s64 binary comparators
591 * Fix filter: fix stack leak on taken branch
592 * Filter: Implement stack-based interpreter
593 * Filter: double comparator produces s64
594 * Filter: use hash table to check merge points
595 * Filter: split passes into separate components
596 * Filter: cleanup macros
597 * Filter: validate range overflow with end of insn
598 * Filter: validate that field ref strings are non-NULL
599 * Filter: ensure logical operator merge is always s64
600 * Filter: we don't care if double/s64 are literals
601 * Filter: specialize 'and' and 'or' ops.
602 * Implement dispatch-table based interpretor
603 * Filter: Specialize unary operators
604 * Define switch use as macro in interpreter
605 * Filter interpreter: mark float test as unlikely
606 * Filter: fix bytecode validation typo
607 * Filter: specialize comparators
608 * Specialize load and unary ops
609 * Validate registers, no need to initialize to 0
610 * Filter: opcode for ref loads
611 * Remove redundant validation from interpreter
612 * filter: Add bytecode validation pass
613 * TRACEPOINT_EVENT: add *_nowrite fields for filter
614 * Only print filter errors if LTTNG_UST_DEBUG is set
615 * Cleanup: remove debug define
616 * Filter: add floating point support
617 * Remove filter test printouts
618 * Implement filter bytecode interpreter and linker
619 * Filter: receive, attach and link empty filter
620 * Filter: prepare filter stack data
621 * Wrap dynamic len array into stackvar union
622 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
623 * liblttng-ust/lttng-ust-comm.c: fixing typo.
624 * Fix: remove unused texinfo dep from configure.ac
625 * Fix C99 strict compatibility: don't use void * for function pointers
626 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
627 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
628 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
629 * Fix: perform TLS fixup of nest count outside of UST mutex
630 * Fix: liblttng-ust-fork deadlock
631 * Fix: handle pthread errors
632 * Fix: local apps allowed should disable local (not global) tracing
633 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
634 * Fix: support -std=c99 in tracepoint macros
635 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
636 * hello test: fail on old style definition
637 * Fix: tracepoint.h should not generate old-style definitions
638 * Fix: don't define variables in headers
639 * test "hello": add boolean test
640 * Fix: perform macro expansion on tracepoint signatures
641 * UST check pointer/de-reference order
642 * Fix list field: handle error
643 * Implement event fields listing
644 * Implement field listing command
645 * Fix: Block all signals in listener thread
646 * Add CodingStyle document to tarball
647 * Add coding style document
648 * endian.h: support cygwin
649 * align.h: support cygwin page size
650 * Add cygwin support to libringbuffer getcpu.h
651 * Add "2x int" and "2x long" types to the Java interface
652 * Add Integer and Long tracepoint types to the Java interface
653 * Fix: don't SIGBUS when filesystem is full
654 * tracepoint: include stdio.h for NULL definition
655 * manpage update: document that probes need gcc
656 * Fix: remove # in front on extern "C" {
657 * Cleanup: don't use GNU old-style field designator extension
658 * Fix: remove padding field after variable sized array
659 * Use unsigned long type for events discarded counter
660 * Fix: getcpu build with modern uClibc versions
661 * Fix: lttng-ust.pc needs to specify -ldl
662 * Fix: examples Makefiles should pass $(LIBS) at last
663 * Build a jar for the Java side of the JNI interface
664 * Fix: ustctl need to send the second fd upon error of 1st fd
665 * Fix: Add missing fork test program dependency library
666 * Fix: Make the JNI interface actually work
667 * Merge branch 'dev'
668 * Fix: stringify version description
669
1a94cf83
MD
6702012-03-29 lttng-ust 2.0.1
671 * Use bsd-compatible fcntl for close-on-exec on socket
672 * Fix multi-session wildcard support
673 * Fix event lost count when buffer is full
674 * Remove inappropriate \n from easy-ust sample
675
649282a8
MD
6762012-03-20 lttng-ust 2.0.0
677 * First STABLE version
678 * Add version name
679
68d9f89e
MD
6802012-03-20 lttng-ust 2.0.0-rc4
681 * Fix out-of-bound write in ltt-events.c
682 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
683 * Update COPYING
684 * Add exception handling to lttng-gen-tp io operations
685
8e2d61c8
MD
6862012-03-16 lttng-ust 2.0.0-rc3
687 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
688 * fix: ustcomm_close_unix_sock should close, not shutdown
689 * Fix: do not print EPIPE perror, as it is an expected error
690 * Ensure that multiplication of clock offset is done on 64-bit
691 * Add 2 missing licenses in deprecated tests
692 * Remove unbuild and unused (deprecated) make_shared_lib test
693 * License text standardization, add missing licenses
694 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
695 * Fix: power of 2 size check should apply to size_t type, not uint32_t
696 * Fix: recvmsg should handle EINTR
697 * Make lttng-gen-tp work on python 2.6
698 * Make lttng-gen-tp executable
699
bf1175c2
MD
7002012-03-02 lttng-ust 2.0.0-rc2
701 * Manpage fixes
702 * Fix: dmesg printout should not print metadata warnings
703 * Fix: use transport name as channel name
704 * Fix: Add signature check in tracepoint activation
705 * Fix: add tracepoint signature at tracepoint definition site
706 * Fix: keep event probe signature, for use by event probe signature check
707 * Fix ABI: add padding to structures shared between UST and consumer
708 * Fix ABI: add padding to tracepoint and ring buffer config public structu
709 * Fix ABI: Adding missing padding in tracepoint event structures
710 * Fix: Add include/lttng/ust-config.h to git ignore
711 * Fix effect: update README about dlopen()
712 * Fix: fixup vtid TLS
713 * Fix: fixup ringbuffer tls at constructor by forcing read
714 * Fix: fix deadlock with dlopen() lttng-ust
715 * Fix: only print event errors every 1048576 hits
716 * Fix: add missing debug printout to identify the cause of lost events
717 * fix: liblttng-ust-ctl should check for incorrect parameters
718 * fix: ust comm error handling segfault
719 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
720 * fix: on exit, leave thread/mmap reclaim to OS
721 * fix: Handle sys_futex with async cancel, add missing pthread_join
722 * fix: Only munmap the wait page when not exiting from process
723 * Use CPPFLAGS instead of CFLAGS for -I
724 * Fix type range comparison always false for 64-bit arch
725 * demo: remove useless libs
726 * tests: include missing headers
727 * Add missing limits.h include for NAME_MAX
728
1796af86
MD
7292012-02-20 lttng-ust 2.0.0-rc1
730 * Standardize version across toolchain
731 * Fix a typo in gen-tp Makefile
732 * Implement the .o file generation in lttng-gen-tp
733
58bfa9af
MD
7342012-02-16 lttng-ust 1.9.8
735 * Fix comment in tracepoint.h
736 * Add loglevel info to manpage
737 * Remove stale binary file
738 * Add lttng-ust(3)
739 * Add a man page for lttng-gen-tp
740 * Install easy-ust and gen-tp examples in doc/
741 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
742 * Add missing #define _GNU_SOURCE for sched_getcpu()
743 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
744 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
745 * Mark lib_ring_buffer_print_errors unused
746 * Cleanup: remove extra space from easy_ust example
747 * Add missing comma to tracepoint STAP_PROBEV call
748
43f76196
MD
7492012-02-13 lttng-ust 1.9.7
750 * liblttng-ust-java: add missing -classpath ./
751 * Only specify that sdt.h provides system integration for now
752 * Add STAP_PROBEV check ton configure.ac
753 * Add sdt.h integration
754 * Remove extern C around probe header
755 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
756 * Add a configure report at the end of the output
757 * Add sdt.h integration option
758 * Set default loglevel in metadata
759 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
760
94b6d0d1
MD
7612012-02-09 lttng-ust 1.9.6
762 * Fix tracepoint.h multiple .o within module/core exec linkage bug
763 * tracepoint: name -> _name to fix possible namespace clash
764 * Add debug printout to tracepoint.c
765 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
766 * Update hardcoded loglevel
767 * Add "easy_ust" example
768 * Update gitignore
769 * Zero-initialize struct msghdr
770 * Add environment information
771 * Fix event-specific enabling
772 * Update static lib linking
773 * liblttng-ust-libc: fix linking
774 * liblttng-ust-libc: fix lib dependency
775 * Install README and ChangeLog into system doc
776 * Add hello-static-lib test
777 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
778 * Fix 32-bit type: allocated len is used
779 * Fix 32-bit type mismatch
780
e4d66fb5
MD
7812012-02-02 lttng-ust 1.9.5
782 * UST comm ABI: Add padding, push version to 2.0
783 * Update loglevel names
784 * Implement loglevels as event and wildcard attributes
785 * Update loglevel ABI: only loglevel value/enum is known by UST
786 * Pre-assign fixed loglevels
787 * Remove old (now unused) loglevel control code entirely
788 * Update loglevel selection ABI
789 * Use boot_id as monotonic clock uuid
790 * clock: add clock description to metadata
791 * Properly fix the timekeeping overflow detection
792 * Revert "Fix timestamps for slow-paced event rates"
793 * Revert "Force 64-bit timestamps"
794 * Declare struct lttng_ust_calibrate
795 * Force 64-bit timestamps
796 * demo program: ensure we don't link demo on useless libs
797 * ust comm: Receive second FD even if 1st receive failed
798 * ust consumer: close shm fd after mapping it
799 * Add a comment about which wait fd is closed early by UST.
800 * Remove leftover structure in ust-abi.h
801 * Close stream and channel file descriptors as soon as passed to
802 sessiond
803 * Fix AC_LANG_SOURCE usage: only takes one parameter
804 * Fix timestamps for slow-paced event rates
805 * configure.ac: Use AC_LANG_SOURCE for if else macros
806 * Add execution instructions to the demo test program
807 * Force the building of shared noinst libraries in the demo test
808 program.
809 * Only print the futex perror in debug mode
810
54d2e210
MD
8112011-12-23 lttng-ust 1.9.4
812 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
813 * Comment the union field (only used in call_rcu scheme)
814
dddc9140
MD
8152011-12-21 lttng-ust 1.9.3
816 * Fix clock source overflow on 32-bit archs
817 * Remove unused trace_clock_frequency
818 * check for negative wait() return value
819 * Add DBG message when registering a probe
820 * Only show futex warning "perror" in debug mode
821
07a0da24
MD
8222011-12-14 lttng-ust 1.9.2
823 * Add missing ust_libc.h to Makefile.am
824 * Use DBG instead of WARN for futex_wake workaround message
825 * Make dlopen more robust by using the .0 target for the library
826
943be3a0
MD
8272011-12-13 lttng-ust 1.9.1
828 * First LTTng-UST 2.0 prerelease.
This page took 0.055209 seconds and 4 git commands to generate.