Source: libpfm4 Section: libs Priority: optional Maintainer: Debian HPC Team Uploaders: Vincent Danjean , Andreas Beckmann , Build-Depends: debhelper-compat (= 11), dh-python, python-all-dev (>= 2.6.6-3~), swig, Rules-Requires-Root: no Standards-Version: 4.3.0 Homepage: http://perfmon2.sourceforge.net/ Vcs-Browser: https://salsa.debian.org/hpc-team/libpfm4 Vcs-Git: https://salsa.debian.org/hpc-team/libpfm4.git Package: libpfm4 Architecture: linux-any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: libpapi5 (<< 5.5.1-2~), pcp (<< 3.11.10~), Description: Library to program the performance monitoring events Libpfm4 helps convert from an event name, expressed as a string, to the event encoding. The encoding can then be used with specific OS interfaces. Libpfm4 also provides OS-specific interfaces to directly setup OS-specific data structures to be passed to the kernel. The current libpfm4, for instance, provides support for the perf_events interface which was introduced in Linux v2.6.31. . This package provides the shared library. Package: libpfm4-dev Section: libdevel Architecture: linux-any Multi-Arch: same Depends: ${misc:Depends}, libpfm4 (= ${binary:Version}) Conflicts: libpfm3-3.2-dev Replaces: libpfm3-3.2-dev Description: Development files for the libpfm4 library Libpfm4 helps convert from an event name, expressed as a string, to the event encoding. The encoding can then be used with specific OS interfaces. Libpfm4 also provides OS-specific interfaces to directly setup OS-specific data structures to be passed to the kernel. The current libpfm4, for instance, provides support for the perf_events interface which was introduced in Linux v2.6.31. . This package provides the development files of the library. Package: python-libpfm4 Architecture: linux-any Section: python Depends: libpfm4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python bindings for libpfm4 This package allows you to write simple Python scripts that monitor various hardware performance monitoring events. It may be more efficient to use this approach instead of parsing the output of other tools.