summaryrefslogtreecommitdiff
path: root/rts/Papi.c
Commit message (Expand)AuthorAgeFilesLines
* Add #undefs for posix source symbols when including papi.hdmp@rice.edu2010-06-241-0/+5
* Add support for collecting PAPI native eventsdmp@rice.edu2010-06-221-4/+14
* Use StgWord64 instead of ullongIan Lynagh2010-04-211-2/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+3
* improvements to PAPI supportsimonmar@microsoft.com2007-11-201-81/+96
* fix warningsSimon Marlow2007-11-011-4/+4
* Refactor PAPI support, and add profiling of multithreaded GCSimon Marlow2007-10-311-57/+137
* also count total dispatch stalls in +RTS -asSimon Marlow2007-10-301-0/+5
* One more PAPI measurement, dropped precise cycle counting and replaced it wit...Alexey Rodriguez2006-12-211-5/+52
* whitespaceSimon Marlow2006-11-201-1/+0
* Cosmetic improvements, no change in Papi functionality.mrchebas@gmail.com2006-11-091-70/+82
* Selection of PAPI events via RTS command linemrchebas@gmail.com2006-11-091-33/+57
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-081-0/+197