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