Re: [Patch 3/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-25 Thread Carl Love
On Tue, 2008-11-25 at 16:58 +0100, Arnd Bergmann wrote: > > struct pmc_cntrl_data { > > unsigned long vcntr; > > @@ -111,6 +126,8 @@ struct pm_cntrl { > > u16 trace_mode; > > u16 freeze; > > u16 count_mode; > > + u16 spu_addr_trace; > > + u8 trace_buf_ovflw; > > }; > >

Re: [Patch 3/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-25 Thread Arnd Bergmann
On Tuesday 25 November 2008, Carl Love wrote: > > This is the second of the two kernel patches for adding SPU profiling > for the IBM Cell processor. This patch contains the spu event profiling > setup, start and stop routines. > > Signed-off-by: Carl Love <[EMAIL PROTECTED]> Maybe a little m

[Patch 3/3] OProfile SPU event profiling support for IBM Cell processor

2008-11-24 Thread Carl Love
This is the second of the two kernel patches for adding SPU profiling for the IBM Cell processor. This patch contains the spu event profiling setup, start and stop routines. Signed-off-by: Carl Love <[EMAIL PROTECTED]> Index: Cell_kernel_11_10_2008/arch/powerpc/oprofile/op_model_cell.c ==