oprofile 0.9.9-0ubuntu6 source package in Ubuntu

Changelog

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

  [ Mauricio Faria de Oliveira ]
  * Add a package for the jvmti_oprofile runtime library.

  [ Steve Langasek ]
  * Build-depend on default-jdk, instead of a hard-coded list.
  * Fix broken 'clean' target.
  * debian/patches/op-POWER8.patch: Make cpu type POWER8E equivalent to
    POWER8.  Thanks to Maynard Johnson <email address hidden>.
 -- Steve Langasek <email address hidden>   Mon, 10 Mar 2014 14:03:05 -0700

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-0ubuntu6.debian.tar.gz 32.5 KiB d5f60d1d48ac3daa3ac7c85d852bb0f104f3e88f10ff1a5b1250b05f7ff0101c
oprofile_0.9.9-0ubuntu6.dsc 2.3 KiB cec18b06d202543b6a4ee546f45d54a6d78961ca18fb0e48955cd7ee8cf71de0

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.