aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_armv7.c
Commit message (Expand)AuthorAgeFilesLines
* hwpmc: don't validate capabilities in allocation methodMitchell Horne2021-08-301-2/+0
* Move the PMC overflow count to make it per-CPUAndrew Turner2021-01-081-4/+4
* Update hwpmc on armv7 to handle overflow betterAndrew Turner2021-01-081-7/+27
* Don't refer to the cpu variable in a KASSERT before initializing it.Ian Lepore2019-06-061-1/+1
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-4/+4
* Fix HWPMC interrupt handling in Counting ModeZbigniew Bodek2017-06-131-8/+33
* o Rework ARMv7 events list using aliases - same way as we have for arm64.Ruslan Bukin2015-06-101-65/+25
* Convert remaining hwpmc(4) debug printfs over to KTR to unbreak the buildBjoern A. Zeeb2015-05-091-6/+6
* Remove all the handcrafted assembly in hwpmc_armv7.c and use theBjoern A. Zeeb2015-03-281-109/+21
* The cpu_id macro was renamed in r278529, catch up with this new name.Andrew Turner2015-02-111-1/+1
* Add ARMv7 performance monitoring counters.Ruslan Bukin2015-01-281-0/+652