aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_armv7.c
Commit message (Collapse)AuthorAgeFilesLines
* o Rework ARMv7 events list using aliases - same way as we have for arm64.Ruslan Bukin2015-06-101-65/+25
| | | | | | | o Extend it with Cortex A9-specific events. Notes: svn path=/head/; revision=284218
* Convert remaining hwpmc(4) debug printfs over to KTR to unbreak the buildBjoern A. Zeeb2015-05-091-6/+6
| | | | | | | | | for at least powerpc kernels. Missed in r282658. MFC after: 10 days Notes: svn path=/head/; revision=282676
* Remove all the handcrafted assembly in hwpmc_armv7.c and use theBjoern A. Zeeb2015-03-281-109/+21
| | | | | | | | | | | | | | | common (autogenerated) versions. Removes extra vertical space, and makes it easier to grep for usage throughout the tree. Conditionally compile only for arm6 [1] (yes sounds odd but is right). Submitted by: andrew [1] Reviewed by: gnn, andrew (ian earlier version I think) Differential Revision: https://reviews.freebsd.org/D2159 Obtained from: Cambridge/L41 Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=280790
* The cpu_id macro was renamed in r278529, catch up with this new name.Andrew Turner2015-02-111-1/+1
| | | | Notes: svn path=/head/; revision=278577
* Add ARMv7 performance monitoring counters.Ruslan Bukin2015-01-281-0/+652
Differential Revision: https://reviews.freebsd.org/D1687 Reviewed by: rpaulo Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=277835