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