Blame src/libpfm4/debian/control

Packit 577717
Source: libpfm4
Packit 577717
Priority: extra
Packit 577717
Maintainer: Stephane Eranian <eranian@gmail.com>
Packit 577717
Build-Depends: debhelper (>= 7), dpatch, python (>= 2.4), python-support,
Packit 577717
               python-dev (>= 2.4), swig
Packit 577717
Standards-Version: 3.8.4
Packit 577717
Section: libs
Packit 577717
Homepage: http://perfmon2.sourceforge.net/
Packit 577717
Packit 577717
Package: libpfm4-dev
Packit 577717
Section: libdevel
Packit 577717
Architecture: any
Packit 577717
Depends: ${shlibs:Depends}, ${misc:Depends}
Packit 577717
Description: A library to program the performance monitoring events
Packit 577717
 Libpfm4 helps convert from an event name, expressed as a string, to
Packit 577717
 the event encoding. The encoding can then be used with specific OS
Packit 577717
 interfaces. Libpfm4 also provides OS-specific interfaces to directly
Packit 577717
 setup OS-specific data structures to be passed to the kernel. The
Packit 577717
 current libpfm4, for instance, provides support for the perf_events
Packit 577717
 interface which was introduced in Linux v2.6.31.
Packit 577717
Packit 577717
Package: libpfm4
Packit 577717
Section: libs
Packit 577717
Architecture: any
Packit 577717
Depends: ${shlibs:Depends}, ${misc:Depends}
Packit 577717
Description: A library to program the performance monitoring events
Packit 577717
 Libpfm4 helps convert from an event name, expressed as a string, to
Packit 577717
 the event encoding. The encoding can then be used with specific OS
Packit 577717
 interfaces. Libpfm4 also provides OS-specific interfaces to directly
Packit 577717
 setup OS-specific data structures to be passed to the kernel. The
Packit 577717
 current libpfm4, for instance, provides support for the perf_events
Packit 577717
 interface which was introduced in Linux v2.6.31.
Packit 577717
Packit 577717
Package: python-libpfm4
Packit 577717
Depends: libpfm4, python, ${shlibs:Depends}, ${misc:Depends}
Packit 577717
Architecture: any
Packit 577717
Section: python
Packit 577717
Description: Python bindings for libpfm4
Packit 577717
 This package allows you to write simple python scripts that monitor
Packit 577717
 various hardware performance monitoring events. It may be more efficient
Packit 577717
 to use this approach instead of parsing the output of other tools.