Fix: perf counters ABI rdpmc detection
[lttng-ust.git] / ChangeLog
CommitLineData
514a87f3
MD
12016-06-15 lttng-ust 2.8.1
2 * Comment the locking mechanisms in ContextInfoManager
3 * Fix: Null-check return value of log4j.Category.getAllAppenders()
4 * Add liblttng-ust-agent.jar to the .gitignore
5 * Fix: Specify encoding when reading agent port file
6 * Fix: Include child loggers in the output of "lttng list"
7 * Fix: Handle both agent config files pointing to same port
8 * Suppress static method warning
9 * Add more logging to the LttngTcpSessiondClient
10 * Use config.h to detect sched_getcpu support
11 * Fix: use limits.h in ust-elf test
12 * Fix: strerror_r behavior is glibc specific
13 * Add support for musl libc to ust-dlfcn.h
14 * Fix: don't generate 0-len array in tracepoint probes
15 * Fix: log4j example: set logger level to prevent unexpected level inheritance
16 * Fix: initialize RCU callbacks with mixed LGPL/non-LGPL objects
17 * Fix: incorrect structure layout with mixed LGPL/non-LGPL objects
18 * Fix: don't call __builtin_return_address(0) on 32-bit powerpc
19 * Fix: tracepoint header: declare tracepoint_dlopen_ptr
20 * Fix: update debug message about weak-hidden symbols
21 * Fix: tracepoint-rcu header: use tracepoint_dlopen_ptr
22 * Fix: test: relax requirement on weak-hidden symbol address
23 * Fix: work-around gcc optimisation oddness on 32-bit powerpc
24 * Fix: test weak-hidden symbols
25
c2c10797
MD
262016-05-20 (Bike-to-Work Day) lttng-ust 2.8.0
27 * Print DBG() message about compiler weak hidden symbol behavior
28 * test: add test for gcc issue with weak hidden symbol on powerpc
29 * Restrict Java context retriever names to a set of valid characters
30 * Fix: Correctly compute Java agent list loggers response size
31 * Add support for aarch64_be
32 * Fix: Fix synchronization of LTTngAgent#dispose
33 * Fix: Verify number of bytes contained in sessiond agent commands
34 * Fix: Avoid potential null dereference with log4j loggers
35 * Specify UTF-8 encoding for all Java agent commands
36 * Fix: merge tap tests stdout and stderr
37 * Documentation: ring buffer: SWITCH_FLUSH can be used when active
38 * Fix: unchecked return value in trace_clock_read64_monotonic
39 * Fix: portability: no arith on void pointer
40 * Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events
41 * Fix: initialize build id and debug link flags to 0
42 * Tests: Add tap-driver.sh for automake < 1.12
43 * Tests: Replace prove by autotools tap runner
44 * bootstrap: Standardize on autoreconf -vi
45 * Harmonize bootstrap script across projects
46 * lttng-ust(3): order environment variables
47 * lttng-ust(3): fix syntax of env. variables section
48 * lttng-ust(3): document $LTTNG_HOME
49 * Fix: Java agent should use LTTNG_HOME
50 * Fix: examples make distcheck failure
51 * Cleanup: add static for internal symbols
52 * Cleanup: Remove unused max() macros from ring_buffer_frontend.c
53 * Use min_t/max_t macros in lttng-ust-elf.c
54 * Tests: update ust-elf tests to reflect correct memsz computation
55 * Fix: erroneous computation of ELF in-memory size
56 * Make code and man pages share the same default values
57 * Fix: remove NULL check of nonnull parameter in dlclose
58 * Fix: endianness of integers received by filter
59
50815783
MD
602016-04-26 lttng-ust 2.8.0-rc2
61 * Doc: Update README.md
62 * Fix: jul and log4j agents makefile missing line and indentation
63 * Fix: re-introduce exported symbols
64 * Doc: update manpages for soinfo/sopath name change
65 * Rename statedump and dl events and fields
66 * Tests: list ust-elf test data explicitly in EXTRA_DIST
67 * Tests: add tests for lttng_ust_elf_is_pic
68 * Add is_pic field to statedump soinfo event
69 * Fix: add common jar to lttng-ust-agent-all dependencies
70 * Fix: add version to lttng-ust-agent-all jar file
71 * Fix: rename liblttng-ust-agent to lttng-ust-agent-all
72 * Fix: re-add liblttng-ust-agent.jar
73 * Fix: lttng java agent: dispose is non-static
74 * doc/man: lttng-ust(3): add tracing control to example
75 * doc/man: lttng-ust(3): split example files in subsections
76 * doc/man/common-copyrights: add missing THANKS section
77 * doc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLES section
78 * doc/man: do not use macros in the NAME section
79 * doc/man: remove duplicate copyrights section
80 * README.md: bolden dependencies and update links
81 * README.md: split required and optional dependencies
82 * Convert man pages to AsciiDoc
83 * Fix: remove dead code from filter interpreter
84 * Fix: convey enum value signedness into metadata
85
358b7b74
MD
862016-03-18 (Awkward Moments Day) lttng-ust 2.8.0-rc1
87 * Fix: remove assertions in lttng-ust-comm init
88 * Add tracepoint_disable_destructors()
89 * Documentation: fix manpage typo
90 * Fix: move lttng_context_is_app to core file
91 * Fix: move dummy functions to common file
92 * Fix: handle backward probe compatibility for application contexts
93 * Fix: application context header size
94 * Fix: event ctx get size should be after chan ctx
95 * Clarify and simplify the Java agent "Hello" examples
96 * Export the stream instance ID
97 * Generate and export the sequence number
98 * Add stream instance id to the packet header
99 * configure.ac: print empty line after AC_OUTPUT
100 * configure.ac: macros with no arguments do not need ()
101 * configure.ac: standardize indentation to tabs
102 * configure.ac: move AC_PROG_SED() close to other AC_PROG_*()
103 * configure.ac: test -a -> shell's && (more portable)
104 * configure.ac: use test "x$var" = "xyes"
105 * configure.ac: AM_CONDITIONAL() accepts two arguments
106 * configure.ac: use dnl at appropriate places
107 * configure.ac: if -> AS_IF()
108 * configure.ac: case -> AS_CASE()
109 * configure.ac: add missing quotes in macro calls
110 * configure.ac: use macros for version name and description
111 * configure.ac: do not use shell eval for known values
112 * Add CONTRIBUTING.md
113 * Output "(null)" when ctf_string()'s arg is NULL
114 * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
115 * Fix: java agent 32-bit pointer to jlong warning
116 * Fix: Use Java 6 syntax in JUL examples
117 * Fix: add missing example file to dist tarball
118 * Fix: add missing header to dist tarball
119 * Fix: add missing LttngContextApi.java to dist tarball
120 * Pass the Java app context information using two separate arrays
121 * Fix: Correctly report filter notifications on Java agent teardown
122 * Add some logging to the AbstractLttngAgent
123 * Fix: Clear tracked application contexts upon closing a Java agent
124 * Introduce a verbose mode for the Java agent
125 * Implement Java agent application context retrieval
126 * Turn ISessiondCommand into an abstract class
127 * Split the JNI APIs in separate classes
128 * Add app context support to ust-ctl protocol
129 * Handle application context cmd
130 * Implement dynamic types, and application context provider support
131 * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
132 * Fix: Ensure the Java JUL messages are correctly formatted
133 * Fix: double-free on error sending fields
134 * Add CTF enum type support to tracepoint event
135 * Fix: missing _GNU_SOURCE define
136 * python-lttngust/setup.py.in: update setup() fields
137 * Refactor Python agent build and install
138 * Fix: remove debugging print() call from Python agent
139 * Fix: header size larger than 256 bytes
140 * Python agent: Support Agent protocol v2.0
141 * Fix: Java agent protocol network endianness consistency
142 * Fix: examples jul: add missing files to make dist
143 * Fix: Filer -> Filter typo in example
144 * Fix: Return the correct list of available Java events
145 * Add a toString() to Java agent's EventRule
146 * Add API stubs for the Java context info retrievers
147 * Receive the event filter string in the Java agent
148 * Document the Java filter notification model
149 * Add filter change notification mechanism to the Java agent
150 * Manage complete "event rules" in the Java agent
151 * Introduce a new client listener interface for the Java agent
152 * Turn ILttngAgentResponse into an abstract class
153 * Remove stale tests/java-jul test
154 * Fix: live timer calculation error
155 * Fix python agent build/install/uninstall with DESTDIR specified
156 * Fix: Don't (re)define STAP_PROBEV
157 * Fix: don't dereference NULL pointers
158 * Cleanup: Remove unused values
159 * Fix: Value stored to 'has_waited' is never read
160 * Fix: Argument with 'nonnull' attribute passed null
161 * Cleanup: Unnecessary bit shift
162 * Clean-up: remove extraneous "found" parameters in ust-elf
163 * Fix: sysconf() unchecked return value
164 * doc: add Python example
165 * Fix: Python agent: do not register twice to same port
166 * Fix: potential leaks in error paths
167 * Fix: double free in liblttng-ust-dl
168 * Fix: make check in OOT build with absolute path
169 * Fix: elf: leaks on error paths
170 * Cleanup: coding style
171 * Cleanup: elf: use off_t for offsets, size_t for len
172 * Cleanup: eliminate implicit sign-extension
173 * Fix: elf: NULL pointer dereference
174 * Fix: add missing ust-elf.h header to dist
175 * Fix: make check in out of tree build
176 * Fix: old gcc warnings
177 * Fix: old gcc warning
178 * Fix: remove stale lttng-ust-elf.h from makefile
179 * Fix: elf: uninitialized ret
180 * Fix: test elf: handle NULL debug file
181 * test: elf move constants to top of implementation
182 * Fix: elf test prog arg checking
183 * baddr statedump: remove dependency on file streams
184 * baddr statedump: hold ust lock around allocations
185 * Add unit tests for lttng_ust_elf
186 * Add memory size, build id, and debug link info to statedump and dl
187 * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
188 * Cleanup: more descriptive error message
189 * Fix: add missing ust lock around objd_table_destroy()
190 * Fix: application exit race with pthread cancel
191 * Cleanup: configure layout for python agent detection
192 * Build: python agent: use setup.py over autoconf
193 * Build: add python interpreter used by python agent if built
194 * Doc: basic lttng ust python agent documentation
195 * Build: use AM_PATH_PYTHON to resolve python when building agent
196 * Build: only check if python exists in path
197 * Update version to 2.8.0-pre
198 * Fix: Send the correct Java agent return code when disabling events
199 * Fix: Correctly handle the command to disable all events
200 * Small refactor of the Java agent's TCP client
201 * Rename Java Agent event names to "event"
202 * Rename Python agent tracepoint to "event"
203 * Allow compiling the Java agent with Java 1.6
204 * Restore concurrent build when Java agent is enabled
205 * Refactor Java agent to let applications manage the log handlers
206 * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
207 * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
208 * Cleanup: Add Javadoc to all public methods and members
209 * Fix: Small fixes to the Java agent example files
210 * Update doc/java-agent.txt to reflect the new packaging
211 * Split Java agent library in 3 separate jars
212 * Remove deprecated org.lttng.ust.jul.LTTngAgent class
213 * Use tar-ustar format for the dist archive
214 * Fix: remove generated file from git tree
215
36745ac7
MD
2162015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
217 * Fix: Use $enableval with AC_ARG_ENABLE
218 * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
219 * Fix: handle sys_futex EINTR and EWOULDBLOCK
220 * Fix: update liburcu URL
221 * .gitignore: ignore Python agent generated files
222 * Add ctf_sequence_hex() macro
223 * Fix: set soinfo_data's vdso flag correctly in base address statedump
224 * Fix: running java examples out of tree
225 * Fix: java class check when uudecode is not present
226 * Cleanup: remove extra whitespace in configure output
227 * Default to no unaligned access on unsupported archs
228 * cleanup: Coding style fixes to the Java agent
229 * cleanup: Mark obsolete JUL agent as @Deprecated
230 * Fix compilation warnings in the Java agent
231 * Fix: out of tree build of java agents
232 * Fix: Use env CLASSPATH when building log4j example
233 * Fix: build log4j example when enabled
234 * Bump tracer version to 2.7.0-pre
235 * Fix: perform volatile load of tracepoint state
236 * Add demo-tracelog to gitignore file
237 * Add aarch64 support to configure
238 * Implement cpu_id context for filtering
239 * ust cyg-profile: use same class for entry and exit
240 * Fix: function instrumentation ip context
241 * Fix: liblttng-ust-dl ip context
242 * Remove caller field from malloc events
243 * Fix: pthread wrapper ip context
244 * Fix: lttng-ust-malloc ip context
245 * Allow TP_IP_PARAM arg name to be configured
246 * tracelog: use same class for all loglevels
247 * fix tracelog namespacing of loglevels
248 * Add tracelog documentation to lttng-ust(3)
249 * Implement demo-tracelog example
250 * Implement tracelog API
251 * Fix: fetch caller address from tracef()
252 * Rename helper providers and events for consistency
253 * Refactor state dump system
254 * Refactor Python agent
255 * Fix: building probe providers with C++ compiler
256 * Fix: use lttng_secure_getenv to handle env. vars. involving paths
257 * Fix: Don't wait during registration if clock_gettime() fails
258 * Fix: getcpu/clock plugin handle leak
259 * Fix: add missing new ldl dependency for liblttng-ust-ctl
260 * Fix: add missing getenv wrapper
261 * Fix: add missing lttng-clock.c
262 * Fix: add missing ust-clock.h
263 * clock plugin example: use shift and mul
264 * Implement getcpu override
265 * Implement clock override plugin support
266 * Add tracepoint_enabled() macro
267 * Move file creation/unlink from liblttng-ust-ctl to consumerd
268 * Implement file-backed ring buffer
269 * Fix: oot build: missing top_builddir include
270 * Fix: Mismatching code and console output in log4j example
271 * Update manpage about LTTNG_UST_DEBUG effect
272 * Don't output to stderr from lib unless DEBUG is activated
273 * Remove usterr.h, use usterr-signal-safe.h everywhere instead
274 * Fix: out-of-tree build: wrong file path for sed input
275 * Fix: make dist: python agent file handling
276 * Fix: java-agent: out-of-tree path to java manifest
277 * Add return address to liblttng-ust-libc-wrapper
278 * Fix: missing parenthesis in offset_align_floor
279 * Fix: add ustctl_has_perf_counters
280 * Fix: add urcu-bp TLS fixup
281 * Fix: add missing poll.h include
282 * Fix: get_subbuf: bound number of consumerd retry
283 * Fix: man: you can't link a lib with a static lib
284 * Fix: context alignment not properly handled
285 * Fix: Shorthand option -cp not supported in all version of Java
286 * Fix: allow tracepoints to build with --std=c99
287 * Bump UST ABI for new release cycle
288 * Cleanup: remove "disabled" flag for new release cycle
289 * Fix: filter attach vs event enable race
290 * Fix: add a configure check for weak symbols support
291 * Fix coverity warning about sizeof(void **) != sizeof(void *)
292 * Fix: off-by-one in sequence filter comparator
293 * Fix: Java Agent JAR file symlink should be created after objects install
294 * Fix: Add versioning to liblttng-ust-agent JAR
295 * Fix: Warn when log4j version is too old
296 * Update Java agent documentation
297 * Fix: Try loading classes using the thread context class loader
298 * Add Python agent support
299 * Update version name
300
837fc266
MD
3012014-10-20 lttng-ust 2.6.0-rc1
302 * Add missing file to gitignore
303 * Fix: preserve example files' timestamps when copying
304 * Fix: Abort loading log4j agent classes when detected log4j version is too old
305 * Cleanup: Remove the no longer needed liblttng-ust-jul folder
306 * Fix: Wrong CLASSPATH when building liblttng-ust-java oot
307 * Fix: Wrong CLASSPATH when building liblttng-ust-java-agent oot
308 * Rename public structure to avoid collisions
309 * Refactor liblttng-ust-jul in liblttng-ust-agent
310 * Build the liblttng-ust-java library using the new M4 macros
311 * Add M4 macros helpers to build Java programs
312 * Modernize README using Markdown
313 * Documentation: clarify event name in lttng-ust.3
314 * Add cscope to gitignore
315 * configure.ac: fix "missing jni.h" error message
316 * Fix: remove references to trace_printf()
317 * Change JUL agent to use the new ABI
318
ce59a997
MD
3192014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0
320 * Mutex while updating statedump_pending is not needed
321 * Revert "Turn base address dump into experimental feature"
322 * Fix: document ust_fork_mutex nesting
323 * Bugfix for #745 deadlock with baddr statedump+fork
324 * Move enablers syncing after the channel registration
325 * Add lttng_ust_notrace to static inline functions
326 * lttng ust: support ppc64le within configure
327
f08370eb
MD
3282014-06-27 lttng-ust 2.5.0-rc2
329 * Fix: lttng-ust-jul: set thread in daemon mode
330 * JUL: use root logger to capture events
331 * Fix: Wrong configure check for UST perf event counters context support
332 * Fix: multiple providers in same C file failure
333 * Fix: header inclusion guard typo in lttng-ust-tracef-provider.h
334 * Fix: 2.5.0-rc1 changelog has off-by-one date
335
40fc5322 3362014-05-28 (International Hamburger Day) lttng-ust 2.5.0-rc1
c2d275b8
MD
337 * Fix: out of tree build for lib Java and JUL
338 * Fix: default loglevel is DEBUG
339 * Fix: refuse overwrite mode buffers with less than two subbuffers
340 * Fix: tracef.h: add missing c++ guard
341 * Fix: remove JUL loglevel filtering from the agent
342 * Fix: cleanup JUL agent state on sessiond disconnect
343 * Fix: Move generated headers to the BUILT_SOURCES target
344 * Fix: perf ust: check close return value
345 * Cleanup: work-around missing inet.h struct mmsghdr fwd declaration
346 * Implement LTTng-UST perf counters support on x86
347 * Fix linking failure when cross-compiling
348 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
349 * Fix: pass proper args when writing commit counter
350 * Fix: pad strings that are modified concurrently with tracing
351 * Fix: Use $AM_CC when it is defined instead of gcc in demo-tracef
352 * Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
353 * Fix: .split() the CC environment variable in lttng-gen-tp
354 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
355 * Fix: python invocation through env
356 * Change default loglevel to TRACE_DEBUG_LINE
357 * Fix: Override AM_PATH_PYTHON's default action-if-not-found
358 * Fix: don't accept configure --disable-shared
359 * Fix: configure.ac: add missing result to alignment req. check
360 * Fix: malloc wrapper: infinite recursion with compat TLS
361 * Fix: lttng-ust needs -ldl for tracef()
362 * Fix: typo in lttng-ust.3
363 * Fix: liblttng-ust-libc-wrapper recursive use of calloc
364 * Fix: add demo-tracef to dist tarball
365 * Fix: add missing header files for tracef
366 * Implement tracef() instrumentation API
367 * Add 'unused' attribute to tracepoint callback
368 * Use autoconf AM_MAINTAINER_MODE
369 * Fix: mismatch between code and comments
370 * Fix: incorrect urcu git URL in README
371
5ba5bf7f
MD
3722014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
373 * Fix: JUL test: update to API change
374 * Fix: Cast from pointer to different integer size warning
375 * Turn base address dump into experimental feature
376 * Fix: JUL support multiple loglevels
377 * Fix: Skip lttng-gen-tp example build if Python is missing
378 * Fix: dynamically fetch the session daemon port
379 * Fix: JUL agent connect to user and root sessiond
380 * Fix: handle registration done command
381 * Fix: Unsynchronized access in LTTngTCPSessiondClient
382 * Cleanup: fix comment
383 * Fix: Dump executable base-address with readlink
384 * Fix: add assert for NULL dereference
385 * Fix: tracepoint out of memory handling
386 * Fix: dereference before null check
387 * Cleanup: remove logically dead code
388 * Fix: handle sysconf errors
389 * Fix: java-jul/Makefile should not be marked as a binary
390
d06136ec
MD
3912014-02-14 lttng-ust 2.4.0-rc4
392 * Cleanup: remove extra space in dlerror wrapper
393 * Fix: work-around glibc lying about dlsym()/dlerror() leafness
394 * Cleanup: add lttng_ust_malloc_wrapper_init prototype to header
395 * Fix: malloc libc instrumentation wrapper
396 * Fix: add LTTngEvent class to fix delayed logger
397 * Fix: FD leak in liblttng-ust-ctl
398 * Fix: liblttng-ust-dl Makefile flags mismatch
399 * Fix: liblttng-ust-fork Makefile flags mismatch
400 * Fix: out of tree examples build
401 * Fix: C++: incomplete extern C guard transition
402
35d2bbde
MD
4032014-01-29 lttng-ust 2.4.0-rc3
404 * Fix: add missing JUL loglevel handling
405 * Cleanup gen-tp: add quotes around AM_CC
406 * Pass the CC variable to the example Makefiles
407 * cleanup ust_baddr and ust_baddr_statedump doc
408 * baddr: add ust_baddr and ust_baddr_statedump doc
409 * Fix: baddr_statedump tracepoint registration
410 * Fix: baddr out of tree build
411
d516ed24
MD
4122013-12-10 lttng-ust 2.4.0-rc2
413 * Fix: baddr_statedump tracepoint registration
414 * Fix: baddr deadlocks and RCU races
415 * Fix: lock exit mutex when creating threads
416 * Fix: baddr deadlock with lttng-ust destructor
417 * baddr: include missing header
418 * baddr: get session under lock
419 * Fix: take the ust lock around session iteration in statedump
420 * Fix: baddr_statedump deadlock with JUL tracing
421 * Fix: client_packet_header() uses wrong packet
422 * Cleanup: fix typo in ring buffer backend comment
423 * Compile liblttng-ust-baddr c files into liblttng-ust
424 * Allow suppressing of base-address-state tracing
425 * Integrate base-address statedump into lttng-ust
426 * Fix: eliminate timestamp overlap between packets
427 * Fix: lttng-gen-tp to build out of tree
428 * Fix: compile doc/ after JUL/Java
429 * JUL: add Hello.java in doc/examples
430 * Fix lttng-ust(3) manpage
431 * JUL: fix enable all event for delayed Logger
432 * Fix: typo in JNICALL for the JUL tracepoint
433 * Fix: move va_end to outermost label
434 * Fix: add missing NULL check after allocation
435 * Fix cleanup: all spaces before flags
436 * fix: lttng-gen-tp: add missing spaces around flags
437
48de55ad
MD
4382013-11-15 lttng-ust 2.4.0-rc1
439 * doc/examples: error out when a subdir make fails
440 * JUL: fix out of tree build
441 * Java/jul: fix make dist
442 * JUL: install documentation and jar file
443 * Add missing copyrights to test scripts
444 * Escape minus signs in lttng-ust-cyg-profile manpage
445 * Fix spelling mistake in lttng-ust manpage
446 * Fix tests/benchmark
447 * Implement base-address-state tracing
448 * Base-address tracing for dlopen and dlclose
449 * Add a check against excluders
450 * Add handler for LTTNG_UST_EXCLUSION in UST ABI
451 * Store exclusions to enablers
452 * Add excluders to enabler structure
453 * Send exclusion data through ustcomm
454 * Define exclusion structure for UST ABI
455 * Define a new command LTTNG_UST_EXCLUSION
456 * Fix: package of LTTngUst.h was renamed without renaming target in makefile
457 * Fix: check for java .class in package subfolders
458 * Fix: java library to use user define JDK at compile time
459 * Add liblttng-ust-jul for JUL support
460 * Fix: application SIGBUS when starting in parallel with sessiond
461 * Fix: Minor corrections to the lttng-ust man page
462 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
463 * Warning cleanup: add missing padding initializer
464 * Fix: socket connect hang on heavy loads
465 * Cleanup: fix typo
466 * Fix: ust-comm recvmsg should handle partial receive
467 * gcc warning fix: -Wextra
468 * Add usage reference count for tracepoints
469 * tracepoint.c: Move add_callsite/remove_callsite further down in file
470 * Store the callsites into the library callsite list
471 * Fix linking warning
472 * Per-stream ioctl to get the current timestamp
473 * LTTng ringbuffer ABI calls for index generation
474 * Specialize lttng_ust_lib_ring_buffer_client_cb
475 * Add tracing instrumentation for pthread mutex lock functions
476
9f00ce32
MD
4772013-09-03 lttng-ust 2.3.0
478 * No change
479
07d2f704
MD
4802013-08-30 lttng-ust 2.3.0-rc2
481 * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
482 * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
483 * Fix: doc/examples cross-build
484 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
485 * Introduce configure --with-lttng-system-rundir
486 * examples: tracepoint probes don't need extern C
487 * Tracepoint probes don't need extern C
488 * Add trace support for memalign and posix_memalign
489 * malloc instrumentation: remove dependency on pthread
490 * Add trace support for calloc and realloc.
491 * Fix: allow make check to run in VPATH build
492 * Update .gitignore
493 * Update obsolete benchmark test
494 * Cleanup tests (2nd commit)
495 * Cleanup tests
496 * Fix: doc/examples VPATH build
497
0ff43c44
MD
4982013-07-17 lttng-ust 2.3.0-rc1
499 * Fix: Unchecked asprintf/vasprintf return values
500 * Missing NULL pointer init in tap.c
501 * Disable doc/examples build
502 * Add python3 support to lttng-gen-tp
503 * Bump ABI major to 5
504 * callsite: add "ip" context
505 * Allow environment variable LTTNG_HOME to override HOME
506 * Fix: libs order in Makefile
507 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
508 * Introduce ustctl_write_one_packet_to_channel
509 * build: Fix out-of-tree build
510 * Fix: SWITCH_FLUSH new sub-buffer checks
511 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
512 * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
513 * Fix: doc/examples: gen-tp path
514 * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
515 * Fix: handle writes of length 0
516 * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
517 * Fix: lttng-events VPATH build
518 * Allow #include in template (.tp) file
519 * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp
520 * doc/examples: build gen-tp example by default
521 * doc/examples: support BSD make
522 * Tracepoint.h: replace assertion by fprintf and abort()
523 * Remove unused assert.h from bitfield.h
524 * Clarify probe registration documentation/errors
525 * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test
526 * Add mising include in ust.h
527 * lttng-gen-tp: Fix include guard name with file using non valid characters
528 * Fix: segfault when print invalid command
529 * Fix: Add --no-as-needed to the demo example's Makefile
530 * zmalloc: attribute always_inline
531 * Fix: liblttng-ust process startup hang when sessiond is stopped
532 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
533 * Allow tracepoint providers to be compiled with g++
534 * Add parameter -f to rm in Makefile clean target
535 * Fix: missing dependency for liblttng-ust-tracepoint.so
536 * Remove 0.x TODO
537 * Add warning about default prefix and library paths to README
538 * Revert "Revert "Fix (another) linker library order""
539 * Revert "Revert "Fix linker library order""
540 * snprintf: play nice with static checker
541 * tracepoint.c: Add coverity alloc/free annotations
542 * Fix: "fields" leak on register
543 * Fix: memory leak for events without fields
544 * Fix: memory leak on connection reset
545 * Revert "Fix linker library order"
546 * Revert "Fix (another) linker library order"
547 * Fix: incorrect support for multi-context
548 * Fix (another) linker library order
549 * Fix typo in run script
550 * Fix linker library order
551 * Fix examples: add missing CPPFLAGS
552 * example Makefiles: standardize on $^ for linking
553 * Fix demo example Makefile
554 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
555
9ac8c212
MD
5562013-05-09 lttng-ust 2.2.0-rc2
557 * manpage: Document probe provider compatibility
558 * Fix: add provider ABI compatibility check
559 * Cleanup: ignore mktemp return value
560 * Cleanup: documentation: argument vs field
561 * Documentation: document undefined behavior for NULL pointers
562 * Cleanup: silence cppcheck error
563 * Fix: add internal mutex for timer
564 * 32-bit warning fix for cyg profile fast
565 * Fix warnings for 32-bit in lttng-ust-cyg-profile
566 * Typo fix in README
567 * Fix: tracepoint.h incorrect assumption about constructor order
568 * Cleanup: comment mismatch with code
569 * Fix: ABI breakage between 2.1 and 2.2-rc1
570 * Documentation: document that sequence len field is unsigned
571 * connect: don't report EACCES
572 * connect: don't print error on EPERM
573 * Bump liblttng-ust-ctl lib version major number
574 * Optimisation: implement callsite hash table in tracepoint.c
575 * Optimisation: only update added library in tracepoint.c
576 * Optimisation: only fix pending events once per lazy update
577
9c915ee8
MD
5782013-03-28 lttng-ust 2.2.0-rc1
579 * Fix: tracepoint instrumentation constructor order issue
580 * Documentation: update 2.0 to 2.x
581 * Add demo test back as an example
582 * Don't rely on explicit context for filtering
583 * Implement per-context filtering
584 * Fix: filter string comparison should check for literal
585 * update tests/demo readme file
586 * Add man page for lttng-ust-cyg-profile
587 * Fix: filter string wildcard comparison
588 * Fix: Remove test runner script
589 * Fix: forwarding of call_site argument to field
590 * Add demo README
591 * Tests: Use Perl prove as the testsuite runner
592 * Remove tests depending on consumerd
593 * Convert hello.cxx test to a build test
594 * Clean-up of configure.ac and tests/Makefile.am
595 * Fix snprintf test and output result to TAP format
596 * Replace same_line_marker test with same_line_tracepoint
597 * Remove tests-libustinstr-malloc
598 * Remove exit-fast test
599 * Remove fork test
600 * Remove daemon test
601 * Remove demo test
602 * Remove outdated test-nevents test
603 * Remove outdated simple_include test
604 * Remove outdated register_test test
605 * Convert hello-static-lib test to a build test
606 * Convert hello test to a build test only
607 * Remove outdated libustctl_function_tests test
608 * Remove outdated test hello2
609 * Remove outdated dlopen test
610 * Remove outdated test basic long
611 * Remove outdated test basic
612 * cyg_profile: implement fast and verbose .so
613 * Performance: add unlikely to tracepoint dynamic linking test
614 * Fix: _LGPL_SOURCE rcu dereference fix
615 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
616 * Minor fix: libc wrapper internal run script
617 * Fix: ustctl_recv_register_event pointer mixup
618 * Fix: allow enabling same events for two channels
619 * Add channel ID field to attr
620 * Remove useless else clause
621 * tracepoint: move "probe" test outside of loop
622 * Fix uninitialized has_loglevel variable
623 * Fix clang warnings
624 * Cleanup: work-around clang unused result warning
625 * Cleanup compile warning
626 * Cleanup: remove unused variables
627 * tracepoint: Don't add NULL probes
628 * Remove mention of locking issues associated with dlopen usage
629 * Implement read timer (for RT)
630 * Only flush when there are readers active
631 * Add mutex for channel wakeup fd update
632 * Fix: fields should be initialized to NULL
633 * Implement ustctl_duplicate_ust_object_data
634 * Add channel wakeup fd to monitor close
635 * Fix: refcount issue in lttng-ust-abi.c
636 * Fix: only consumerd should print errors
637 * Implement ring buffer periodic buffer switch timer
638 * Fix: ensure all probe providers have their symbols
639 * Reactivate error printing
640 * Unregister tracepoint probes when not needed
641 * Cleanup: remove now unused metadata code from UST
642 * Fix: notification timeout logic
643 * Fix: don't print error in comm proto connect on ENOENT
644 * Fix: return expected error return values for sessiond
645 * Fix: set wait/wake fd to -1 before close
646 * Fix: Only notify socket should have timeout/nonblock
647 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
648 * Fix: Add timeout on notification socket
649 * Remove now unused metadata printf code
650 * Move metadata creation into lttng-sessiond and lttng-consumed
651 * Add write metadata API to ust-ctl.h
652 * Move UST registry into sessiond and implement notifiers
653 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
654 * Use tp rcu link test in provider
655 * Remove direct dependency of probes on urcu-bp
656 * Use urcu tls-compat.h
657 * Lazy provider registration
658 * Always use lttng_get_probe_list_head to get probe list
659 * Fix static build
660 * Move LTTng-UST buffer ownership from application to consumer
661 * Fix package: don't distribute generated headers
662 * Fix: don't cancel already exited threads
663 * Scalability fix: tracepoint.c hash table size increase
664 * Scalability fix for many events: event hash table size
665 * Speed up probe registration for large amount of events
666 * Add missing demo-trace shell script to dist tarball
667 * Documentation: add uuid package name for Fedora in README
668 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
669 * Add compilation support for Tile architectures
670 * Documentation: clarify debian package name for uuid in README
671 * Fix: comment in ust-ctl.h
672 * Fix I/O-related error values in ustctl
673 * Introduce hash table for lttng_create_event_if_missing()
674 * Fix: don't build C++ example if a C++ compiler isn't available
675 * Remove LIBFORMAT output in configure.
676 * Document dependency on libuuid
677
0c9ad44b
MD
6782012-12-20 (13th Baktun) lttng-ust 2.1.0
679 * Bump liblttng-ust-ctl lib version major number
680 * Bump UST proto version minor number
681 * Helper to debug: add object name
682 * Tests: Fix rundir not created in ust-basic-tracing
683 * ust test: add missing return -1
684 * Test: update ust tracing unit tests to 2.1 internal ABI
685 * Tests: Fix rundir not created in ust-multi-test
686 * Adapt internal files and examples to TRACEPOINT_INCLUDE
687 * Adapt tests to TRACEPOINT_INCLUDE
688 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
689 * Fix: don't do macro expansion in tracepoint file name
690 * Fix lttng-gen-tp: Template file must end in .tp
691 * Pack structures in comm protocol between UST and sessiond
692 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
693 * Cleanup lttng-gen-tp: remove leading underscore before include guard
694 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
695 * Update license text
696 * Fix: check if event enabled for bytecode-less events
697 * Fix: handle enablers without bytecode
698 * Print probe provider mismatch error even without -Wsystem-headers
699 * filter: Add missing padding
700
dd8b384a
MD
7012012-11-22 lttng-ust 2.1.0-rc2
702 * filter interpreter cleanup: use uint64_t for retval
703 * Fix: filter linking can dereference NULL pointer on alloc failure
704 * Cleanup: remove whitespaces and EOL in tests
705 * Filter: use only single lower bit of filter return value
706 * Fix: filter: var len array at end of external structure
707 * Fix: filter link fail handling
708 * Fix: add missing seqnum field to filter
709 * filters: perform union rather than intersection
710 * Implement support for overlapping wildcard/events
711 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
712 * filter: add seqnum field to filter command
713 * Filter iteration: iterate on list of filters
714 * document that tracepoint names should ideally not be re-used
715 * Remove LIBFORMAT config declaration, unused
716 * Add libc errno translation layer to UST error code
717 * Fix: add const qualifier for filter local void *
718 * Fix: re-allow non-lvalue string, sequence, array parameters
719 * Tear down handles associated with a closed sessiond socket
720 * Distinguish UST return codes from transport return codes
721 * Fix: Conditionally disable tests requiring shared libs support
722 * Cleanup: don't spawn per-user thread if HOME is not set
723 * Manpage: document supported UST contexts
724 * Fix: procname context semantic
725 * Fix: Fix self-assign warning on struct ustfork_clone_info init
726 * Fix: memcpy of string is larger than source
727 * Implement liblttng-ust-fork daemon() override test
728 * liblttng-ust-fork: override daemon() call
729 * ustfork: set errno to ENOSYS if symbol lookup fails
730 * Fix: be quiet on filter linker error
731 * Build out of src tree
732 * Fix: filter bytecode specializer stack leak
733 * Fix: reloc offset validation error out on filters with no reloc table
734 * Perform calculation on bit size in 64-bit
735 * Use uint64_t for packet header content size and packet size
736 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
737 * Fix: BSD getprogname null pointer dereference
738 * Add support for model.emf.uri event info
739 * Filter error message cleanup
740 * Manpage update: document use in daemons
741 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
742 * Fix: get_wait_shm() ust mutex deadlock
743 * Fix: add events with 0 field to field list
744
d8c99839
MD
7452012-09-10 lttng-ust 2.1.0-rc1
746 * Fix make dist: fix liblttng-ust-java dependencies
747 * Fix make dist: add missing filter header
748 * Fix: backward compatibility with UST 2.0 app probes
749 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
750 * Export "written" information about fields
751 * Fix filter: pointer to string, not string, should be on stack
752 * Fix: tracepoint float nowrite
753 * Fix: accept 65536 bytes long bytecodes
754 * Add hostname to env
755 * ABI change: bump internal version to 3.0.0
756 * Fix: threads should be created in DETACHED state
757 * Fix: 32-bit x86 strict-aliasing warnings
758 * Fix UST SIGPIPE handling
759 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
760 * Cleanup: filter: turn bytecode linking error msg into debug
761 * Make lttng-ust robust against -finstrument-functions.
762 * Filter: keep aliased ax and bx registers
763 * Filter: remove interpreter dynamic typing
764 * Filter: add missing specialized op names
765 * Filter: specialize double-s64 binary comparators
766 * Fix filter: fix stack leak on taken branch
767 * Filter: Implement stack-based interpreter
768 * Filter: double comparator produces s64
769 * Filter: use hash table to check merge points
770 * Filter: split passes into separate components
771 * Filter: cleanup macros
772 * Filter: validate range overflow with end of insn
773 * Filter: validate that field ref strings are non-NULL
774 * Filter: ensure logical operator merge is always s64
775 * Filter: we don't care if double/s64 are literals
776 * Filter: specialize 'and' and 'or' ops.
777 * Implement dispatch-table based interpretor
778 * Filter: Specialize unary operators
779 * Define switch use as macro in interpreter
780 * Filter interpreter: mark float test as unlikely
781 * Filter: fix bytecode validation typo
782 * Filter: specialize comparators
783 * Specialize load and unary ops
784 * Validate registers, no need to initialize to 0
785 * Filter: opcode for ref loads
786 * Remove redundant validation from interpreter
787 * filter: Add bytecode validation pass
788 * TRACEPOINT_EVENT: add *_nowrite fields for filter
789 * Only print filter errors if LTTNG_UST_DEBUG is set
790 * Cleanup: remove debug define
791 * Filter: add floating point support
792 * Remove filter test printouts
793 * Implement filter bytecode interpreter and linker
794 * Filter: receive, attach and link empty filter
795 * Filter: prepare filter stack data
796 * Wrap dynamic len array into stackvar union
797 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
798 * liblttng-ust/lttng-ust-comm.c: fixing typo.
799 * Fix: remove unused texinfo dep from configure.ac
800 * Fix C99 strict compatibility: don't use void * for function pointers
801 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
802 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
803 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
804 * Fix: perform TLS fixup of nest count outside of UST mutex
805 * Fix: liblttng-ust-fork deadlock
806 * Fix: handle pthread errors
807 * Fix: local apps allowed should disable local (not global) tracing
808 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
809 * Fix: support -std=c99 in tracepoint macros
810 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
811 * hello test: fail on old style definition
812 * Fix: tracepoint.h should not generate old-style definitions
813 * Fix: don't define variables in headers
814 * test "hello": add boolean test
815 * Fix: perform macro expansion on tracepoint signatures
816 * UST check pointer/de-reference order
817 * Fix list field: handle error
818 * Implement event fields listing
819 * Implement field listing command
820 * Fix: Block all signals in listener thread
821 * Add CodingStyle document to tarball
822 * Add coding style document
823 * endian.h: support cygwin
824 * align.h: support cygwin page size
825 * Add cygwin support to libringbuffer getcpu.h
826 * Add "2x int" and "2x long" types to the Java interface
827 * Add Integer and Long tracepoint types to the Java interface
828 * Fix: don't SIGBUS when filesystem is full
829 * tracepoint: include stdio.h for NULL definition
830 * manpage update: document that probes need gcc
831 * Fix: remove # in front on extern "C" {
832 * Cleanup: don't use GNU old-style field designator extension
833 * Fix: remove padding field after variable sized array
834 * Use unsigned long type for events discarded counter
835 * Fix: getcpu build with modern uClibc versions
836 * Fix: lttng-ust.pc needs to specify -ldl
837 * Fix: examples Makefiles should pass $(LIBS) at last
838 * Build a jar for the Java side of the JNI interface
839 * Fix: ustctl need to send the second fd upon error of 1st fd
840 * Fix: Add missing fork test program dependency library
841 * Fix: Make the JNI interface actually work
842 * Merge branch 'dev'
843 * Fix: stringify version description
844
1a94cf83
MD
8452012-03-29 lttng-ust 2.0.1
846 * Use bsd-compatible fcntl for close-on-exec on socket
847 * Fix multi-session wildcard support
848 * Fix event lost count when buffer is full
849 * Remove inappropriate \n from easy-ust sample
850
649282a8
MD
8512012-03-20 lttng-ust 2.0.0
852 * First STABLE version
853 * Add version name
854
68d9f89e
MD
8552012-03-20 lttng-ust 2.0.0-rc4
856 * Fix out-of-bound write in ltt-events.c
857 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
858 * Update COPYING
859 * Add exception handling to lttng-gen-tp io operations
860
8e2d61c8
MD
8612012-03-16 lttng-ust 2.0.0-rc3
862 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
863 * fix: ustcomm_close_unix_sock should close, not shutdown
864 * Fix: do not print EPIPE perror, as it is an expected error
865 * Ensure that multiplication of clock offset is done on 64-bit
866 * Add 2 missing licenses in deprecated tests
867 * Remove unbuild and unused (deprecated) make_shared_lib test
868 * License text standardization, add missing licenses
869 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
870 * Fix: power of 2 size check should apply to size_t type, not uint32_t
871 * Fix: recvmsg should handle EINTR
872 * Make lttng-gen-tp work on python 2.6
873 * Make lttng-gen-tp executable
874
bf1175c2
MD
8752012-03-02 lttng-ust 2.0.0-rc2
876 * Manpage fixes
877 * Fix: dmesg printout should not print metadata warnings
878 * Fix: use transport name as channel name
879 * Fix: Add signature check in tracepoint activation
880 * Fix: add tracepoint signature at tracepoint definition site
881 * Fix: keep event probe signature, for use by event probe signature check
882 * Fix ABI: add padding to structures shared between UST and consumer
883 * Fix ABI: add padding to tracepoint and ring buffer config public structu
884 * Fix ABI: Adding missing padding in tracepoint event structures
885 * Fix: Add include/lttng/ust-config.h to git ignore
886 * Fix effect: update README about dlopen()
887 * Fix: fixup vtid TLS
888 * Fix: fixup ringbuffer tls at constructor by forcing read
889 * Fix: fix deadlock with dlopen() lttng-ust
890 * Fix: only print event errors every 1048576 hits
891 * Fix: add missing debug printout to identify the cause of lost events
892 * fix: liblttng-ust-ctl should check for incorrect parameters
893 * fix: ust comm error handling segfault
894 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
895 * fix: on exit, leave thread/mmap reclaim to OS
896 * fix: Handle sys_futex with async cancel, add missing pthread_join
897 * fix: Only munmap the wait page when not exiting from process
898 * Use CPPFLAGS instead of CFLAGS for -I
899 * Fix type range comparison always false for 64-bit arch
900 * demo: remove useless libs
901 * tests: include missing headers
902 * Add missing limits.h include for NAME_MAX
903
1796af86
MD
9042012-02-20 lttng-ust 2.0.0-rc1
905 * Standardize version across toolchain
906 * Fix a typo in gen-tp Makefile
907 * Implement the .o file generation in lttng-gen-tp
908
58bfa9af
MD
9092012-02-16 lttng-ust 1.9.8
910 * Fix comment in tracepoint.h
911 * Add loglevel info to manpage
912 * Remove stale binary file
913 * Add lttng-ust(3)
914 * Add a man page for lttng-gen-tp
915 * Install easy-ust and gen-tp examples in doc/
916 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
917 * Add missing #define _GNU_SOURCE for sched_getcpu()
918 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
919 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
920 * Mark lib_ring_buffer_print_errors unused
921 * Cleanup: remove extra space from easy_ust example
922 * Add missing comma to tracepoint STAP_PROBEV call
923
43f76196
MD
9242012-02-13 lttng-ust 1.9.7
925 * liblttng-ust-java: add missing -classpath ./
926 * Only specify that sdt.h provides system integration for now
927 * Add STAP_PROBEV check ton configure.ac
928 * Add sdt.h integration
929 * Remove extern C around probe header
930 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
931 * Add a configure report at the end of the output
932 * Add sdt.h integration option
933 * Set default loglevel in metadata
934 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
935
94b6d0d1
MD
9362012-02-09 lttng-ust 1.9.6
937 * Fix tracepoint.h multiple .o within module/core exec linkage bug
938 * tracepoint: name -> _name to fix possible namespace clash
939 * Add debug printout to tracepoint.c
940 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
941 * Update hardcoded loglevel
942 * Add "easy_ust" example
943 * Update gitignore
944 * Zero-initialize struct msghdr
945 * Add environment information
946 * Fix event-specific enabling
947 * Update static lib linking
948 * liblttng-ust-libc: fix linking
949 * liblttng-ust-libc: fix lib dependency
950 * Install README and ChangeLog into system doc
951 * Add hello-static-lib test
952 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
953 * Fix 32-bit type: allocated len is used
954 * Fix 32-bit type mismatch
955
e4d66fb5
MD
9562012-02-02 lttng-ust 1.9.5
957 * UST comm ABI: Add padding, push version to 2.0
958 * Update loglevel names
959 * Implement loglevels as event and wildcard attributes
960 * Update loglevel ABI: only loglevel value/enum is known by UST
961 * Pre-assign fixed loglevels
962 * Remove old (now unused) loglevel control code entirely
963 * Update loglevel selection ABI
964 * Use boot_id as monotonic clock uuid
965 * clock: add clock description to metadata
966 * Properly fix the timekeeping overflow detection
967 * Revert "Fix timestamps for slow-paced event rates"
968 * Revert "Force 64-bit timestamps"
969 * Declare struct lttng_ust_calibrate
970 * Force 64-bit timestamps
971 * demo program: ensure we don't link demo on useless libs
972 * ust comm: Receive second FD even if 1st receive failed
973 * ust consumer: close shm fd after mapping it
974 * Add a comment about which wait fd is closed early by UST.
975 * Remove leftover structure in ust-abi.h
976 * Close stream and channel file descriptors as soon as passed to
977 sessiond
978 * Fix AC_LANG_SOURCE usage: only takes one parameter
979 * Fix timestamps for slow-paced event rates
980 * configure.ac: Use AC_LANG_SOURCE for if else macros
981 * Add execution instructions to the demo test program
982 * Force the building of shared noinst libraries in the demo test
983 program.
984 * Only print the futex perror in debug mode
985
54d2e210
MD
9862011-12-23 lttng-ust 1.9.4
987 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
988 * Comment the union field (only used in call_rcu scheme)
989
dddc9140
MD
9902011-12-21 lttng-ust 1.9.3
991 * Fix clock source overflow on 32-bit archs
992 * Remove unused trace_clock_frequency
993 * check for negative wait() return value
994 * Add DBG message when registering a probe
995 * Only show futex warning "perror" in debug mode
996
07a0da24
MD
9972011-12-14 lttng-ust 1.9.2
998 * Add missing ust_libc.h to Makefile.am
999 * Use DBG instead of WARN for futex_wake workaround message
1000 * Make dlopen more robust by using the .0 target for the library
1001
943be3a0
MD
10022011-12-13 lttng-ust 1.9.1
1003 * First LTTng-UST 2.0 prerelease.
This page took 0.064324 seconds and 4 git commands to generate.