4 Commits

Author SHA256 Message Date
f5f6731f27 Accepting request 1273617 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1273617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtracecmd?expand=0&rev=9
2025-04-30 17:05:31 +00:00
4e9be32d01 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracecmd?expand=0&rev=25
2025-04-30 08:43:26 +00:00
c5cfde7c5a Accepting request 1223607 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1223607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtracecmd?expand=0&rev=8
2024-11-12 18:23:41 +00:00
d691fd6ff2 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracecmd?expand=0&rev=23
2024-11-12 09:42:23 +00:00
4 changed files with 36 additions and 5 deletions

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libtracecmd
%define lname libtracecmd1
Version: 1.5.1
Version: 1.5.3
Release: 0
Summary: Library for creating and reading trace-cmd data files
License: LGPL-2.1-only

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d444c8c6365ccde46733a7512fb8f6a7744a16b7b73c4b23d8ff041f3321320
size 357041

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:111eb9ae1de55a69644018dcefb9841aa2aedd41ac2a37324ae4ced8e2229151
size 366827