Skip to content

Commit 1f63ae6

Browse files
yonghong-songYonghong Song
andauthored
Update debian changelog for release v0.34.0 (#5277)
* Support for kernel up to 6.13 * Bump cmake minimum version to 3.12 * statsnoop: Display syscall name with -s * readahead: Fix incorrect page accessed count since kernel 5.16 * libbpf-tools/opensnoop: Add new fields * libbpf-tools: hardirqs/softirqs: Fix logarithmic calculation issue * libbpf-tools/hardirqs: have better default display and add CPU column * libbpf-tools/klockstat: Better stack dump and summary info * libbpf-tools/sigsnoop: Support real-time signals and thread comm * libbpf-tools/statsnoop: Support more syscalls * libbpf-tools/memleak: Some fixes and better messages * tools/opensnoop: Add new fields and fix bad mode value * tools/profile: Prioritize using the cpu-cycles hardware event * tools/tcpdrop: Add support for dumping TCP drop reasons * Fix event name too long error in python source * doc update, other bug fixes and example improvement. Signed-off-by: Yonghong Song <[email protected]> Co-authored-by: Yonghong Song <[email protected]>
1 parent f25ee31 commit 1f63ae6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
bcc (0.34.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 6.13
4+
* Bump cmake minimum version to 3.12
5+
* statsnoop: Display syscall name with -s
6+
* readahead: Fix incorrect page accessed count since kernel 5.16
7+
* libbpf-tools/opensnoop: Add new fields
8+
* libbpf-tools: hardirqs/softirqs: Fix logarithmic calculation issue
9+
* libbpf-tools/hardirqs: have better default display and add CPU column
10+
* libbpf-tools/klockstat: Better stack dump and summary info
11+
* libbpf-tools/sigsnoop: Support real-time signals and thread comm
12+
* libbpf-tools/statsnoop: Support more syscalls
13+
* libbpf-tools/memleak: Some fixes and better messages
14+
* tools/opensnoop: Add new fields and fix bad mode value
15+
* tools/profile: Prioritize using the cpu-cycles hardware event
16+
* tools/tcpdrop: Add support for dumping TCP drop reasons
17+
* Fix event name too long error in python source
18+
* doc update, other bug fixes and example improvement.
19+
120
bcc (0.33.0-1) unstable; urgency=low
221

322
* Support for kernel up to 6.12

0 commit comments

Comments
 (0)