Skip to content

Commit

Permalink
uftrace: Release v0.13
Browse files Browse the repository at this point in the history
It's a new release with the following highlights:
 * -L/--loc-filter option using DWARF source location
 * make -Z/--size-filter option as a general filter
 * preparation for a background agent
 * many test & CI infra updates

Signed-off-by: Namhyung Kim <[email protected]>
  • Loading branch information
namhyung committed Jan 9, 2023
1 parent a3069c4 commit 53ec12d
Show file tree
Hide file tree
Showing 2 changed files with 29 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.12
VERSION := 0.13

# 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
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
uftrace v0.13
=============
* new options
-L/--loc-filter option to filter by source location (#1395)
--mermaid option for uftrace dump (#1511)
--no-sched-preempt option to disable preempted schedule events (#1587)

* new features
make -Z/--size-filter option work in general (#1600)
optionally spawn a background agent to talk using a socket (#1543)
add "size" field for uftrace report (#1495)

* bug fixes
handle different tracefs mount points (#1476)
fix timestamp parsing for external data (#1549)

* other changes
add clang-format support
change to use Github actions
test both GCC and LLVM/clang (#1523)

And many other fixes and improvements. Thanks all contributors:
Andrew Woo, Clément Guidi, Daero Lee, Euiseo Park, Eunseon Lee, Honggyu Kim,
JHH20, JaeSang Yoo, JeongWan Gho, Jia Ha, JongHyeon Hwang, Jonghyeon An,
Joonho Seo, Kang Minchul, Namhyung Kim, Paran Lee, Sangwon Hong, Seonghee Jin,
Seonghyun Park, Yuri Gribov, Yusun Choi, valdaarhun


uftrace v0.12
=============
* new options
Expand Down

0 comments on commit 53ec12d

Please sign in to comment.