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