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