summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_powerpc.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* hwpmc: remove stub pmd_switch_{in,out} methodsMitchell Horne2023-06-091-17/+0
* hwpmc: pass pmc pointer to more class methodsMitchell Horne2023-06-091-18/+7
* hwpmc: don't use deprecated copystr(9)Mitchell Horne2023-06-091-6/+3
* Adjust function definition in hwpmc to avoid clang 15 warningAndrew Turner2022-08-221-1/+1
* hwpmc: consistently validate PMC class in allocation methodMitchell Horne2022-07-051-0/+4
* hwpmc: Make powerpc memory allocation alike to x86.Alexander Motin2022-07-041-5/+3
* [PowerPC] hwpmc: add support for POWER8/9 PMCsLeandro Lupori2020-11-051-0/+410
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* e5500 HWPMC is identical to e500mc, so add support check for it.Justin Hibbits2016-01-171-0/+1
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-0/+5
* Fix PowerPC backtraces. Since kernel and user have completely separate addressJustin Hibbits2014-09-141-13/+27
* Fix a bug in hwpmc(4) callchain retrieval, for both user and kernel.Justin Hibbits2014-07-031-9/+13
* Fix callchain capture for hwpmc(4). While here, some style(9) fixes, too.Justin Hibbits2014-02-271-4/+24
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.Justin Hibbits2014-02-011-5/+6
* MPC74xx should not fall through, to the error case.Justin Hibbits2014-01-251-0/+1
* Add userland PMC backtracing, and use the PMC trapframe macros for kernelJustin Hibbits2013-12-141-7/+18
* Fix the build.Justin Hibbits2013-09-051-0/+2
* Fix hwpmc(4) for 32-bit PowerPC.Justin Hibbits2013-09-041-7/+2
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringJustin Hibbits2013-09-031-714/+44
* Fix class malloc init for mips and powerpc that was not convertedFabien Thomas2012-04-231-3/+1
* Add software PMC support.Fabien Thomas2012-03-281-1/+2
* Quite the tinderbox for the holidays. Remove the assert[1].Bjoern A. Zeeb2011-12-251-5/+0
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).Justin Hibbits2011-12-241-10/+802
* Unbreak LINT.Joseph Koshy2008-11-221-0/+6
* Add stub functions to unbreak LINT.Joseph Koshy2007-12-071-0/+20
* MFP4:Joseph Koshy2005-06-091-0/+40