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