Package: trace-cmd / 3.3.3-1

Metadata

Package Version Patches format
trace-cmd 3.3.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Revert trace cmd Add rpath libdir for trace cmd to f.patch | (download)

scripts/utils.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] revert "trace-cmd: add -rpath=$(libdir) for trace-cmd to find
 libtracecmd.so"

This reverts commit 9db370444890e23feb71d4f3f44b696f89877561.

fix python binding.patch | (download)

python/Makefile | 4 2 + 2 - 0 !
python/tracecmd.py | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 fix python bindings

0002 utest fallback to installed trace cmd.patch | (download)

utest/tracecmd-utest.c | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 use /usr/bin/trace-cmd in trace-utest if in-tree not build
 This allows us to test the installed package more easily.