Tracepoint.h: replace assertion by fprintf and abort()
[lttng-ust.git] / ChangeLog
CommitLineData
3f7a0876
MD
12013-03-25 lttng-ust 2.1.2
2 * Fix uninitialized has_loglevel variable
3 * tracepoint: Don't add NULL probes
4 * Remove mention of locking issues associated with dlopen usage
5 * Fix: refcount issue in lttng-ust-abi.c
6 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
7 * Use tp rcu link test in provider
8 * Remove direct dependency of probes on urcu-bp
9 * Fix package: don't distribute generated headers
10 * Fix: don't cancel already exited threads
11 * Scalability fix: tracepoint.c hash table size increase
12 * Scalability fix for many events: event hash table size
13 * Speed up probe registration for large amount of events
14 * Add missing demo-trace shell script to dist tarball
15 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
16 * Documentation: clarify debian package name for uuid in README
17 * Document dependency on libuuid
18 * Fix: comment in ust-ctl.h
19 * Fix I/O-related error values in ustctl
20
05356aa2
MD
212013-01-18 lttng-ust 2.1.1
22 * Introduce hash table for lttng_create_event_if_missing()
23 * Fix: don't build C++ example if a C++ compiler isn't available
24
0c9ad44b
MD
252012-12-20 (13th Baktun) lttng-ust 2.1.0
26 * Bump liblttng-ust-ctl lib version major number
27 * Bump UST proto version minor number
28 * Helper to debug: add object name
29 * Tests: Fix rundir not created in ust-basic-tracing
30 * ust test: add missing return -1
31 * Test: update ust tracing unit tests to 2.1 internal ABI
32 * Tests: Fix rundir not created in ust-multi-test
33 * Adapt internal files and examples to TRACEPOINT_INCLUDE
34 * Adapt tests to TRACEPOINT_INCLUDE
35 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
36 * Fix: don't do macro expansion in tracepoint file name
37 * Fix lttng-gen-tp: Template file must end in .tp
38 * Pack structures in comm protocol between UST and sessiond
39 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
40 * Cleanup lttng-gen-tp: remove leading underscore before include guard
41 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
42 * Update license text
43 * Fix: check if event enabled for bytecode-less events
44 * Fix: handle enablers without bytecode
45 * Print probe provider mismatch error even without -Wsystem-headers
46 * filter: Add missing padding
47
dd8b384a
MD
482012-11-22 lttng-ust 2.1.0-rc2
49 * filter interpreter cleanup: use uint64_t for retval
50 * Fix: filter linking can dereference NULL pointer on alloc failure
51 * Cleanup: remove whitespaces and EOL in tests
52 * Filter: use only single lower bit of filter return value
53 * Fix: filter: var len array at end of external structure
54 * Fix: filter link fail handling
55 * Fix: add missing seqnum field to filter
56 * filters: perform union rather than intersection
57 * Implement support for overlapping wildcard/events
58 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
59 * filter: add seqnum field to filter command
60 * Filter iteration: iterate on list of filters
61 * document that tracepoint names should ideally not be re-used
62 * Remove LIBFORMAT config declaration, unused
63 * Add libc errno translation layer to UST error code
64 * Fix: add const qualifier for filter local void *
65 * Fix: re-allow non-lvalue string, sequence, array parameters
66 * Tear down handles associated with a closed sessiond socket
67 * Distinguish UST return codes from transport return codes
68 * Fix: Conditionally disable tests requiring shared libs support
69 * Cleanup: don't spawn per-user thread if HOME is not set
70 * Manpage: document supported UST contexts
71 * Fix: procname context semantic
72 * Fix: Fix self-assign warning on struct ustfork_clone_info init
73 * Fix: memcpy of string is larger than source
74 * Implement liblttng-ust-fork daemon() override test
75 * liblttng-ust-fork: override daemon() call
76 * ustfork: set errno to ENOSYS if symbol lookup fails
77 * Fix: be quiet on filter linker error
78 * Build out of src tree
79 * Fix: filter bytecode specializer stack leak
80 * Fix: reloc offset validation error out on filters with no reloc table
81 * Perform calculation on bit size in 64-bit
82 * Use uint64_t for packet header content size and packet size
83 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
84 * Fix: BSD getprogname null pointer dereference
85 * Add support for model.emf.uri event info
86 * Filter error message cleanup
87 * Manpage update: document use in daemons
88 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
89 * Fix: get_wait_shm() ust mutex deadlock
90 * Fix: add events with 0 field to field list
91
d8c99839
MD
922012-09-10 lttng-ust 2.1.0-rc1
93 * Fix make dist: fix liblttng-ust-java dependencies
94 * Fix make dist: add missing filter header
95 * Fix: backward compatibility with UST 2.0 app probes
96 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
97 * Export "written" information about fields
98 * Fix filter: pointer to string, not string, should be on stack
99 * Fix: tracepoint float nowrite
100 * Fix: accept 65536 bytes long bytecodes
101 * Add hostname to env
102 * ABI change: bump internal version to 3.0.0
103 * Fix: threads should be created in DETACHED state
104 * Fix: 32-bit x86 strict-aliasing warnings
105 * Fix UST SIGPIPE handling
106 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
107 * Cleanup: filter: turn bytecode linking error msg into debug
108 * Make lttng-ust robust against -finstrument-functions.
109 * Filter: keep aliased ax and bx registers
110 * Filter: remove interpreter dynamic typing
111 * Filter: add missing specialized op names
112 * Filter: specialize double-s64 binary comparators
113 * Fix filter: fix stack leak on taken branch
114 * Filter: Implement stack-based interpreter
115 * Filter: double comparator produces s64
116 * Filter: use hash table to check merge points
117 * Filter: split passes into separate components
118 * Filter: cleanup macros
119 * Filter: validate range overflow with end of insn
120 * Filter: validate that field ref strings are non-NULL
121 * Filter: ensure logical operator merge is always s64
122 * Filter: we don't care if double/s64 are literals
123 * Filter: specialize 'and' and 'or' ops.
124 * Implement dispatch-table based interpretor
125 * Filter: Specialize unary operators
126 * Define switch use as macro in interpreter
127 * Filter interpreter: mark float test as unlikely
128 * Filter: fix bytecode validation typo
129 * Filter: specialize comparators
130 * Specialize load and unary ops
131 * Validate registers, no need to initialize to 0
132 * Filter: opcode for ref loads
133 * Remove redundant validation from interpreter
134 * filter: Add bytecode validation pass
135 * TRACEPOINT_EVENT: add *_nowrite fields for filter
136 * Only print filter errors if LTTNG_UST_DEBUG is set
137 * Cleanup: remove debug define
138 * Filter: add floating point support
139 * Remove filter test printouts
140 * Implement filter bytecode interpreter and linker
141 * Filter: receive, attach and link empty filter
142 * Filter: prepare filter stack data
143 * Wrap dynamic len array into stackvar union
144 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
145 * liblttng-ust/lttng-ust-comm.c: fixing typo.
146 * Fix: remove unused texinfo dep from configure.ac
147 * Fix C99 strict compatibility: don't use void * for function pointers
148 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
149 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
150 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
151 * Fix: perform TLS fixup of nest count outside of UST mutex
152 * Fix: liblttng-ust-fork deadlock
153 * Fix: handle pthread errors
154 * Fix: local apps allowed should disable local (not global) tracing
155 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
156 * Fix: support -std=c99 in tracepoint macros
157 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
158 * hello test: fail on old style definition
159 * Fix: tracepoint.h should not generate old-style definitions
160 * Fix: don't define variables in headers
161 * test "hello": add boolean test
162 * Fix: perform macro expansion on tracepoint signatures
163 * UST check pointer/de-reference order
164 * Fix list field: handle error
165 * Implement event fields listing
166 * Implement field listing command
167 * Fix: Block all signals in listener thread
168 * Add CodingStyle document to tarball
169 * Add coding style document
170 * endian.h: support cygwin
171 * align.h: support cygwin page size
172 * Add cygwin support to libringbuffer getcpu.h
173 * Add "2x int" and "2x long" types to the Java interface
174 * Add Integer and Long tracepoint types to the Java interface
175 * Fix: don't SIGBUS when filesystem is full
176 * tracepoint: include stdio.h for NULL definition
177 * manpage update: document that probes need gcc
178 * Fix: remove # in front on extern "C" {
179 * Cleanup: don't use GNU old-style field designator extension
180 * Fix: remove padding field after variable sized array
181 * Use unsigned long type for events discarded counter
182 * Fix: getcpu build with modern uClibc versions
183 * Fix: lttng-ust.pc needs to specify -ldl
184 * Fix: examples Makefiles should pass $(LIBS) at last
185 * Build a jar for the Java side of the JNI interface
186 * Fix: ustctl need to send the second fd upon error of 1st fd
187 * Fix: Add missing fork test program dependency library
188 * Fix: Make the JNI interface actually work
189 * Merge branch 'dev'
190 * Fix: stringify version description
191
1a94cf83
MD
1922012-03-29 lttng-ust 2.0.1
193 * Use bsd-compatible fcntl for close-on-exec on socket
194 * Fix multi-session wildcard support
195 * Fix event lost count when buffer is full
196 * Remove inappropriate \n from easy-ust sample
197
649282a8
MD
1982012-03-20 lttng-ust 2.0.0
199 * First STABLE version
200 * Add version name
201
68d9f89e
MD
2022012-03-20 lttng-ust 2.0.0-rc4
203 * Fix out-of-bound write in ltt-events.c
204 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
205 * Update COPYING
206 * Add exception handling to lttng-gen-tp io operations
207
8e2d61c8
MD
2082012-03-16 lttng-ust 2.0.0-rc3
209 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
210 * fix: ustcomm_close_unix_sock should close, not shutdown
211 * Fix: do not print EPIPE perror, as it is an expected error
212 * Ensure that multiplication of clock offset is done on 64-bit
213 * Add 2 missing licenses in deprecated tests
214 * Remove unbuild and unused (deprecated) make_shared_lib test
215 * License text standardization, add missing licenses
216 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
217 * Fix: power of 2 size check should apply to size_t type, not uint32_t
218 * Fix: recvmsg should handle EINTR
219 * Make lttng-gen-tp work on python 2.6
220 * Make lttng-gen-tp executable
221
bf1175c2
MD
2222012-03-02 lttng-ust 2.0.0-rc2
223 * Manpage fixes
224 * Fix: dmesg printout should not print metadata warnings
225 * Fix: use transport name as channel name
226 * Fix: Add signature check in tracepoint activation
227 * Fix: add tracepoint signature at tracepoint definition site
228 * Fix: keep event probe signature, for use by event probe signature check
229 * Fix ABI: add padding to structures shared between UST and consumer
230 * Fix ABI: add padding to tracepoint and ring buffer config public structu
231 * Fix ABI: Adding missing padding in tracepoint event structures
232 * Fix: Add include/lttng/ust-config.h to git ignore
233 * Fix effect: update README about dlopen()
234 * Fix: fixup vtid TLS
235 * Fix: fixup ringbuffer tls at constructor by forcing read
236 * Fix: fix deadlock with dlopen() lttng-ust
237 * Fix: only print event errors every 1048576 hits
238 * Fix: add missing debug printout to identify the cause of lost events
239 * fix: liblttng-ust-ctl should check for incorrect parameters
240 * fix: ust comm error handling segfault
241 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
242 * fix: on exit, leave thread/mmap reclaim to OS
243 * fix: Handle sys_futex with async cancel, add missing pthread_join
244 * fix: Only munmap the wait page when not exiting from process
245 * Use CPPFLAGS instead of CFLAGS for -I
246 * Fix type range comparison always false for 64-bit arch
247 * demo: remove useless libs
248 * tests: include missing headers
249 * Add missing limits.h include for NAME_MAX
250
1796af86
MD
2512012-02-20 lttng-ust 2.0.0-rc1
252 * Standardize version across toolchain
253 * Fix a typo in gen-tp Makefile
254 * Implement the .o file generation in lttng-gen-tp
255
58bfa9af
MD
2562012-02-16 lttng-ust 1.9.8
257 * Fix comment in tracepoint.h
258 * Add loglevel info to manpage
259 * Remove stale binary file
260 * Add lttng-ust(3)
261 * Add a man page for lttng-gen-tp
262 * Install easy-ust and gen-tp examples in doc/
263 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
264 * Add missing #define _GNU_SOURCE for sched_getcpu()
265 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
266 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
267 * Mark lib_ring_buffer_print_errors unused
268 * Cleanup: remove extra space from easy_ust example
269 * Add missing comma to tracepoint STAP_PROBEV call
270
43f76196
MD
2712012-02-13 lttng-ust 1.9.7
272 * liblttng-ust-java: add missing -classpath ./
273 * Only specify that sdt.h provides system integration for now
274 * Add STAP_PROBEV check ton configure.ac
275 * Add sdt.h integration
276 * Remove extern C around probe header
277 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
278 * Add a configure report at the end of the output
279 * Add sdt.h integration option
280 * Set default loglevel in metadata
281 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
282
94b6d0d1
MD
2832012-02-09 lttng-ust 1.9.6
284 * Fix tracepoint.h multiple .o within module/core exec linkage bug
285 * tracepoint: name -> _name to fix possible namespace clash
286 * Add debug printout to tracepoint.c
287 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
288 * Update hardcoded loglevel
289 * Add "easy_ust" example
290 * Update gitignore
291 * Zero-initialize struct msghdr
292 * Add environment information
293 * Fix event-specific enabling
294 * Update static lib linking
295 * liblttng-ust-libc: fix linking
296 * liblttng-ust-libc: fix lib dependency
297 * Install README and ChangeLog into system doc
298 * Add hello-static-lib test
299 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
300 * Fix 32-bit type: allocated len is used
301 * Fix 32-bit type mismatch
302
e4d66fb5
MD
3032012-02-02 lttng-ust 1.9.5
304 * UST comm ABI: Add padding, push version to 2.0
305 * Update loglevel names
306 * Implement loglevels as event and wildcard attributes
307 * Update loglevel ABI: only loglevel value/enum is known by UST
308 * Pre-assign fixed loglevels
309 * Remove old (now unused) loglevel control code entirely
310 * Update loglevel selection ABI
311 * Use boot_id as monotonic clock uuid
312 * clock: add clock description to metadata
313 * Properly fix the timekeeping overflow detection
314 * Revert "Fix timestamps for slow-paced event rates"
315 * Revert "Force 64-bit timestamps"
316 * Declare struct lttng_ust_calibrate
317 * Force 64-bit timestamps
318 * demo program: ensure we don't link demo on useless libs
319 * ust comm: Receive second FD even if 1st receive failed
320 * ust consumer: close shm fd after mapping it
321 * Add a comment about which wait fd is closed early by UST.
322 * Remove leftover structure in ust-abi.h
323 * Close stream and channel file descriptors as soon as passed to
324 sessiond
325 * Fix AC_LANG_SOURCE usage: only takes one parameter
326 * Fix timestamps for slow-paced event rates
327 * configure.ac: Use AC_LANG_SOURCE for if else macros
328 * Add execution instructions to the demo test program
329 * Force the building of shared noinst libraries in the demo test
330 program.
331 * Only print the futex perror in debug mode
332
54d2e210
MD
3332011-12-23 lttng-ust 1.9.4
334 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
335 * Comment the union field (only used in call_rcu scheme)
336
dddc9140
MD
3372011-12-21 lttng-ust 1.9.3
338 * Fix clock source overflow on 32-bit archs
339 * Remove unused trace_clock_frequency
340 * check for negative wait() return value
341 * Add DBG message when registering a probe
342 * Only show futex warning "perror" in debug mode
343
07a0da24
MD
3442011-12-14 lttng-ust 1.9.2
345 * Add missing ust_libc.h to Makefile.am
346 * Use DBG instead of WARN for futex_wake workaround message
347 * Make dlopen more robust by using the .0 target for the library
348
943be3a0
MD
3492011-12-13 lttng-ust 1.9.1
350 * First LTTng-UST 2.0 prerelease.
This page took 0.03658 seconds and 4 git commands to generate.