Performance Application Programming Interface
http://icl.cs.utk.edu/papi/index.html
PAPI aims to provide the tool designer and application engineer with a
consistent interface and methodology for use of the performance counter
hardware found in most major microprocessors. PAPI enables software
engineers to see, in near real time, the relation between software
performance and processor events.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / papi
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/papi && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000095 95 Bytes | |
papi-4.4.0.tar.gz | 0004329210 4.13 MB | |
papi-codecleanup.patch | 0000001572 1.54 KB | |
papi-infiniband.patch | 0000003814 3.72 KB | |
papi-libpfm4_no_Werror.patch | 0000000469 469 Bytes | |
papi-list_components.patch | 0000002166 2.12 KB | |
papi-lmsensors_check.patch | 0000003368 3.29 KB | |
papi-no_test_for_pfm_msg_t_type.patch | 0000001354 1.32 KB | |
papi-power7_memory_info.patch | 0000004290 4.19 KB | |
papi-rpmlintrc | 0000000321 321 Bytes | |
papi-use_as_help_string.patch | 0000015907 15.5 KB | |
papi-use_major_in_soname.patch | 0000000730 730 Bytes | |
papi.changes | 0000014304 14 KB | |
papi.spec | 0000005625 5.49 KB | |
pfmlib_warnings.txt | 0000022246 21.7 KB |
Revision 10 (latest revision is 92)
Philipp Thomas (psmt)
committed
(revision 10)
- Update to 4.4.0: New Platforms: -------------- Added PAPI support for Blue Gene/Q. Bug Fixes: ---------- * Fix buffer overrun in lmsensors component * libpfm4: Update to current git libpfm4 snapshot * Fix broken Pentium 4 Prescott support we were missing the netburst_p declaration in papi_events.csv * Fix various locking issues in the threaded code. * Fix multiplexing of large eventsets on perf_events systems. This presented when using more than 31 multiplexed events on perf_event - Add a devel-static package that contains the static libraries. - For other changes since 4.2.1 see RELEASENOTES.txt in the packages documentation. - Update to 4.2.1: Bug Fixes: ---------- * multiplexing math errors were fixed in perf_events.c * more multiplexing read path errors were identified and fixed * Fix SMP ARM issues reported by Harald Servat. * src/papi_events.csv: Update the coreduo (not core2) events. Most notably the FP events were wrong. * Modify Intel Sandybridge PAPI_FP_OPS and PAPI_FP_INS events to not count x87 fp instructions. The problem is that the current predefines were made by adding 5 events. With the NMI watchdog stealing an event and/or hyperthreading reducing the number of available counters by half, we just couldn't fit.
Comments 0