This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

*.stp files Available in Fedora 15


Hi All,

I was talking with James Laska Wednesday about other packages in Fedora having systemtap scripts. Out of curiousity James ran a repoquery (in the Fedora yum-utils rpm) to see all the things in Fedora that have "*.stp" files in them.  The repoquery will include packages that are in the repository but not installed. The command line was something like the following (ones that are new are the glib2-devel, libvirt, pcp):

repoquery  -q  -f "*.stp"|sort
glib2-devel-0:2.28.6-2.fc15.i686
glib2-devel-0:2.28.6-2.fc15.x86_64
glib2-devel-0:2.28.8-1.fc15.i686
glib2-devel-0:2.28.8-1.fc15.x86_64
java-1.6.0-openjdk-devel-1:1.6.0.0-57.1.10.1.fc15.x86_64
java-1.6.0-openjdk-devel-1:1.6.0.0-59.1.10.3.fc15.x86_64
libvirt-0:0.8.8-4.fc15.x86_64
libvirt-0:0.8.8-7.fc15.x86_64
libvirt-devel-0:0.8.8-4.fc15.i686
libvirt-devel-0:0.8.8-4.fc15.x86_64
libvirt-devel-0:0.8.8-7.fc15.i686
libvirt-devel-0:0.8.8-7.fc15.x86_64
pcp-0:3.5.0-1.fc15.1.x86_64
peppy-0:0.15.0-2.fc15.noarch
perl-devel-4:5.12.3-157.fc15.i686
perl-devel-4:5.12.3-157.fc15.x86_64
perl-devel-4:5.12.4-160.fc15.i686
perl-devel-4:5.12.4-160.fc15.x86_64
python3-debug-0:3.2-1.fc15.i686
python3-debug-0:3.2-1.fc15.x86_64
python3-libs-0:3.2-1.fc15.i686
python3-libs-0:3.2-1.fc15.x86_64
python-debug-0:2.7.1-7.fc15.i686
python-debug-0:2.7.1-7.fc15.x86_64
python-hl7-0:0.2.0-2.fc15.noarch
python-libs-0:2.7.1-7.fc15.i686
python-libs-0:2.7.1-7.fc15.x86_64
systemtap-0:1.4-3.fc15.x86_64
systemtap-0:1.6-1.fc15.x86_64
systemtap-testsuite-0:1.4-3.fc15.x86_64
systemtap-testsuite-0:1.6-1.fc15.x86_64

Can find out the specific .stp files with something like:

export PACKAGE=glib2-devel
repoquery  -q  -s -l $PACKAGE|grep ".stp"|sort |uniq

glib2-devel:
/usr/share/systemtap/tapset/glib.stp
/usr/share/systemtap/tapset/gobject.stp

java-1.6.0-openjdk-devel:
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/tapset/hotspot_jni.stp
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/tapset/hotspot.stp
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/tapset/jstack.stp
/usr/share/systemtap/tapset/x86_64/hotspot_jni.stp
/usr/share/systemtap/tapset/x86_64/hotspot.stp
/usr/share/systemtap/tapset/x86_64/jstack.stp

libvirt:
/usr/share/systemtap/tapsets/libvirtd.stp

libvirt-devel:
/usr/share/doc/libvirt-devel-0.8.8/systemtap/client.stp

pcp:
/var/lib/pcp/pmdas/systemtap/probes.stp

peppy
/usr/lib/python2.7/site-packages/peppy/help/peppydoc.stp

perl-devel
/usr/share/doc/perl-devel-5.12.4/perl-example.stp
/usr/share/systemtap/tapset/libperl5.12.4-32.stp
/usr/share/systemtap/tapset/libperl5.12.4-64.stp

python3-debug
/usr/share/systemtap/tapset/libpython3.2-debug-32.stp
/usr/share/systemtap/tapset/libpython3.2-debug-64.stp

python3-libs
/usr/share/doc/python3-libs-3.2/pyfuntop.stp
/usr/share/doc/python3-libs-3.2/systemtap-example.stp
/usr/share/systemtap/tapset/libpython3.2-32.stp
/usr/share/systemtap/tapset/libpython3.2-64.stp

python-debug
/usr/share/systemtap/tapset/libpython2.7-debug-32.stp
/usr/share/systemtap/tapset/libpython2.7-debug-64.stp

python-hl7
/usr/share/doc/python-hl7-0.2.0/htmlhelp/python-hl7doc.stp

python-libs
/usr/share/doc/python-libs-2.7.1/pyfuntop.stp
/usr/share/doc/python-libs-2.7.1/systemtap-example.stp
/usr/share/systemtap/tapset/libpython2.7-32.stp
/usr/share/systemtap/tapset/libpython2.7-64.stp


-Will


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]