diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-17 15:26:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-17 01:05:53 -0800 |
| commit | c8e5256382af8cd62cc32d89e0f08e10235f5635 (patch) | |
| tree | 4d9b8d95977908a79bac1d495cb5234fca755a26 | |
| parent | bf10ef1aa6df62bc79a86836f565e101bd789d79 (diff) | |
| download | meta-openembedded-c8e5256382af8cd62cc32d89e0f08e10235f5635.tar.gz | |
uftrace: upgrade 0.12 -> 0.13
Changelog:
==========
* 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)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace_0.13.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.12.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.12.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.13.bb index 111e948669..a429f7948e 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.12.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.13.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone" | |||
| 10 | 10 | ||
| 11 | inherit autotools | 11 | inherit autotools |
| 12 | 12 | ||
| 13 | SRCREV = "46d536709451609e5e99099216d9dcf567ceeaca" | 13 | SRCREV = "53ec12d40701cf73ddcf5db8cff63b54736d0eda" |
| 14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ | 14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ |
| 15 | " | 15 | " |
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
