oprofile 0.9.9-0ubuntu5 source package in Ubuntu

Changelog

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

  * Build-depend on libpfm4-dev [ppc64 ppc64el].
 -- Matthias Klose <email address hidden>   Fri, 10 Jan 2014 14:02:05 +0100

Upload details

Uploaded by:
Matthias Klose
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-0ubuntu5.debian.tar.gz 32.0 KiB 09a4edcbdb6193f66191e7fb6274087423c68250e7cee1dfaa5cd49c79571ce2
oprofile_0.9.9-0ubuntu5.dsc 1.6 KiB bd843ea92bb56a0c1d08933e90b3be67b0e63c68578df7919bbd381bc1e0909b

View changes file

Binary packages built by this source

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.