aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_e500.c
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] hwpmc: add support for POWER8/9 PMCsLeandro Lupori2020-11-051-278/+89
* hwpmc: update files missed by r334827Matt Macy2018-06-081-4/+4
* hwpmc(9): Make pmclog buffer pcpu and update constantsMatt Macy2018-05-121-2/+4
* Remove unused e500_event_codes_size.Pedro F. Giffuni2016-04-201-3/+0
* Fix a masking bug for e500 PMC.Justin Hibbits2016-04-091-3/+4
* e5500 HWPMC is identical to e500mc, so add support check for it.Justin Hibbits2016-01-171-0/+1
* Convert remaining hwpmc(4) debug printfs over to KTR to unbreak the buildBjoern A. Zeeb2015-05-091-6/+6
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-0/+660