forked from pool/systemtap
Accepting request 17726 from devel:tools
Copy from devel:tools/systemtap based on submit request 17726 from user tiwai OBS-URL: https://build.opensuse.org/request/show/17726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=47
This commit is contained in:
parent
645d0014de
commit
475dee4b96
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f09abe328dc580dece820530c876a22f343168882d9f1c4eea2244325dbf5e5
|
|
||||||
size 1124819
|
|
3
systemtap-0.9.9.tar.bz2
Normal file
3
systemtap-0.9.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c57c639399982ad2d0f6e903066397a7cac0b99babdaa611901b5d3083ffabb6
|
||||||
|
size 1172877
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemtap-docs (Version 0.9.8)
|
# spec file for package systemtap-docs (Version 0.9.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -28,8 +28,8 @@ BuildRequires: latex2html
|
|||||||
%endif
|
%endif
|
||||||
%define use_snapshot 0
|
%define use_snapshot 0
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 0.9.8
|
Version: 0.9.9
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Documents and examples for systemtap
|
Summary: Documents and examples for systemtap
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: http://sourceware.org/systemtap/
|
Url: http://sourceware.org/systemtap/
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 13 15:55:14 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to version 0.9.9:
|
||||||
|
* Systemwide kernel .function.return (kretprobe) maxactive overridden
|
||||||
|
with -DKRETACTIVE=nnn parameter.
|
||||||
|
* performance improvement in translation pass 2
|
||||||
|
* new DW_OP_call_frame_CFA handling with elfutils 0.142
|
||||||
|
* dwarf probes now show parameters and local variables in the verbose
|
||||||
|
listing mode (-L)
|
||||||
|
* symbol aliases are now resolved to their canonical dwarf names
|
||||||
|
* The syntax for dereferencing $target variables and @cast() gained new
|
||||||
|
capabilities
|
||||||
|
* For reading all probe variables, kernel.mark now supports $$vars and
|
||||||
|
$$parms, and process.syscall now supports $$vars.
|
||||||
|
* SNMP tapset for many network statistics
|
||||||
|
* dentry tapset to map kernel VFS directory entries to file or full
|
||||||
|
path names: d_path(), d_name() and reverse_path_walk().
|
||||||
|
* SystemTap now has userspace markers in its own binaries
|
||||||
|
* More to see in NEWS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 21 08:47:11 CEST 2009 - tiwai@suse.de
|
Tue Jul 21 08:47:11 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemtap (Version 0.9.8)
|
# spec file for package systemtap (Version 0.9.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,8 +23,8 @@ BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite-
|
|||||||
BuildRequires: mozilla-nspr-devel mozilla-nss-devel mozilla-nss-tools
|
BuildRequires: mozilla-nspr-devel mozilla-nss-devel mozilla-nss-tools
|
||||||
%define use_snapshot 0
|
%define use_snapshot 0
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 0.9.8
|
Version: 0.9.9
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Instrumentation System
|
Summary: Instrumentation System
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: http://sourceware.org/systemtap/
|
Url: http://sourceware.org/systemtap/
|
||||||
|
Loading…
Reference in New Issue
Block a user