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