arm: Add support for ARMv8 performance event monitoring with tprof(4).

This commit is contained in:
jmcneill 2018-07-15 16:26:27 +00:00
parent 0b7c38e1ef
commit f3f1ccdb5c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2410 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2411 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -176,3 +176,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
kernel: Remove pmc(9) and X86PMC. Replaced by a revamped
tprof(4). [maxv 20180714]
ipkdb(4): Removed. [maxv 20180714]
arm: Add support for ARMv8 performance event monitoring with tprof(4).
[jmcneill 20180715]