CVS commit: src/usr.sbin/tprof/arch

2020-04-16 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Fri Apr 17 03:15:51 UTC 2020

Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c

Log Message:
Fix typo in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/tprof/arch/tprof_x86.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/tprof/arch

2018-11-14 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Thu Nov 15 07:20:31 UTC 2018

Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c

Log Message:
tprof: Add silvermont, airmont support.

I tested on Atom C2758 (Rangeley).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/tprof/arch/tprof_x86.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/tprof/arch

2018-07-14 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jul 14 15:38:59 UTC 2018

Modified Files:
src/usr.sbin/tprof/arch: tprof_noarch.c

Log Message:
Mark tprof_event_init, tprof_event_list, tprof_event_lookup as dead


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/tprof/arch/tprof_noarch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/tprof/arch

2018-07-14 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Jul 14 07:54:38 UTC 2018

Modified Files:
src/usr.sbin/tprof/arch: tprof_noarch.c

Log Message:
specialreg.h is x86-specific, don't include it


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/tprof/arch/tprof_noarch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/tprof/arch

2018-07-13 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Jul 13 09:53:42 UTC 2018

Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c

Log Message:
Skylake/Kabylake are family 6, so add a check for that. While here improve
the layout of "tprof list".


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/tprof/arch/tprof_x86.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/tprof/arch

2018-07-13 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Jul 13 08:09:21 UTC 2018

Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c

Log Message:
Inline the values in amd_f10h_names[], we're not going to use defines for
each CPU model found in the wild.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/tprof/arch/tprof_x86.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.