Commit | Line | Data |
---|---|---|
ab7f4103 MD |
1 | 2011-09-30 lttng-tools 2.0-pre14 |
2 | * Syscall tracing support | |
3 | * Multiple bug fixes (nothing critical) | |
4 | * Add userspace RCU hash table to tree for dev | |
5 | * Update UST ABI | |
6 | * Fix epoll that did not handle EINTR | |
7 | * Liburcu >= 0.6.5 is needed from this release | |
8 | * Enabling all events also enable syscall tracing | |
9 | * Debug messages are now on stderr | |
10 | * Add basic data structure for UST support but not ready yet. | |
11 | ||
775182fa DG |
12 | 2011-08-25 lttng-tools 2.0-pre13 |
13 | * Memory leaks fixes and double lock list | |
14 | * Add UST registration with sychronisation | |
15 | * Use poll/epoll compatibility layer for the sessiond | |
16 | * Major code cleanup of ltt-sessiond/main.c | |
17 | * Increase listen() connexion limit | |
18 | * Fix bad enable-channel command | |
19 | * Rename trace.c/.h to trace-kernel | |
20 | * Multiple fixes on the poll management with the new epoll API | |
21 | ||
d6fa0093 DG |
22 | 2011-08-25 lttng-tools 2.0-pre12 |
23 | * Multiple fixes | |
24 | * Fix kconsumerd handling custom channel output | |
25 | * Add lttng_register_consumer to register a custom consumer | |
26 | * Add multiples tests of the session daemon | |
27 | * Default kernel channel size/number changed | |
28 | * Support for UST application registration | |
29 | * Import LTTng UST 2.0 ABI | |
30 | * Send data to kconsumerd before tracing start | |
31 | * Export API of lib kernel consumer (liblttngkconsumerd) | |
32 | ||
3df9eaf3 DG |
33 | 2011-08-12 lttng-tools 2.0-pre11 |
34 | * New lttng API using the lttng_handle | |
35 | * Multiple fixes of kernel consumer | |
36 | * Register the consuming function and add a library context | |
37 | * Kernel consumer fix mmap/munmap | |
38 | * lttng-sessiond-comm header has been privatize | |
39 | * Kernel traces are written in the kernel/ directory | |
40 | * Add underscore to enable-channel command options | |
41 | ||
f88b0a98 DG |
42 | 2011-07-29 lttng-tools 2.0-pre6 |
43 | * Fix enable multiple events | |
44 | * Add function entry feature | |
45 | ||
46 | 2011-07-28 lttng-tools 2.0-pre5 | |
52ffda46 DG |
47 | * Fix Add context command |
48 | * Fix auto session path creation | |
49 | * Fix bad strncmp at channel creation | |
50 | ||
5e96e15d DG |
51 | 2011-07-23 lttng-tools 2.0-pre4 |
52 | * Fix kprobe attributes | |
53 | * Fix channel creation when not found at event enable | |
54 | * Add safe list iteration | |
55 | * Add two tests into the git tree | |
56 | * Kernel consumer can be put in debug mode with -vv | |
57 | * Trace path is now created on the client side | |
58 | ||
00df03c6 DG |
59 | 2011-07-23 lttng-tools 2.0-pre3 |
60 | * Fix perf hw cache counter config values | |
61 | ||
de235b67 DG |
62 | 2011-07-22 lttng-tools 2.0-pre2 |
63 | * Multiple fixes | |
64 | * New add-context options for perf counter and context | |
65 | * Using the install bin path from autotool for execl() call | |
66 | * Update quickstart guide | |
67 | ||
223be86b DG |
68 | 2011-07-20 lttng-tools 2.0-pre1 |
69 | * First prerelease of lttng-tools. | |
70 | * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1 |