Skip to content

Commit 368a5b0

Browse files
committed
debian changelog for v0.12.0 tag
the main changes from v0.11.0 to v0.12.0 tag: * Support for kernel up to 5.4 * klockstat tool to track kernel mutex lock statistics * cmake option CMAKE_USE_LIBBPF_PACKAGE to build a bcc shared library linking with distro libbpf_static.a * new map.lookup_or_try_init() API to remove hidden return in map.lookup_or_init() * BPF_ARRAY_OF_MAPS and BPF_HASH_OF_MAPS support * support symbol offset for uprobe in both C++ and python API, kprobe already has the support * bug fixes for trace.py, tcpretrans.py, runqslower.py, etc. Signed-off-by: Yonghong Song <[email protected]>
1 parent e6bd4ed commit 368a5b0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
bcc (0.12.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 5.4
4+
* klockstat tool to track kernel mutex lock statistics
5+
* cmake option CMAKE_USE_LIBBPF_PACKAGE to build a bcc shared library
6+
linking with distro libbpf_static.a
7+
* new map.lookup_or_try_init() API to remove hidden return in
8+
map.lookup_or_init()
9+
* BPF_ARRAY_OF_MAPS and BPF_HASH_OF_MAPS support
10+
* support symbol offset for uprobe in both C++ and python API,
11+
kprobe already has the support
12+
* bug fixes for trace.py, tcpretrans.py, runqslower.py, etc.
13+
14+
-- Yonghong Song <[email protected]> Tue, 10 Dec 2019 17:00:00 +0000
15+
116
bcc (0.11.0-1) unstable; urgency=low
217

318
* Support for kernel up to 5.3

0 commit comments

Comments
 (0)