systemtap 1.6-1ubuntu1.1 source package in Ubuntu

Changelog

systemtap (1.6-1ubuntu1.1) precise; urgency=low

  * Backported the following changes to fix issues when running with the
    hwe kernels (3.5/3.8) (LP: #1237390)
    - fix-compile-problem-by-changing-stp_for_each_cpu-to.patch:
      [e14ac0e2] runtime/runtime.h: Replaced 'stp_for_each_cpu()' with
      'for_each_possible_cpu()'
    - runtime-autoconf-for-fs_supers-hlist-change.patch:
      [52dea427] runtime: autoconf for fs_supers hlist change
    - runtime-autoconf-for-relay-umode_t-change.patch:
      [56111fdc] runtime: autoconf for relay umode_t change
 -- Chris J Arges <email address hidden>   Thu, 10 Oct 2013 12:11:53 -0500

Upload details

Uploaded by:
Chris J Arges
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 ia64 s390 powerpc arm armel armeb all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe devel

Downloads

File Size SHA-256 Checksum
systemtap_1.6.orig.tar.gz 2.0 MiB c82352f9245ffb105590bf1142346db81e2be33976e32c4884a5220619e10ec1
systemtap_1.6-1ubuntu1.1.debian.tar.gz 27.4 KiB 929526ecfb2f3f303b5b4bfd9fe91635f69299db3c7f44ca7fa16c16238201bd
systemtap_1.6-1ubuntu1.1.dsc 2.3 KiB b33fbf5aa886e04f6f6436bae12e281143a1ae9d2e2bdd5cf88c117034fb12cb

Available diffs

View changes file

Binary packages built by this source

systemtap: instrumentation system for Linux 2.6

 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.
 This assists diagnosis of a performance or functional problem.
 SystemTap eliminates the need for the developer to go through the
 tedious and disruptive instrument, recompile, install, and reboot
 sequence that may be otherwise required to collect data.
 .
 SystemTap provides a simple command line interface and scripting
 language for writing instrumentation for a live running system.

systemtap-client: instrumentation system for Linux 2.6 (client for compile server)

 This package contains client for SystemTap compile server. It can be
 used to compile probes on a remote machine running systemtap-server.
 This client can be run on a machine without full kernel debug information
 and development environment required for 'systemtap' package.
 .
 If you only want to compile systemtap probes locally just install
 'systemtap' package.
 .
 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.

systemtap-common: instrumentation system for Linux 2.6 (common component)

 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.
 .
 To be able to write new SystemTap probes, install systemtap package.
 .
 This package contains the common files

systemtap-doc: documentation and examples for SystemTap

 This package contains examples and documentation for SystemTap.
 .
 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.

systemtap-grapher: instrumentation system for Linux 2.6 (grapher)

 This package contains a utility for real-time visualization of
 data from SystemTap instrumentation scripts.
 .
 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.

systemtap-runtime: instrumentation system for Linux 2.6 (runtime component)

 This package contains staprun program that can be used to run
 compiled SystemTap probes.
 .
 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.
 .
 To be able to write new SystemTap probes, install systemtap package.

systemtap-sdt-dev: statically defined probes development files

 This package contains header file and executable (dtrace) that
 can be used to add static probes into userspace applications
 for use with SystemTap.
 .
 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.
 .
 To be able to write new SystemTap probes, install systemtap package.

systemtap-server: instrumentation system for Linux 2.6 (compile server)

 This package contains compile server for SystemTap. It can be used
 together with systemtap client to compile probes on a remote machine.
 Probes will be compiled by the server on request of remote clients.
 .
 SystemTap provides infrastructure to simplify the gathering of
 information about the running Linux system.