forked from iovisor/bcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added changelog for release v0.15.0 Signed-off-by: Yonghong Song <[email protected]>
- Loading branch information
1 parent
5a8bf15
commit e41f7a3
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
bcc (0.15.0-1) unstable; urgency=low | ||
|
||
* Support for kernel up to 5.7 | ||
* new tools: funcinterval.py, dirtop.py | ||
* support lsm bpf programs | ||
* support multiple pid/tids for offwaketime | ||
* usdt: add helpers to set semaphore values | ||
* turn off x86 jump table optimization during jit compilation | ||
* add support to use bpf_probe_read[_str_}{_user,kernel} in all bpf | ||
* programs, fail back to old bpf_probe_read[_str] for old kernels | ||
* tools: add filtering by mount namespace | ||
* libbpf-tools: cpudist, syscount, execsnoop, vfsstat | ||
* lots of bug fixes and a few additional arguments for tools | ||
|
||
-- Yonghong Song <[email protected]> Mon, 19 Jun 2020 17:00:00 +0000 | ||
|
||
bcc (0.14.0-1) unstable; urgency=low | ||
|
||
* Support for kernel up to 5.6 | ||
|