Skip to content

Commit 68aed9b

Browse files
committed
uftrace: Release v0.16
This is a small release with: * separate debug file support * add a new 'o' format for octal values * add {total,self}-stdv fields to report * improve tracing large Python programs * and a lot of bug fixes Signed-off-by: Namhyung Kim <[email protected]>
1 parent bc12225 commit 68aed9b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.15
1+
VERSION := 0.16
22

33
# Makefiles suck: This macro sets a default value of $(2) for the
44
# variable named by $(1), unless the variable has been set by

NEWS

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
uftrace v0.16
2+
=============
3+
* New features
4+
Support for the separate debug file (#1144, #1880)
5+
Add 'o' for octal integer argument format (#1892)
6+
Add stdv (relative standard deviation) fields to report (#1897)
7+
8+
* Bug fixes
9+
Fix wrong debug info creation in Python tracing (#1858)
10+
Do not hold a refcount for the Python code object (#1886)
11+
Exception handling with static local variable (#1902)
12+
Fix libcall tracing when DT_RELAENT is missing (#1903)
13+
14+
And many other fixes and improvements. Thanks all contributors:
15+
Ameya Vikram Singh, Bernhard Kaindl, Dongjin Na, Honggyu Kim,
16+
Kevin Williams, Michelle Jin, Paran Lee, Rongsong Shen, Yi Hong,
17+
Ziming Zhou
18+
19+
120
uftrace v0.15
221
=============
322
* New architecture support

0 commit comments

Comments
 (0)