Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-21 Thread Scott Cheloha
On Fri, Jul 21, 2023 at 08:37:11PM +0200, Jeremie Courreges-Anglas wrote: > On Fri, Jul 21 2023, Mike Larkin wrote: > > On Fri, Jul 21, 2023 at 05:46:32PM +0200, Jeremie Courreges-Anglas wrote: > >> On Thu, Jul 20 2023, Scott Cheloha wrote: > >> > On Wed, Jul 19, 2023 at 05:09:04AM +, Mike La

Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-21 Thread Jeremie Courreges-Anglas
On Fri, Jul 21 2023, Mike Larkin wrote: > On Fri, Jul 21, 2023 at 05:46:32PM +0200, Jeremie Courreges-Anglas wrote: >> On Thu, Jul 20 2023, Scott Cheloha wrote: >> > On Wed, Jul 19, 2023 at 05:09:04AM +, Mike Larkin wrote: >> >> On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: >

Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-21 Thread Mike Larkin
On Fri, Jul 21, 2023 at 05:46:32PM +0200, Jeremie Courreges-Anglas wrote: > On Thu, Jul 20 2023, Scott Cheloha wrote: > > On Wed, Jul 19, 2023 at 05:09:04AM +, Mike Larkin wrote: > >> On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: > >> > This patch moves the profil(2)- and GPRO

Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-21 Thread Jeremie Courreges-Anglas
On Thu, Jul 20 2023, Scott Cheloha wrote: > On Wed, Jul 19, 2023 at 05:09:04AM +, Mike Larkin wrote: >> On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: >> > This patch moves the profil(2)- and GPROF-specific parts of >> > statclock() out into into separate clock interrupt routin

Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-20 Thread Scott Cheloha
On Thu, Jul 20, 2023 at 07:21:06PM +, Mike Larkin wrote: > On Thu, Jul 20, 2023 at 01:23:01PM -0500, Scott Cheloha wrote: > > On Wed, Jul 19, 2023 at 05:09:04AM +, Mike Larkin wrote: > > > On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: > > > > This patch moves the profil(2)-

Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-20 Thread Mike Larkin
On Thu, Jul 20, 2023 at 01:23:01PM -0500, Scott Cheloha wrote: > On Wed, Jul 19, 2023 at 05:09:04AM +, Mike Larkin wrote: > > On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: > > > This patch moves the profil(2)- and GPROF-specific parts of > > > statclock() out into into separate

Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-20 Thread Scott Cheloha
On Wed, Jul 19, 2023 at 05:09:04AM +, Mike Larkin wrote: > On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: > > This patch moves the profil(2)- and GPROF-specific parts of > > statclock() out into into separate clock interrupt routines. The > > profil(2) part moves into profclock

Re: [v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-18 Thread Mike Larkin
On Tue, Jul 18, 2023 at 08:21:41AM -0500, Scott Cheloha wrote: > This patch moves the profil(2)- and GPROF-specific parts of > statclock() out into into separate clock interrupt routines. The > profil(2) part moves into profclock() and is enabled/disabled as > needed during mi_switch(). The GPROF

[v2] statclock: move profil(2), GPROF code into other clock interrupts

2023-07-18 Thread Scott Cheloha
This patch moves the profil(2)- and GPROF-specific parts of statclock() out into into separate clock interrupt routines. The profil(2) part moves into profclock() and is enabled/disabled as needed during mi_switch(). The GPROF part moves into gmonclock() and is enabled/disabled as needed via sysc