oprofile 0.9.9-0ubuntu7 source package in Ubuntu

Changelog

oprofile (0.9.9-0ubuntu7) trusty; urgency=medium

  * Drop debian/patches/static-libbfd-libopagnet-makefile.patch, which is
    causing libopagent to incorrectly avoid linking with libbfd, instead of
    linking with the available libbfd.so.
  * Amend debian/patches/static-libbfd.patch; we'll still link oprofile
    statically, but we want libopagent linked dynamically.  LP: #1148682.
 -- Steve Langasek <email address hidden>   Tue, 11 Mar 2014 02:33:39 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Trusty
Original maintainer:
Ubuntu Core Developers
Architectures:
linux-any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
oprofile_0.9.9.orig.tar.gz 1.4 MiB 1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597
oprofile_0.9.9-0ubuntu7.debian.tar.gz 32.8 KiB 786d1f3670e3b5d734763517fc450e987ca0fed23adb9c322ca189a9b26723d5
oprofile_0.9.9-0ubuntu7.dsc 2.3 KiB b2c166f9affdb76209c0ef5dc1d5d57718e90d5f4afc41ffe6f5f5c159e6e171

Available diffs

View changes file

Binary packages built by this source

libjvmti-oprofile0: system-wide profiler for Linux systems (Java runtime library)

 OProfile is a performance profiling tool for Linux systems, capable
 of profiling all running code at low overhead. It consists of a
 daemon for collecting sample data, plus several post-profiling tools
 for turning data into information.
 .
 This package contains the jvmti_oprofile runtime library for Java support.

libopagent1: system-wide profiler for Linux systems (opagent runtime library)

 OProfile is a performance profiling tool for Linux systems, capable
 of profiling all running code at low overhead. It consists of a
 daemon for collecting sample data, plus several post-profiling tools
 for turning data into information.
 .
 This package contains the opagent runtime library.

oprofile: system-wide profiler for Linux systems

 OProfile is a performance profiling tool for Linux systems, capable
 of profiling all running code at low overhead. It consists of a
 daemon for collecting sample data, plus several post-profiling tools
 for turning data into information.
 .
 OProfile leverages the hardware performance counters of the CPU to
 enable profiling of a wide variety of interesting statistics, which
 can also be used for basic time-spent profiling. All code is profiled:
 hardware and software interrupt handlers, kernel modules, the kernel,
 shared libraries, and applications (the only exception being the
 OProfile interrupt handler itself). Note that different architectures
 can use different hardware mechanisms to collect data.
 .
 OProfile is currently in alpha status; however it has proven stable over
 a large number of differing configurations. As always, there is no warranty.

oprofile-gui: system-wide profiler for Linux systems (GUI components)

 This package contains only the GUI components of the oprofile package.
 This allows oprofile to be used on machines that require a much
 smaller footprint, or that do not wish to use an X Windows interface.