agc
|
aad01611e7
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
2003-08-07 16:26:28 +00:00 |
enami
|
a0ae8adf89
|
Declare some asm statement with output as volatile. Without this,
gcc with -march=pentiumpro produce bad code.
|
2001-11-30 06:53:56 +00:00 |
chs
|
9fa41ab3b9
|
use cli/sti instead of splhigh/splx for MCOUNT_ENTER/MCOUNT_EXIT.
this makes clearer how much time mcount() is really taking.
|
2001-08-23 06:17:00 +00:00 |
mycroft
|
c26054b799
|
Delint.
|
2000-01-22 22:40:58 +00:00 |
enami
|
2230805f45
|
Add missing backslash.
|
1999-09-28 09:57:35 +00:00 |
kleink
|
0b9965d236
|
For ELF, rename the profiling entry from mcount to __mcount to avoid clashing
with the user's namespace, also within file scope; for binary compatibility,
define a weak alias for the previous name to cover our tracks.
|
1999-09-27 09:47:44 +00:00 |
christos
|
9a95622add
|
cast _mcount args to u_long, to avoid lint warnings.
|
1998-11-13 13:50:52 +00:00 |
thorpej
|
023d8288ee
|
asm -> __asm__
|
1997-11-05 03:53:20 +00:00 |
fvdl
|
9e2e734159
|
Remove _MCOUNT_DECL prototype once more.
|
1996-12-07 12:59:45 +00:00 |
fvdl
|
671b24f374
|
Add _MCOUNT_DECL prototype.
|
1996-12-05 10:21:09 +00:00 |
fvdl
|
380174248f
|
Change asm.h to make it usable for kernel profiling as well.
Make mcount() a prototype in profile.h
|
1996-12-04 00:03:41 +00:00 |
jtc
|
71ab4ed9dc
|
KERNEL -> _KERNEL
|
1995-03-28 18:13:48 +00:00 |
cgd
|
022ee8f7fe
|
new RCS ID format.
|
1994-10-27 04:14:23 +00:00 |
mycroft
|
8d17074a03
|
Duh.
|
1994-05-13 11:12:38 +00:00 |
mycroft
|
a4ea4bf624
|
Need some more macros not in the 4.4-Lite version.
|
1994-05-13 10:47:57 +00:00 |
mycroft
|
65d3a66647
|
Do this better.
|
1994-05-13 10:40:19 +00:00 |
mycroft
|
365ea433a5
|
Needed for new profiling code.
|
1994-05-13 09:37:23 +00:00 |