aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_ppc970.c
Commit message (Expand)AuthorAgeFilesLines
* ppc hwpmc: Remove unused variables.John Baldwin2022-04-121-5/+0
* hwpmc: consistently validate PMC class in allocation methodMitchell Horne2021-08-301-0/+1
* [PowerPC] hwpmc: add support for POWER8/9 PMCsLeandro Lupori2020-11-051-391/+90
* [PowerPC] Make PPC 970 PMC SPRs the standard onesLeandro Lupori2020-11-051-27/+27
* hwpmc: update files missed by r334827Matt Macy2018-06-081-2/+3
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-2/+1
* hwpmc(9): Make pmclog buffer pcpu and update constantsMatt Macy2018-05-121-2/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert hwpmc(4) debug printfs over to KTR.John Baldwin2015-05-081-6/+6
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-2/+2
* Fix hwpmc sampling for ppc970 (G5-class) processors.Justin Hibbits2014-11-271-17/+11
* Enable and disable the PMC unit at load/unload time, respectively.Justin Hibbits2014-04-181-0/+4
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.Justin Hibbits2014-02-011-0/+689