summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_armv7.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r348740-r348741, r348995Ian Lepore2019-06-231-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