1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: pfmon
Section: devel
Priority: optional
Maintainer: Al Stone <ahs3@debian.org>
Standards-Version: 3.7.2
Build-Depends: libunwind7-dev [ia64], libpfm3-3.2-dev, libelfg0-dev, binutils-dev, debhelper (>> 4.0.0)
Package: pfmon
Architecture: ia64 i386 amd64 mips
Suggests: oprofile
Depends: ${shlibs:Depends}
Description: Tool for using CPU Performance Monitoring Units (PMUs)
This package contains pfmon, a tool to monitor performance using CPU
Performance Monitoring Units (PMUs). Pfmon can monitor standalone
programs or the entire system on both UP and SMP Linux systems.
This version supports both the Itanium and Itanium 2 processors,
Pentium M/P6 and AMD x86_64. It requires a kernel perfmon-2.x subsystem
to function properly, which implies at least a 2.6.12 kernel.
.
A working perfmon kernel module is also required (provided by default
with Debian 2.6.x kernels).
|