Re: [Patch] Kgmon/Gprof On/Off Switch

2010-07-07 Thread Sean Bruno
On Tue, 2010-07-06 at 17:40 -0700, Bruce Evans wrote: > On Tue, 6 Jul 2010, Sean Bruno wrote: > > > On Thu, 2010-07-01 at 16:46 -0700, Sean Bruno wrote: > >> Found this lying around the Yahoo tree this week. Basically it allows > >> you to activate, reset and deactivate profiling with the '-f" fl

Re: [Patch] Kgmon/Gprof On/Off Switch

2010-07-07 Thread Bruce Evans
On Tue, 6 Jul 2010, Sean Bruno wrote: On Thu, 2010-07-01 at 16:46 -0700, Sean Bruno wrote: Found this lying around the Yahoo tree this week. Basically it allows you to activate, reset and deactivate profiling with the '-f" flag. I want something like this, but this implementation has too man

Re: [Patch] Kgmon/Gprof On/Off Switch

2010-07-06 Thread Sean Bruno
On Thu, 2010-07-01 at 16:46 -0700, Sean Bruno wrote: > Found this lying around the Yahoo tree this week. Basically it allows > you to activate, reset and deactivate profiling with the '-f" flag. > > Kind of nice to have if you want the ability to turn on profiling for > debugging live systems. >

[Patch] Kgmon/Gprof On/Off Switch

2010-07-01 Thread Sean Bruno
Found this lying around the Yahoo tree this week. Basically it allows you to activate, reset and deactivate profiling with the '-f" flag. Kind of nice to have if you want the ability to turn on profiling for debugging live systems. Applies cleanly to head at the moment. Sean Index: usr.sbin/kgm