Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
f5f6731f27 | |||
4e9be32d01 | |||
c5cfde7c5a | |||
d691fd6ff2 |
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:11:08 UTC 2025 - Petr Pavlu <petr.pavlu@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.5.3:
|
||||||
|
* Fix error message of size mismatch
|
||||||
|
* Add more error checks
|
||||||
|
* Fix several memory leaks
|
||||||
|
* Check length of agent version number in protocol
|
||||||
|
* Rename private hidden functions to start with "tcmd_"
|
||||||
|
* Fix agent protocol when there's a failure
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 7 11:27:50 UTC 2024 - Daniel Wagner <daniel.wagner@suse.com>
|
||||||
|
|
||||||
|
- update to 1.5.2
|
||||||
|
* Allow recorder to handle a "max buffer size" when communicating
|
||||||
|
with an agent
|
||||||
|
* Show function return value in function graph if supported
|
||||||
|
(new feature in the Linux kernel starting in v6.5)
|
||||||
|
* Fix split code that failed if the optional section "cmdline" was
|
||||||
|
not present
|
||||||
|
* Fix tracecmd_start_recording() to not fail if there's no data in
|
||||||
|
polling mode
|
||||||
|
* Fix stack trace printing logic within filtering
|
||||||
|
* Optimize tracecmd_iterate_events() when limited to a set of CPUs
|
||||||
|
* Fix some memory leaks
|
||||||
|
* Call dlclose() after errors in loading plugins
|
||||||
|
* Fix memory corruption issues
|
||||||
|
* Clean up of some code
|
||||||
|
* Fix python module
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 22:07:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jan 29 22:07:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtracecmd
|
# spec file for package libtracecmd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libtracecmd
|
Name: libtracecmd
|
||||||
%define lname libtracecmd1
|
%define lname libtracecmd1
|
||||||
Version: 1.5.1
|
Version: 1.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for creating and reading trace-cmd data files
|
Summary: Library for creating and reading trace-cmd data files
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d444c8c6365ccde46733a7512fb8f6a7744a16b7b73c4b23d8ff041f3321320
|
|
||||||
size 357041
|
|
3
trace-cmd-libtracecmd-1.5.3.tar.gz
Normal file
3
trace-cmd-libtracecmd-1.5.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:111eb9ae1de55a69644018dcefb9841aa2aedd41ac2a37324ae4ced8e2229151
|
||||||
|
size 366827
|
Reference in New Issue
Block a user