Commit | Line | Data |
---|---|---|
3df9eaf3 DG |
1 | 2011-08-12 lttng-tools 2.0-pre11 |
2 | * New lttng API using the lttng_handle | |
3 | * Multiple fixes of kernel consumer | |
4 | * Register the consuming function and add a library context | |
5 | * Kernel consumer fix mmap/munmap | |
6 | * lttng-sessiond-comm header has been privatize | |
7 | * Kernel traces are written in the kernel/ directory | |
8 | * Add underscore to enable-channel command options | |
9 | ||
f88b0a98 DG |
10 | 2011-07-29 lttng-tools 2.0-pre6 |
11 | * Fix enable multiple events | |
12 | * Add function entry feature | |
13 | ||
14 | 2011-07-28 lttng-tools 2.0-pre5 | |
52ffda46 DG |
15 | * Fix Add context command |
16 | * Fix auto session path creation | |
17 | * Fix bad strncmp at channel creation | |
18 | ||
5e96e15d DG |
19 | 2011-07-23 lttng-tools 2.0-pre4 |
20 | * Fix kprobe attributes | |
21 | * Fix channel creation when not found at event enable | |
22 | * Add safe list iteration | |
23 | * Add two tests into the git tree | |
24 | * Kernel consumer can be put in debug mode with -vv | |
25 | * Trace path is now created on the client side | |
26 | ||
00df03c6 DG |
27 | 2011-07-23 lttng-tools 2.0-pre3 |
28 | * Fix perf hw cache counter config values | |
29 | ||
de235b67 DG |
30 | 2011-07-22 lttng-tools 2.0-pre2 |
31 | * Multiple fixes | |
32 | * New add-context options for perf counter and context | |
33 | * Using the install bin path from autotool for execl() call | |
34 | * Update quickstart guide | |
35 | ||
223be86b DG |
36 | 2011-07-20 lttng-tools 2.0-pre1 |
37 | * First prerelease of lttng-tools. | |
38 | * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1 |