Fix: eliminate timestamp overlap between packets
[lttng-modules.git] / ChangeLog
1 2013-11-12 LTTng modules 2.2.3
2 * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation
3 * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL
4
5 2013-09-28 LTTng modules 2.2.2
6 * Blacklist kernels 3.10.13 and 3.11.2
7 * LTTng trace-clock: shrink kernel blacklist
8 * Blacklist Linux kernels 3.10+
9
10 2013-07-11 LTTng modules 2.2.1
11 * Fix: double length of __dynamic_len array
12 * Fix printk instrumentation
13 * Introduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2()
14 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed"
15 * Fix: SWITCH_FLUSH new sub-buffer checks
16 * Fix: ring buffer: handle concurrent update in nested buffer wrap around
17 * Fix: handle writes of length 0
18 * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption
19
20 2013-06-25 LTTng modules 2.2.0
21 * Update README
22
23 2013-06-18 LTTng modules 2.2.0-rc3
24 * Fix CPU hotplug section mismatches
25 * Fix build and load against linux-2.6.33.x
26 * fix block instrumentation probe signature mismatch for 3.9.x kernels
27 * fix: block instrumentation: NULL pointer dereference
28 * Update rcu instrumentation to 3.9.[0-4]
29 * Remove bashism in lttng-syscalls-generate-headers.sh
30
31 2013-05-09 LTTng modules 2.2.0-rc2
32 * Remove useless lttng_metadata probe
33 * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel
34 * Fix: 3.9.0 block layer instrumentation build
35 * Revert "Stop build if CONFIG_TRACEPOINTS is not set"
36 * Stop build if CONFIG_TRACEPOINTS is not set
37 * Add comments to endifs.
38 * Fix: remove ARM set_tls system call override
39 * Cleanup: arm sys_mmap whitespace
40 * Clean up using global_dirty_limit wrapper for writeback probe
41
42 2013-03-29 LTTng modules 2.2.0-rc1
43 * Update README
44 * Fix: vmscan instrumentation build
45 * writeback instrumentation: remove duplicated structures
46 * block: update instrumentation to 3.9 rc kernel
47 * rcu: update to 3.9 rc kernel instrumentation
48 * workqueue instrumentation: remove duplicated structures
49 * Rename odd event names
50 * Introduce API to remap event names exposed by LTTng
51 * lttng-module: sched.h: Fix compilation on 3.9 kernel
52 * Fix Linux 3.8 btrfs probe warning
53 * Fix Linux 3.8 ext4 probe support
54 * Fix 3.8 kernel support: namespace lttng_is_signed_type()
55 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
56 * instrumentation sched: add missing fork pid info
57 * Fix check in lttng_strlen_user_inatomic
58 * instrumentation: sync with Linux commit a1ce392
59 * Fix: statedump: missing locking, use lttng_iterate_fd
60 * Implement lttng_iterate_fd wrapper
61 * Instrumentation cleanup: kmem events should print hex pointers
62 * Fix compilation of ext4 and btrfs tracepoints on 2.6.40 kernels
63 * Fix: statedump hang/too early completion due to logic error
64 * Fix: statedump hang due to incorrect wait/wakeup use
65 * put_ulong calls in lib_ring_buffer_compat_ioctl() should be compat
66 * wrapper/perf.h: Fix kernel version condition
67 * Add new kernel probes instrumentation
68 * Update kernel probes to more detailed match to kernel versions
69 * Fix possible kernel build errors with linux-patches
70 * Add missing MIT license text to 3 files under this license
71 * Update sites using kernel version checking macro to new range
72 * Make upper bound of kernel version checking macro exclusive
73 * sock instrumentation: fix fields to get referenced values
74 * ext3 instrumentation: fix of assignment code conversion
75 * sched instrumentation: rename "pid" fields in sched_process_exec
76 * Remove remaining semicolons in TP_fast_assign blocks
77 * Fix compilation for 3.0 kernels that are named 2.6.40
78 * Fix compilation for 3.0 branch (>= 3.0.39)
79 * Add kernel version checking macro
80 * Remove semicolons in TP_fast_assign blocks
81 * Add ifdefs to net probe to support Linux 2.6.39
82 * Add kernel probes for supplementary subsystems
83 * Check if interrupt action name is not null in statedump
84 * Fix exec instrumentation: only for kernels 3.4.0 and higher
85 * Add TRACE_EVENT(sched_process_exec) to sched.h
86 * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h.
87 * Fix warning with 3.6.0 kernel
88 * ABI with support for compat 32/64 bits
89 * Perform calculation on bit size in 64-bit
90 * Use uint64_t for packet header content size and packet size
91 * Fix: compat layer only on supported architectures
92 * Fix ring buffer 32/64 bits compat
93 * Fix cleanup: move lttng-tracer-core.h include to lib ringbuffer config.h
94 * Fix ring_buffer_frontend.c: missing include lttng-tracer-core.h
95 * Fix: statedump missing check for NULL namespace
96
97 2012-09-10 LTTng modules 2.1.0-rc1
98 * fix timestamps on architectures without CONFIG_KTIME_SCALAR
99 * Support for linux kernels 2.6.32 through 2.6.37
100 * Document limitation of vppid and ppid context wrt eventual RCU instrumentation
101 * Cleanup: no need to hold RCU read-side lock when reading current nsproxy
102 * Add env hostname information
103 * Fix: lttng_statedump_process_state for each PID NS has infinite loop
104 * lttng_statedump_process_state for each PID NS
105 * Support the hostname context
106 * Fix: statedump namespaced pid, tid and ppid
107 * Fix: statedump: disable vm maps enumeration
108 * Fix: ensure userspace accesses are done with _inatomic
109 * Fix: vppid context should test for current nsproxy
110 * Add MIPS system call support
111 * Change mode of lttng-syscalls-generate-headers.sh to 755
112 * cleanup: fix typo in syscall instrumentation header
113 * Cleanup: remove trailing whitespace in README
114 * trace event: introduce TP_MODULE_NOAUTOLOAD and TP_MODULE_NOINIT
115 * LTTng: probe-statedump: add #include <linux/sched.h>
116 * fix: signal_generate event should print utf8 for comm field
117 * Makes write operation a parameter for tp_memcpy macro
118 * Add coding style document
119 * Update instrumentation/events README file
120 * Add makefile target for preprocessor
121 * Fix: free_event_id check should compare unsigned int with -1U
122 * Use unsigned long type for events discarded counter
123 * Fix: update signal instrumentation for 3.4 kernel
124 * LTTng Modules ARM syscall instrumentation
125 * Fix: generate header missing echo -e for escape chars
126 * Fix: add missing uaccess.h include (for ARM)
127 * README: Document that CONFIG_MODULES is required
128 * Fix: README typo
129 * Fix: document required and optional kernel config options in README
130
131 2012-03-29 LTTng modules 2.0.1
132 * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3
133
134 2012-03-20 LTTng modules 2.0.0
135 * First STABLE version
136 * Add version name
137
138 2012-03-20 LTTng modules 2.0.0-rc4
139 * Update README and add version name place-holder
140
141 2012-03-16 LTTng modules 2.0.0-rc3
142 * Fix clock offset 32-bit multiplication overflow
143 * Fix : wrong assign of fd in state dump
144 * License cleanup, ifdef namespace cleanup
145 * Fix: ensure power of 2 check handles 64-bit size_t entirely
146
147 2012-03-02 LTTng modules 2.0.0-rc2
148 * Fix: dmesg printout should not print metadata warnings
149 * Fix: use transport name as channel name
150 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf
151
152 2012-02-20 LTTng modules 2.0.0-rc1
153 * Standardize version across toolchain
154 * statedump: Use old macro name for kernel 2.6.38
155
156 2012-02-16 LTTng modules 2.0-pre15
157 * Add timer instrumentation
158 * fix: need to undef mainline define
159 * fix: Include signal.h instead of irq.h for prototype match check
160 * Add signal instrumentation
161
162 2012-02-16 LTTng modules 2.0-pre14
163 * syscall tracing: sys_getcpu
164 * Add sys_clone x86 instrumentation
165 * statedump: fix include circular dep
166 * Implement state dump
167
168 2012-02-09 LTTng modules 2.0-pre13
169 * Update README
170 * environment: write sysname, release, version, domain to metadata
171 * Allow open /proc/lttng for read & write
172
173 2012-02-02 LTTng modules 2.0-pre12
174 * Add x86 32/64 execve syscall instrumentation override
175 * Remove unused defines
176 * Add padding to ABI
177 * Use LTTNG_KERNEL_SYM_NAME_LEN
178 * Update version to 1.9.9
179 * Add missing double-quotes to clock uuid
180 * clock: read bootid as clock monotonic ID
181 * Fix comment
182 * Cleanup comment
183 * clock: output clock description in metadata
184 * Properly fix the timekeeping overflow detection
185 * Fix init bug
186 * rename lib-ring-buffer to lttng-lib-ring-buffer
187 * Remove #warning
188 * Mass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-*
189 * Update TODO
190 * Update TODO
191 * Remove debugfs file (keep only proc file)
192 * Rename lttng-debugfs-abi files to lttng-abi
193
194 2011-12-13 LTTng modules 2.0-pre11
195 * Fix OOPS caused by reference of config pointer
196 * Gather detailed info from x86 64 32-bit compat syscall instrumentation
197 * lttng lib: ring buffer move null pointer check to open
198 * lttng lib: ring buffer remove duplicate null pointer
199 * lttng lib: ring buffer: remove stale null-pointer
200 * lttng wrapper: add missing include to kallsyms wrapper
201 * lttng: cleanup one-bit signed bitfields
202 * Add TODO file
203 * Update symbol name length max size to 256
204 * Fix last modifications to string_from_user operations
205 * Document that depmod needs to be executed by hand
206 * Fix strlen_user fault space reservation
207 * Fix tp_copy_string_from_user handling of faults
208 * Disable block layer tracing support for kernels < 2.6.38
209 * lttng context: perf counter, fix 32-bit vs 64-bit field size bug
210 * Update trace clock warning to match the current development plan
211 * ringbuffer: make ring buffer printk less verbose
212 * Makefile: do not run depmod manually
213
214 2011-09-30 LTTng modules 2.0-pre10
215 * x86-32: override sys_mmap syscall instrumentation
216 * Fix cast warning
217
218 2011-09-29 LTTng modules 2.0-pre9
219 * x86 32 syscalls: fix !CONFIG_UID16
220 * Use __string_from_user
221 * Add __string_from_user
222 * Rename "comm" context to "procname"
223 * Fetch "type" name field for mount syscall
224 * Create common override file for all architectures
225 * Shrink stack size usage
226 * Cleanup: remove unused lttng-compat-syscalls.c file
227 * Support detailed compat syscalls on x86_64
228 * Fix syscall table
229 * Add disabled compat syscalls detail (work in progress)
230 * Add config compat support for detailed x86_32 syscalls
231 * Handle newer 3.1+ perf API
232 * Add dummy x86-32 override headers
233 * Bind x86-32 syscall headers
234 * Add x86-32 syscall headers
235 * Add check for KALLSYMS_ALL in syscall extraction script
236 * Automate string extraction for syscalls
237 * Automate syscall filename/pathname extraction
238 * Add exit to ring_buffer_frontend so module is unloadable
239 * Add sys_open filename (x86_64)
240 * Add missing memcpy callback
241 * copy_from_user and memset
242 * Add missing alignment after header write
243 * lib ring buffer: add frontend init as module_init
244 * lib ring buffer frontend: add missing lock initialization
245 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address (missing file)
246 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address
247 * Create override for sys_mmap
248 * Rename syscalls -> syscall in LTTng ABI
249 * Use different event name for compat syscalls
250 * Allow trace syscall table override
251 * Add dummy override files
252 * syscall detail: add override capability
253 * Add pointer pretty-print heuristics
254 * Add __field_hex
255 * Rename sys exit errno into ret
256 * Enable detailed syscalls only for native x86_64
257 * Use "unknown" for compat syscalls
258 * Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat
259 * Fix syscall exit
260 * Fix sys exit
261 * Only enable detailed syscalls for x86_64 for now
262 * Merge unknown syscall method with extended detail method
263 * Add underscore prefix before event names
264 * Add syscalls pointers detailed syscall tracing
265 * Use perl for regexp
266 * Support generation of syscall probes for those with pointers
267 * Support detailed syscalls with 0 arguments
268 * detailed syscall tracing (work in progress)
269 * Expose /proc/lttng file
270 * Implement detailed syscall event probe
271 * Disable perf build for < 2.6.33 kernels
272 * Syscall detail mode: generate syscall table
273 * block instrumentation: write cmd as hex sequence
274 * lttng-events TRACE_EVENT generator cleanup
275 * block layer instrumentation: fix cmd field
276 * Remove 0 args syscalls for now from type-aware syscall cb generator
277 * Generate trace syscall table macros
278 * Put syscall tracing without arg types back in place
279 * Detailed system call tracing (TRACE_EVENT() generation for integer support)
280 * lttng events probes: don't clash with "ctx" variable name
281 * lib ring buffer must take private pointer copy before decrementing refcount
282
283 2011-08-16 LTTng modules 2.0-pre8
284 * Fix metadata buffer wait/wakeup
285
286 2011-08-12 LTTng modules 2.0-pre7
287 * Add missing module refcount to lttng_tracepoint_list_fops
288 * Add license info about lib/ringbuffer/ring_buffer_mmap.c being GPLv2
This page took 0.034155 seconds and 4 git commands to generate.