/tools/llvm-lib/liblldCore/

head>
summaryrefslogtreecommitdiff
path: root/sys/kern/kern_microtime.c
AgeCommit message (Expand)Author
2007-07-21Remove obsolete cc_microtime() and cc_microset() support.tsutsui
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2005-12-11merge ktrace-lwp.christos
2005-01-23cc_microset: #if 0 out a diagnositc printf.yamt
2004-09-22move some per-cpu data definitions to MI place so that they can be modifiedyamt
2004-08-12Make it compile again for sparc64/DIAGNOSTIC.hannken
2004-08-11make the reset time a DIAGNOSTIC, and print the cpu#.christos
2004-06-27Multiply before divide, correcting a mistake introduced by revision 1.7.fredb
2004-06-27Partly back out the last, to avoid a deadlock when microtime() is calledfredb
2004-06-26Take the lock earlier, before reading the cycle counter, so that itfredb
2004-06-19Introduce a variable "cc" to hold the cpu counter delta, rather thanfredb
2004-06-19Fix a typo in the comments.fredb
2004-05-18Adjust code that tries to prevent cc_microtime() from going backwardsnathanw