aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/prof_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix LINT build, original breakage was rev 1.23. There are 2 definitionsNate Lawson2005-05-201-1/+8
* Fix low res profiling kernel build. Move two defines to collapse theNate Lawson2005-05-191-7/+6
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-141-7/+1
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-12/+8
* Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in structBruce Evans2004-05-261-3/+10
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-9/+9
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Quick fix for high resolution kernel profiling on i386's. UseBruce Evans2002-07-131-0/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use .p2align to ensure consistant a.out/elf alignment. I'd have usedPeter Wemm1999-08-251-6/+6
* Fixed profiling of elf kernels. Made high resolution profiling compileBruce Evans1999-05-061-23/+28
* Ifdefed the declarations of conditionally used variables.Bruce Evans1998-12-141-3/+6
* Support compiling with `gcc -pedantic' (don't use hard newlines inBruce Evans1998-04-191-84/+85
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-4/+4
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).Poul-Henning Kamp1997-12-261-7/+7
* Added a sysctl (machdep.cputime_clock) to select the clock used byBruce Evans1997-11-241-11/+55
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* More merge and update.Satoshi Asami1996-10-301-1/+5
* Improved non-statistical (GUPROF) profiling:Bruce Evans1996-10-171-14/+154
* Added a $Id$ keyword. Bruce still needs to put a copyright noticeGarrett Wollman1996-04-081-0/+5
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-0/+153