Re: kernel profiling

1999-06-26 Thread Anonymous
On Sat, 26 Jun 1999, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Do > ug Rabson writes: > > >> You can enable kernel profiling by configure kernel with `-p' or '-pp' > >> option. See config(8) and kgmon(8) for detail. > >> > >> I have a patch for FreeBSD/alpha to support kernel p

Re: kernel profiling

1999-06-26 Thread Anonymous
On 26 Jun 1999, Assar Westerlund wrote: > Doug Rabson <[EMAIL PROTECTED]> writes: > > Another excellent alternative for kernel profiling is iprobe. > > Can we get a pointer? There is a nice tutorial at http://www.cs.duke.edu/ari/iprobe.html. This tool is alpha specific though. -- Doug Rabson

Re: kernel profiling

1999-06-26 Thread Anonymous
In message <[EMAIL PROTECTED]>, Do ug Rabson writes: >> You can enable kernel profiling by configure kernel with `-p' or '-pp' >> option. See config(8) and kgmon(8) for detail. >> >> I have a patch for FreeBSD/alpha to support kernel profiling. > >Another excellent alternative for kernel profili

Re: kernel profiling

1999-06-26 Thread Anonymous
Doug Rabson <[EMAIL PROTECTED]> writes: > Another excellent alternative for kernel profiling is iprobe. Can we get a pointer? /assar To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kernel profiling

1999-06-26 Thread Anonymous
On Sun, 27 Jun 1999, Hidetoshi Shimokawa wrote: > At Sat, 26 Jun 1999 16:11:43 +0200, > Pierre Beyssac <[EMAIL PROTECTED]> wrote: > > > > Just curious: would it be easily doable to profile the kernel by > > sampling the program counter, la profil(2) but for kernel mode? > > Has anyone attempted

Re: kernel profiling

1999-06-26 Thread Anonymous
At Sat, 26 Jun 1999 16:11:43 +0200, Pierre Beyssac <[EMAIL PROTECTED]> wrote: > > Just curious: would it be easily doable to profile the kernel by > sampling the program counter, la profil(2) but for kernel mode? > Has anyone attempted to write this? You can enable kernel profiling by configure