aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_mpc7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-5/+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 MPC74xxx (G4) processors.Justin Hibbits2014-11-271-13/+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-12/+17
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringJustin Hibbits2013-09-031-0/+748