NetBSD/usr.sbin/tprof
martin 5d67f233e7 Pull up the following revisions, requested by msaitoh in ticket #1697:
usr.sbin/tprof/tprof.8				1.16,1.22,1.25,1.29 via patch
	usr.sbin/tprof/tprof_analyze.c			1.4
	usr.sbin/tprof/arch/tprof_x86.c 		1.13-1.19
	sys/dev/tprof/tprof.c				1.23 via patch
	sys/dev/tprof/tprof_x86_amd.c			1.7-1.8 via patch
	sys/dev/tprof/tprof_x86_intel.c 		1.8 via patch

- Add AMD family 19h (zen3 and zen4) support.
- Add Intel Comet Lake support.
- Add support for Intel Skylake-X and Cascade Lake.
- Print the path that we failed to open on error.
- Use lowercase consistently for hexadecimal numbers.
- KNF
2023-08-01 17:34:32 +00:00
..
arch Pull up the following revisions, requested by msaitoh in ticket #1697: 2023-08-01 17:34:32 +00:00
Makefile Fix merge botch. 2019-01-27 05:12:30 +00:00
tprof.8 Pull up the following revisions, requested by msaitoh in ticket #1697: 2023-08-01 17:34:32 +00:00
tprof.c Use errx, there is no errno. 2018-07-24 09:50:37 +00:00
tprof.h Merge tpfmt(1) into tprof(8). We want to have access to everything with 2018-07-13 11:03:36 +00:00
tprof_analyze.c Pull up the following revisions, requested by msaitoh in ticket #1697: 2023-08-01 17:34:32 +00:00