Commit | Line | Data |
---|---|---|
e4d66fb5 MD |
1 | 2012-02-02 lttng-ust 1.9.5 |
2 | * UST comm ABI: Add padding, push version to 2.0 | |
3 | * Update loglevel names | |
4 | * Implement loglevels as event and wildcard attributes | |
5 | * Update loglevel ABI: only loglevel value/enum is known by UST | |
6 | * Pre-assign fixed loglevels | |
7 | * Remove old (now unused) loglevel control code entirely | |
8 | * Update loglevel selection ABI | |
9 | * Use boot_id as monotonic clock uuid | |
10 | * clock: add clock description to metadata | |
11 | * Properly fix the timekeeping overflow detection | |
12 | * Revert "Fix timestamps for slow-paced event rates" | |
13 | * Revert "Force 64-bit timestamps" | |
14 | * Declare struct lttng_ust_calibrate | |
15 | * Force 64-bit timestamps | |
16 | * demo program: ensure we don't link demo on useless libs | |
17 | * ust comm: Receive second FD even if 1st receive failed | |
18 | * ust consumer: close shm fd after mapping it | |
19 | * Add a comment about which wait fd is closed early by UST. | |
20 | * Remove leftover structure in ust-abi.h | |
21 | * Close stream and channel file descriptors as soon as passed to | |
22 | sessiond | |
23 | * Fix AC_LANG_SOURCE usage: only takes one parameter | |
24 | * Fix timestamps for slow-paced event rates | |
25 | * configure.ac: Use AC_LANG_SOURCE for if else macros | |
26 | * Add execution instructions to the demo test program | |
27 | * Force the building of shared noinst libraries in the demo test | |
28 | program. | |
29 | * Only print the futex perror in debug mode | |
30 | ||
54d2e210 MD |
31 | 2011-12-23 lttng-ust 1.9.4 |
32 | * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs | |
33 | * Comment the union field (only used in call_rcu scheme) | |
34 | ||
dddc9140 MD |
35 | 2011-12-21 lttng-ust 1.9.3 |
36 | * Fix clock source overflow on 32-bit archs | |
37 | * Remove unused trace_clock_frequency | |
38 | * check for negative wait() return value | |
39 | * Add DBG message when registering a probe | |
40 | * Only show futex warning "perror" in debug mode | |
41 | ||
07a0da24 MD |
42 | 2011-12-14 lttng-ust 1.9.2 |
43 | * Add missing ust_libc.h to Makefile.am | |
44 | * Use DBG instead of WARN for futex_wake workaround message | |
45 | * Make dlopen more robust by using the .0 target for the library | |
46 | ||
943be3a0 MD |
47 | 2011-12-13 lttng-ust 1.9.1 |
48 | * First LTTng-UST 2.0 prerelease. |