Fix: eliminate timestamp overlap between packets
[lttng-ust.git] / ChangeLog
CommitLineData
714b59c4
MD
12013-11-12 lttng-ust 2.2.2
2 * Fix: application SIGBUS when starting in parallel with sessiond
3 * Fix: Minor corrections to the lttng-ust man page
4 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
5 * Warning cleanup: add missing padding initializer
6 * Fix: socket connect hang on heavy loads
7 * Cleanup: fix typo
8 * Fix: ust-comm recvmsg should handle partial receive
9 * gcc warning fix: -Wextra
10 * Add usage reference count for tracepoints
11 * tracepoint.c: Move add_callsite/remove_callsite further down in file
12 * Store the callsites into the library callsite list
13 * Fix linking warning
14 * Fix: doc/examples cross-build
15 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
16 * examples: tracepoint probes don't need extern C
17 * Tracepoint probes don't need extern C
18 * Fix: doc/examples VPATH build
19 * Disable doc/examples build
20 * Fix: doc/examples: gen-tp path
21 * Revert "Disable doc/examples build"
22 * Fix: Unchecked asprintf/vasprintf return values
23 * Missing NULL pointer init in tap.c
24
481d2454
MD
252013-07-11 lttng-ust 2.2.1
26 * Fix: libs order in Makefile
27 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed"
28 * build: Fix out-of-tree build
29 * Fix: SWITCH_FLUSH new sub-buffer checks
30 * Fix: ring buffer: handle concurrent update in nested buffer wrap around
31 * Fix: handle writes of length 0
32 * Fix: incorrect release dates in Changelog
33
27b488e0 342013-06-25 lttng-ust 2.2.0
e54bcf54
MD
35 * Disable doc/examples build
36 * Fix: lttng-events VPATH build
37 * doc/examples: build gen-tp example by default
38 * doc/examples: support BSD make
39
27b488e0 402013-06-18 lttng-ust 2.2.0-rc3
df56b232
MD
41 * Tracepoint.h: replace assertion by fprintf and abort()
42 * Remove unused assert.h from bitfield.h
43 * Clarify probe registration documentation/errors
44 * Add mising include in ust.h
45 * lttng-gen-tp: Fix include guard name with file using non valid characters
46 * Fix: segfault when print invalid command
47 * Fix: Add --no-as-needed to the demo example's Makefile
48 * zmalloc: attribute always_inline
49 * Fix: liblttng-ust process startup hang when sessiond is stopped
50 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
51 * Add parameter -f to rm in Makefile clean target
52 * Fix: missing dependency for liblttng-ust-tracepoint.so
53 * Remove 0.x TODO
54 * Add warning about default prefix and library paths to README
55 * Revert "Revert "Fix (another) linker library order""
56 * Revert "Revert "Fix linker library order""
57 * snprintf: play nice with static checker
58 * tracepoint.c: Add coverity alloc/free annotations
59 * Fix: "fields" leak on register
60 * Fix: memory leak for events without fields
61 * Fix: memory leak on connection reset
62 * Revert "Fix linker library order"
63 * Revert "Fix (another) linker library order"
64 * Fix: incorrect support for multi-context
65 * Fix (another) linker library order
66 * Fix typo in run script
67 * Fix linker library order
68 * Fix examples: add missing CPPFLAGS
69 * example Makefiles: standardize on $^ for linking
70 * Fix demo example Makefile
71 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
72
9ac8c212
MD
732013-05-09 lttng-ust 2.2.0-rc2
74 * manpage: Document probe provider compatibility
75 * Fix: add provider ABI compatibility check
76 * Cleanup: ignore mktemp return value
77 * Cleanup: documentation: argument vs field
78 * Documentation: document undefined behavior for NULL pointers
79 * Cleanup: silence cppcheck error
80 * Fix: add internal mutex for timer
81 * 32-bit warning fix for cyg profile fast
82 * Fix warnings for 32-bit in lttng-ust-cyg-profile
83 * Typo fix in README
84 * Fix: tracepoint.h incorrect assumption about constructor order
85 * Cleanup: comment mismatch with code
86 * Fix: ABI breakage between 2.1 and 2.2-rc1
87 * Documentation: document that sequence len field is unsigned
88 * connect: don't report EACCES
89 * connect: don't print error on EPERM
90 * Bump liblttng-ust-ctl lib version major number
91 * Optimisation: implement callsite hash table in tracepoint.c
92 * Optimisation: only update added library in tracepoint.c
93 * Optimisation: only fix pending events once per lazy update
94
9c915ee8
MD
952013-03-28 lttng-ust 2.2.0-rc1
96 * Fix: tracepoint instrumentation constructor order issue
97 * Documentation: update 2.0 to 2.x
98 * Add demo test back as an example
99 * Don't rely on explicit context for filtering
100 * Implement per-context filtering
101 * Fix: filter string comparison should check for literal
102 * update tests/demo readme file
103 * Add man page for lttng-ust-cyg-profile
104 * Fix: filter string wildcard comparison
105 * Fix: Remove test runner script
106 * Fix: forwarding of call_site argument to field
107 * Add demo README
108 * Tests: Use Perl prove as the testsuite runner
109 * Remove tests depending on consumerd
110 * Convert hello.cxx test to a build test
111 * Clean-up of configure.ac and tests/Makefile.am
112 * Fix snprintf test and output result to TAP format
113 * Replace same_line_marker test with same_line_tracepoint
114 * Remove tests-libustinstr-malloc
115 * Remove exit-fast test
116 * Remove fork test
117 * Remove daemon test
118 * Remove demo test
119 * Remove outdated test-nevents test
120 * Remove outdated simple_include test
121 * Remove outdated register_test test
122 * Convert hello-static-lib test to a build test
123 * Convert hello test to a build test only
124 * Remove outdated libustctl_function_tests test
125 * Remove outdated test hello2
126 * Remove outdated dlopen test
127 * Remove outdated test basic long
128 * Remove outdated test basic
129 * cyg_profile: implement fast and verbose .so
130 * Performance: add unlikely to tracepoint dynamic linking test
131 * Fix: _LGPL_SOURCE rcu dereference fix
132 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
133 * Minor fix: libc wrapper internal run script
134 * Fix: ustctl_recv_register_event pointer mixup
135 * Fix: allow enabling same events for two channels
136 * Add channel ID field to attr
137 * Remove useless else clause
138 * tracepoint: move "probe" test outside of loop
139 * Fix uninitialized has_loglevel variable
140 * Fix clang warnings
141 * Cleanup: work-around clang unused result warning
142 * Cleanup compile warning
143 * Cleanup: remove unused variables
144 * tracepoint: Don't add NULL probes
145 * Remove mention of locking issues associated with dlopen usage
146 * Implement read timer (for RT)
147 * Only flush when there are readers active
148 * Add mutex for channel wakeup fd update
149 * Fix: fields should be initialized to NULL
150 * Implement ustctl_duplicate_ust_object_data
151 * Add channel wakeup fd to monitor close
152 * Fix: refcount issue in lttng-ust-abi.c
153 * Fix: only consumerd should print errors
154 * Implement ring buffer periodic buffer switch timer
155 * Fix: ensure all probe providers have their symbols
156 * Reactivate error printing
157 * Unregister tracepoint probes when not needed
158 * Cleanup: remove now unused metadata code from UST
159 * Fix: notification timeout logic
160 * Fix: don't print error in comm proto connect on ENOENT
161 * Fix: return expected error return values for sessiond
162 * Fix: set wait/wake fd to -1 before close
163 * Fix: Only notify socket should have timeout/nonblock
164 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
165 * Fix: Add timeout on notification socket
166 * Remove now unused metadata printf code
167 * Move metadata creation into lttng-sessiond and lttng-consumed
168 * Add write metadata API to ust-ctl.h
169 * Move UST registry into sessiond and implement notifiers
170 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
171 * Use tp rcu link test in provider
172 * Remove direct dependency of probes on urcu-bp
173 * Use urcu tls-compat.h
174 * Lazy provider registration
175 * Always use lttng_get_probe_list_head to get probe list
176 * Fix static build
177 * Move LTTng-UST buffer ownership from application to consumer
178 * Fix package: don't distribute generated headers
179 * Fix: don't cancel already exited threads
180 * Scalability fix: tracepoint.c hash table size increase
181 * Scalability fix for many events: event hash table size
182 * Speed up probe registration for large amount of events
183 * Add missing demo-trace shell script to dist tarball
184 * Documentation: add uuid package name for Fedora in README
185 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
186 * Add compilation support for Tile architectures
187 * Documentation: clarify debian package name for uuid in README
188 * Fix: comment in ust-ctl.h
189 * Fix I/O-related error values in ustctl
190 * Introduce hash table for lttng_create_event_if_missing()
191 * Fix: don't build C++ example if a C++ compiler isn't available
192 * Remove LIBFORMAT output in configure.
193 * Document dependency on libuuid
194
0c9ad44b
MD
1952012-12-20 (13th Baktun) lttng-ust 2.1.0
196 * Bump liblttng-ust-ctl lib version major number
197 * Bump UST proto version minor number
198 * Helper to debug: add object name
199 * Tests: Fix rundir not created in ust-basic-tracing
200 * ust test: add missing return -1
201 * Test: update ust tracing unit tests to 2.1 internal ABI
202 * Tests: Fix rundir not created in ust-multi-test
203 * Adapt internal files and examples to TRACEPOINT_INCLUDE
204 * Adapt tests to TRACEPOINT_INCLUDE
205 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
206 * Fix: don't do macro expansion in tracepoint file name
207 * Fix lttng-gen-tp: Template file must end in .tp
208 * Pack structures in comm protocol between UST and sessiond
209 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
210 * Cleanup lttng-gen-tp: remove leading underscore before include guard
211 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
212 * Update license text
213 * Fix: check if event enabled for bytecode-less events
214 * Fix: handle enablers without bytecode
215 * Print probe provider mismatch error even without -Wsystem-headers
216 * filter: Add missing padding
217
dd8b384a
MD
2182012-11-22 lttng-ust 2.1.0-rc2
219 * filter interpreter cleanup: use uint64_t for retval
220 * Fix: filter linking can dereference NULL pointer on alloc failure
221 * Cleanup: remove whitespaces and EOL in tests
222 * Filter: use only single lower bit of filter return value
223 * Fix: filter: var len array at end of external structure
224 * Fix: filter link fail handling
225 * Fix: add missing seqnum field to filter
226 * filters: perform union rather than intersection
227 * Implement support for overlapping wildcard/events
228 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
229 * filter: add seqnum field to filter command
230 * Filter iteration: iterate on list of filters
231 * document that tracepoint names should ideally not be re-used
232 * Remove LIBFORMAT config declaration, unused
233 * Add libc errno translation layer to UST error code
234 * Fix: add const qualifier for filter local void *
235 * Fix: re-allow non-lvalue string, sequence, array parameters
236 * Tear down handles associated with a closed sessiond socket
237 * Distinguish UST return codes from transport return codes
238 * Fix: Conditionally disable tests requiring shared libs support
239 * Cleanup: don't spawn per-user thread if HOME is not set
240 * Manpage: document supported UST contexts
241 * Fix: procname context semantic
242 * Fix: Fix self-assign warning on struct ustfork_clone_info init
243 * Fix: memcpy of string is larger than source
244 * Implement liblttng-ust-fork daemon() override test
245 * liblttng-ust-fork: override daemon() call
246 * ustfork: set errno to ENOSYS if symbol lookup fails
247 * Fix: be quiet on filter linker error
248 * Build out of src tree
249 * Fix: filter bytecode specializer stack leak
250 * Fix: reloc offset validation error out on filters with no reloc table
251 * Perform calculation on bit size in 64-bit
252 * Use uint64_t for packet header content size and packet size
253 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
254 * Fix: BSD getprogname null pointer dereference
255 * Add support for model.emf.uri event info
256 * Filter error message cleanup
257 * Manpage update: document use in daemons
258 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
259 * Fix: get_wait_shm() ust mutex deadlock
260 * Fix: add events with 0 field to field list
261
d8c99839
MD
2622012-09-10 lttng-ust 2.1.0-rc1
263 * Fix make dist: fix liblttng-ust-java dependencies
264 * Fix make dist: add missing filter header
265 * Fix: backward compatibility with UST 2.0 app probes
266 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
267 * Export "written" information about fields
268 * Fix filter: pointer to string, not string, should be on stack
269 * Fix: tracepoint float nowrite
270 * Fix: accept 65536 bytes long bytecodes
271 * Add hostname to env
272 * ABI change: bump internal version to 3.0.0
273 * Fix: threads should be created in DETACHED state
274 * Fix: 32-bit x86 strict-aliasing warnings
275 * Fix UST SIGPIPE handling
276 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
277 * Cleanup: filter: turn bytecode linking error msg into debug
278 * Make lttng-ust robust against -finstrument-functions.
279 * Filter: keep aliased ax and bx registers
280 * Filter: remove interpreter dynamic typing
281 * Filter: add missing specialized op names
282 * Filter: specialize double-s64 binary comparators
283 * Fix filter: fix stack leak on taken branch
284 * Filter: Implement stack-based interpreter
285 * Filter: double comparator produces s64
286 * Filter: use hash table to check merge points
287 * Filter: split passes into separate components
288 * Filter: cleanup macros
289 * Filter: validate range overflow with end of insn
290 * Filter: validate that field ref strings are non-NULL
291 * Filter: ensure logical operator merge is always s64
292 * Filter: we don't care if double/s64 are literals
293 * Filter: specialize 'and' and 'or' ops.
294 * Implement dispatch-table based interpretor
295 * Filter: Specialize unary operators
296 * Define switch use as macro in interpreter
297 * Filter interpreter: mark float test as unlikely
298 * Filter: fix bytecode validation typo
299 * Filter: specialize comparators
300 * Specialize load and unary ops
301 * Validate registers, no need to initialize to 0
302 * Filter: opcode for ref loads
303 * Remove redundant validation from interpreter
304 * filter: Add bytecode validation pass
305 * TRACEPOINT_EVENT: add *_nowrite fields for filter
306 * Only print filter errors if LTTNG_UST_DEBUG is set
307 * Cleanup: remove debug define
308 * Filter: add floating point support
309 * Remove filter test printouts
310 * Implement filter bytecode interpreter and linker
311 * Filter: receive, attach and link empty filter
312 * Filter: prepare filter stack data
313 * Wrap dynamic len array into stackvar union
314 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
315 * liblttng-ust/lttng-ust-comm.c: fixing typo.
316 * Fix: remove unused texinfo dep from configure.ac
317 * Fix C99 strict compatibility: don't use void * for function pointers
318 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
319 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
320 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
321 * Fix: perform TLS fixup of nest count outside of UST mutex
322 * Fix: liblttng-ust-fork deadlock
323 * Fix: handle pthread errors
324 * Fix: local apps allowed should disable local (not global) tracing
325 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
326 * Fix: support -std=c99 in tracepoint macros
327 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
328 * hello test: fail on old style definition
329 * Fix: tracepoint.h should not generate old-style definitions
330 * Fix: don't define variables in headers
331 * test "hello": add boolean test
332 * Fix: perform macro expansion on tracepoint signatures
333 * UST check pointer/de-reference order
334 * Fix list field: handle error
335 * Implement event fields listing
336 * Implement field listing command
337 * Fix: Block all signals in listener thread
338 * Add CodingStyle document to tarball
339 * Add coding style document
340 * endian.h: support cygwin
341 * align.h: support cygwin page size
342 * Add cygwin support to libringbuffer getcpu.h
343 * Add "2x int" and "2x long" types to the Java interface
344 * Add Integer and Long tracepoint types to the Java interface
345 * Fix: don't SIGBUS when filesystem is full
346 * tracepoint: include stdio.h for NULL definition
347 * manpage update: document that probes need gcc
348 * Fix: remove # in front on extern "C" {
349 * Cleanup: don't use GNU old-style field designator extension
350 * Fix: remove padding field after variable sized array
351 * Use unsigned long type for events discarded counter
352 * Fix: getcpu build with modern uClibc versions
353 * Fix: lttng-ust.pc needs to specify -ldl
354 * Fix: examples Makefiles should pass $(LIBS) at last
355 * Build a jar for the Java side of the JNI interface
356 * Fix: ustctl need to send the second fd upon error of 1st fd
357 * Fix: Add missing fork test program dependency library
358 * Fix: Make the JNI interface actually work
359 * Merge branch 'dev'
360 * Fix: stringify version description
361
1a94cf83
MD
3622012-03-29 lttng-ust 2.0.1
363 * Use bsd-compatible fcntl for close-on-exec on socket
364 * Fix multi-session wildcard support
365 * Fix event lost count when buffer is full
366 * Remove inappropriate \n from easy-ust sample
367
649282a8
MD
3682012-03-20 lttng-ust 2.0.0
369 * First STABLE version
370 * Add version name
371
68d9f89e
MD
3722012-03-20 lttng-ust 2.0.0-rc4
373 * Fix out-of-bound write in ltt-events.c
374 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
375 * Update COPYING
376 * Add exception handling to lttng-gen-tp io operations
377
8e2d61c8
MD
3782012-03-16 lttng-ust 2.0.0-rc3
379 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
380 * fix: ustcomm_close_unix_sock should close, not shutdown
381 * Fix: do not print EPIPE perror, as it is an expected error
382 * Ensure that multiplication of clock offset is done on 64-bit
383 * Add 2 missing licenses in deprecated tests
384 * Remove unbuild and unused (deprecated) make_shared_lib test
385 * License text standardization, add missing licenses
386 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
387 * Fix: power of 2 size check should apply to size_t type, not uint32_t
388 * Fix: recvmsg should handle EINTR
389 * Make lttng-gen-tp work on python 2.6
390 * Make lttng-gen-tp executable
391
bf1175c2
MD
3922012-03-02 lttng-ust 2.0.0-rc2
393 * Manpage fixes
394 * Fix: dmesg printout should not print metadata warnings
395 * Fix: use transport name as channel name
396 * Fix: Add signature check in tracepoint activation
397 * Fix: add tracepoint signature at tracepoint definition site
398 * Fix: keep event probe signature, for use by event probe signature check
399 * Fix ABI: add padding to structures shared between UST and consumer
400 * Fix ABI: add padding to tracepoint and ring buffer config public structu
401 * Fix ABI: Adding missing padding in tracepoint event structures
402 * Fix: Add include/lttng/ust-config.h to git ignore
403 * Fix effect: update README about dlopen()
404 * Fix: fixup vtid TLS
405 * Fix: fixup ringbuffer tls at constructor by forcing read
406 * Fix: fix deadlock with dlopen() lttng-ust
407 * Fix: only print event errors every 1048576 hits
408 * Fix: add missing debug printout to identify the cause of lost events
409 * fix: liblttng-ust-ctl should check for incorrect parameters
410 * fix: ust comm error handling segfault
411 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
412 * fix: on exit, leave thread/mmap reclaim to OS
413 * fix: Handle sys_futex with async cancel, add missing pthread_join
414 * fix: Only munmap the wait page when not exiting from process
415 * Use CPPFLAGS instead of CFLAGS for -I
416 * Fix type range comparison always false for 64-bit arch
417 * demo: remove useless libs
418 * tests: include missing headers
419 * Add missing limits.h include for NAME_MAX
420
1796af86
MD
4212012-02-20 lttng-ust 2.0.0-rc1
422 * Standardize version across toolchain
423 * Fix a typo in gen-tp Makefile
424 * Implement the .o file generation in lttng-gen-tp
425
58bfa9af
MD
4262012-02-16 lttng-ust 1.9.8
427 * Fix comment in tracepoint.h
428 * Add loglevel info to manpage
429 * Remove stale binary file
430 * Add lttng-ust(3)
431 * Add a man page for lttng-gen-tp
432 * Install easy-ust and gen-tp examples in doc/
433 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
434 * Add missing #define _GNU_SOURCE for sched_getcpu()
435 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
436 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
437 * Mark lib_ring_buffer_print_errors unused
438 * Cleanup: remove extra space from easy_ust example
439 * Add missing comma to tracepoint STAP_PROBEV call
440
43f76196
MD
4412012-02-13 lttng-ust 1.9.7
442 * liblttng-ust-java: add missing -classpath ./
443 * Only specify that sdt.h provides system integration for now
444 * Add STAP_PROBEV check ton configure.ac
445 * Add sdt.h integration
446 * Remove extern C around probe header
447 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
448 * Add a configure report at the end of the output
449 * Add sdt.h integration option
450 * Set default loglevel in metadata
451 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
452
94b6d0d1
MD
4532012-02-09 lttng-ust 1.9.6
454 * Fix tracepoint.h multiple .o within module/core exec linkage bug
455 * tracepoint: name -> _name to fix possible namespace clash
456 * Add debug printout to tracepoint.c
457 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
458 * Update hardcoded loglevel
459 * Add "easy_ust" example
460 * Update gitignore
461 * Zero-initialize struct msghdr
462 * Add environment information
463 * Fix event-specific enabling
464 * Update static lib linking
465 * liblttng-ust-libc: fix linking
466 * liblttng-ust-libc: fix lib dependency
467 * Install README and ChangeLog into system doc
468 * Add hello-static-lib test
469 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
470 * Fix 32-bit type: allocated len is used
471 * Fix 32-bit type mismatch
472
e4d66fb5
MD
4732012-02-02 lttng-ust 1.9.5
474 * UST comm ABI: Add padding, push version to 2.0
475 * Update loglevel names
476 * Implement loglevels as event and wildcard attributes
477 * Update loglevel ABI: only loglevel value/enum is known by UST
478 * Pre-assign fixed loglevels
479 * Remove old (now unused) loglevel control code entirely
480 * Update loglevel selection ABI
481 * Use boot_id as monotonic clock uuid
482 * clock: add clock description to metadata
483 * Properly fix the timekeeping overflow detection
484 * Revert "Fix timestamps for slow-paced event rates"
485 * Revert "Force 64-bit timestamps"
486 * Declare struct lttng_ust_calibrate
487 * Force 64-bit timestamps
488 * demo program: ensure we don't link demo on useless libs
489 * ust comm: Receive second FD even if 1st receive failed
490 * ust consumer: close shm fd after mapping it
491 * Add a comment about which wait fd is closed early by UST.
492 * Remove leftover structure in ust-abi.h
493 * Close stream and channel file descriptors as soon as passed to
494 sessiond
495 * Fix AC_LANG_SOURCE usage: only takes one parameter
496 * Fix timestamps for slow-paced event rates
497 * configure.ac: Use AC_LANG_SOURCE for if else macros
498 * Add execution instructions to the demo test program
499 * Force the building of shared noinst libraries in the demo test
500 program.
501 * Only print the futex perror in debug mode
502
54d2e210
MD
5032011-12-23 lttng-ust 1.9.4
504 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
505 * Comment the union field (only used in call_rcu scheme)
506
dddc9140
MD
5072011-12-21 lttng-ust 1.9.3
508 * Fix clock source overflow on 32-bit archs
509 * Remove unused trace_clock_frequency
510 * check for negative wait() return value
511 * Add DBG message when registering a probe
512 * Only show futex warning "perror" in debug mode
513
07a0da24
MD
5142011-12-14 lttng-ust 1.9.2
515 * Add missing ust_libc.h to Makefile.am
516 * Use DBG instead of WARN for futex_wake workaround message
517 * Make dlopen more robust by using the .0 target for the library
518
943be3a0
MD
5192011-12-13 lttng-ust 1.9.1
520 * First LTTng-UST 2.0 prerelease.
This page took 0.042581 seconds and 4 git commands to generate.