index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
tprof
/
arch
/
tprof_x86.c
Age
Commit message (
Expand
)
Author
2023-07-07
tprof(8): Add support for Skylake-X and Cascade Lake.
msaitoh
2023-07-07
Modify comment. No functional change.
msaitoh
2023-04-12
KNF. No functional change.
msaitoh
2023-04-10
Add Cometlake support.
msaitoh
2022-12-08
Add AMD family 19h (zen3 and zen4) support to tprof.
msaitoh
2022-12-08
Use lowercase consistently for hexadecimal numbers. No functional change.
msaitoh
2022-12-07
KNF. No functional change.
msaitoh
2022-06-13
Disable the unsupported events from the bit vector length in EAX.
msaitoh
2022-06-13
Add topdown-slots to Intel architectural performance monitoring version 1.
msaitoh
2020-04-17
Fix typo in a comment.
knakahara
2019-10-11
Add support for AMD Family 15h
jmcneill
2019-05-29
Add support for AMD Family 17h.
maxv
2018-11-26
tprof: Add goldmont plus support. Tested by msaitoh@n.o, thanks.
knakahara
2018-11-26
tprof: Add goldmont support.
knakahara
2018-11-15
tprof: Add silvermont, airmont support.
knakahara
2018-07-14
Finish the Skylake/Kabylake table, and improve the output of "tprof analyze".
maxv
2018-07-13
Skylake/Kabylake are family 6, so add a check for that. While here improve
maxv
2018-07-13
Inline the values in amd_f10h_names[], we're not going to use defines for
maxv
2018-07-13
Revamp tprof.
maxv