aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_e500.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* hwpmc: pass pmc pointer to more class methodsMitchell Horne2023-05-061-1/+1
* hwpmc: consistently validate PMC class in allocation methodMitchell Horne2021-08-301-0/+3
* [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