Skip to content

Commit

Permalink
uftrace: Release v0.16
Browse files Browse the repository at this point in the history
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 <namhyung@gmail.com>
  • Loading branch information
namhyung committed Apr 25, 2024
1 parent bc12225 commit 68aed9b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.15
VERSION := 0.16

# Makefiles suck: This macro sets a default value of $(2) for the
# variable named by $(1), unless the variable has been set by
Expand Down
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
uftrace v0.16
=============
* New features
Support for the separate debug file (#1144, #1880)
Add 'o' for octal integer argument format (#1892)
Add stdv (relative standard deviation) fields to report (#1897)

* Bug fixes
Fix wrong debug info creation in Python tracing (#1858)
Do not hold a refcount for the Python code object (#1886)
Exception handling with static local variable (#1902)
Fix libcall tracing when DT_RELAENT is missing (#1903)

And many other fixes and improvements. Thanks all contributors:
Ameya Vikram Singh, Bernhard Kaindl, Dongjin Na, Honggyu Kim,
Kevin Williams, Michelle Jin, Paran Lee, Rongsong Shen, Yi Hong,
Ziming Zhou


uftrace v0.15
=============
* New architecture support
Expand Down

0 comments on commit 68aed9b

Please sign in to comment.