Skip to content

Commit

Permalink
Update debian changelog for release v0.28.0
Browse files Browse the repository at this point in the history
  * Support for kernel up to 6.3.
  * new libbpf tool: tcppktlat.
  * bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock, funccount, argdist, kvmexit, runqlen and cpuunclaimed.
  * libbpf tool update: memleak, tcprtt, tcpconnlat, funclatency, syscount, cpufreq, biosnoop.
  * support ringbuf_query for bcc tools.
  * handle '[uprobes]' memory mapped file properly during stack tracing.
  * Fix maximum allowed index for print_linear_hist for bcc tools.
  * add module kfunc/kretfunc support.
  * clang rewriter: initialize only the requested parameters
  * filter with available_filter_functions to make multi-functions kprobes more robust for both bcc and libbpf tools.
  * doc update, other bug fixes and tools improvement

Signed-off-by: Yonghong Song <yhs@fb.com>
  • Loading branch information
yonghong-song committed Jun 28, 2023
1 parent 8f3b2db commit 8422cd4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions debian/changelog
@@ -1,3 +1,19 @@
bcc (0.28.0-1) unstable; urgency=low

* Support for kernel up to 6.3.
* new libbpf tool: tcppktlat.
* bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock, funccount, argdist, kvmexit, runqlen and cpuunclaimed.
* libbpf tool update: memleak, tcprtt, tcpconnlat, funclatency, syscount, cpufreq, biosnoop.
* support ringbuf_query for bcc tools.
* handle '[uprobes]' memory mapped file properly during stack tracing.
* Fix maximum allowed index for print_linear_hist for bcc tools.
* add module kfunc/kretfunc support.
* clang rewriter: initialize only the requested parameters
* filter with available_filter_functions to make multi-functions kprobes more robust for both bcc and libbpf tools.
* doc update, other bug fixes and tools improvement

-- Yonghong Song <ys114321@gmail.com> Wed, 28 Jun 2023 17:00:00 +0000

bcc (0.27.0-1) unstable; urgency=low

* Support for kernel up to 6.2
Expand Down

0 comments on commit 8422cd4

Please sign in to comment.