]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add kmupetext(), a function that expands the range of memory covered
authorBrian Feldman <green@FreeBSD.org>
Tue, 30 Oct 2001 15:04:57 +0000 (15:04 +0000)
committerBrian Feldman <green@FreeBSD.org>
Tue, 30 Oct 2001 15:04:57 +0000 (15:04 +0000)
commit4a44bd4b4a3ac056ad8e1463c4b32a5db28f3237
treee922ecf32ad84a27708ef41eb162f4d960c23aa1
parent35609d458da58b9a2a0a7eb76a243d8f93861296
Add kmupetext(), a function that expands the range of memory covered
by the profiler on a running system.  This is not done sparsely, as
memory is cheaper than processor speed and each gprof mcount() and
mexitcount() operation is already very expensive.

Obtained from: NAI Labs CBOSS project
Funded by: DARPA
sys/amd64/include/profile.h
sys/i386/include/profile.h
sys/kern/subr_prof.c