1
0
forked from pool/libtracefs

Accepting request 983245 from home:wagi:branches:benchmark

- Update to latest upstream version (1.4.1)
  * Raw uprobe API:
      tracefs_uprobe_alloc()
      tracefs_uretprobe_alloc
  * Return the debugfs mount point
      tracefs_debug_dir()
  * sqlhst
      Fix labels being ignored for synthetic event field
      Allow same event to be both the start and end event
      Use unique names for labels
      Report errors when executing commands

OBS-URL: https://build.opensuse.org/request/show/983245
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtracefs?expand=0&rev=10
This commit is contained in:
2022-06-17 06:46:10 +00:00
committed by Git OBS Bridge
parent 226b2d5af4
commit 3e45a3d607
4 changed files with 19 additions and 4 deletions

BIN
libtracefs-1.3.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libtracefs-1.4.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 7 08:34:18 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to latest upstream version (1.4.1)
* Raw uprobe API:
tracefs_uprobe_alloc()
tracefs_uretprobe_alloc
* Return the debugfs mount point
tracefs_debug_dir()
* sqlhst
Fix labels being ignored for synthetic event field
Allow same event to be both the start and end event
Use unique names for labels
Report errors when executing commands
-------------------------------------------------------------------
Tue Apr 5 15:46:56 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@@ -18,7 +18,7 @@
Name: libtracefs
%define lname libtracefs1
Version: 1.3.1
Version: 1.4.1
Release: 0
Summary: Linux kernel trace file system library
License: LGPL-2.1-only