Re: [RFC: 2.6 patch] unexport profile_pc

2005-01-21 Thread Zwane Mwaikambo
On Thu, 20 Jan 2005, John Levon wrote: > On Thu, Jan 20, 2005 at 12:16:52PM -0700, Zwane Mwaikambo wrote: > > > > I haven't found any modular usage of profile_pc in the kernel. > > > > Oprofile? > > We don't actually use it, but it looks like maybe we should? It seems > unfortunate that readpro

Re: [RFC: 2.6 patch] unexport profile_pc

2005-01-20 Thread John Levon
On Thu, Jan 20, 2005 at 12:16:52PM -0700, Zwane Mwaikambo wrote: > > I haven't found any modular usage of profile_pc in the kernel. > > Oprofile? We don't actually use it, but it looks like maybe we should? It seems unfortunate that readprofile and OProfile should disagree here. john - To unsub

Re: [RFC: 2.6 patch] unexport profile_pc

2005-01-20 Thread William Lee Irwin III
On Thu, Jan 20, 2005 at 10:59:17AM -0800, William Lee Irwin III wrote: >> In theory, /proc/ can be modular. In practice... On Thu, Jan 20, 2005 at 07:39:38PM +, Christoph Hellwig wrote: > Not even in theory. I have vague recollections of modular /proc/ "fixes" being posted. I don't have any v

Re: [RFC: 2.6 patch] unexport profile_pc

2005-01-20 Thread Christoph Hellwig
On Thu, Jan 20, 2005 at 10:59:17AM -0800, William Lee Irwin III wrote: > On Thu, Jan 20, 2005 at 07:20:19PM +0100, Adrian Bunk wrote: > > I haven't found any modular usage of profile_pc in the kernel. > > Is the patch below correct? > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > In theory,

Re: [RFC: 2.6 patch] unexport profile_pc

2005-01-20 Thread Zwane Mwaikambo
On Thu, 20 Jan 2005, Adrian Bunk wrote: > I haven't found any modular usage of profile_pc in the kernel. > > Is the patch below correct? Oprofile? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [RFC: 2.6 patch] unexport profile_pc

2005-01-20 Thread William Lee Irwin III
On Thu, Jan 20, 2005 at 07:20:19PM +0100, Adrian Bunk wrote: > I haven't found any modular usage of profile_pc in the kernel. > Is the patch below correct? > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> In theory, /proc/ can be modular. In practice... -- wli - To unsubscribe from this list: se

[RFC: 2.6 patch] unexport profile_pc

2005-01-20 Thread Adrian Bunk
I haven't found any modular usage of profile_pc in the kernel. Is the patch below correct? Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/arm/kernel/time.c |1 - arch/i386/kernel/time.c|1 - arch/ppc/kernel/time.c |1 - arch/ppc64/kernel/time.c |1 - arc