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