Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/kprof/readme

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


kprof did not guess correctly the kernel start
address, nor did take into account that it
should compare addresses using
symboladdress>>3 and not
using profilingaddress<<3, because that might
report the wrong function even if resolution suffices.

It now uses libmach kernel start address instead
of trying to guess it.
the start address for 386 seems to be  wrong in libmach

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.