1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: paflib
Section: libs
Maintainer: Thierry Fauck <tfauck@free.fr>
Uploaders: Breno Leitao <brenohl@br.ibm.com>
Priority: optional
Build-Depends: debhelper (>= 9), dh-autoreconf
Standards-Version: 3.9.8
Homepage: https://github.com/paflib/paflib
#Vcs-Git: git://anonscm.debian.org/collab-maint/paflib.git
#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/paflib.git;a=summary
Package: libpaf-dsc0
Architecture: ppc64 ppc64el powerpc
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library which exposes DSC Power Facilities to userspace via an API
PAFLib is a IBM written library which exposes Power Architecture Facilities to
userspace via an API. This includes the Data Stream Control Register Facility
(DSCR) and the Event-Based Branching facility (EBB). Linux kernel 3.9 has
exposed problem-state DSCR usage for ISA 2.06 (POWER7 - emulated) and ISA 2.07
(POWER8 - in hardware). Linux 3.10 has exposed the EBB facility.
.
The Data Stream Control Register (DSCR for short) of POWER processors is used
to control the degree of aggressiveness of memory prefetching for load and
store.
Package: libpaf-ebb0
Architecture: ppc64 ppc64el powerpc
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library which exposes EBB Power Facilities to userspace via an API
PAFLib is a IBM written library which exposes Power Architecture Facilities to
userspace via an API. This includes the Data Stream Control Register Facility
(DSCR) and the Event-Based Branching facility (EBB). Linux kernel 3.9 has
exposed problem-state DSCR usage for ISA 2.06 (POWER7 - emulated) and ISA 2.07
(POWER8 - in hardware). Linux 3.10 has exposed the EBB facility.
.
Event Based Branches (EBBs) are a feature which allows the hardware to branch
directly to a specified user space address when certain events occur.
Package: libpaf-dev
Architecture: ppc64 ppc64el powerpc
Section: libdevel
Depends: libpaf-ebb0 (= ${binary:Version}), libpaf-dsc0 (= ${binary:Version}), ${misc:Depends}
Description: paf library development files
PAFLib is a IBM written library which exposes Power Architecture Facilities to
userspace via an API. This includes the Data Stream Control Register Facility
(DSCR) and the Event-Based Branching facility (EBB). Linux kernel 3.9 has
exposed problem-state DSCR usage for ISA 2.06 (POWER7 - emulated) and ISA 2.07
(POWER8 - in hardware). Linux 3.10 has exposed the EBB facility.
This package contains the static library and header files used in
development.
|