Re: [PATCH v3 41/44] metag: OProfile

2013-01-11 Thread James Hogan
Hi Maynard, On 10/01/13 17:12, Maynard Johnson wrote: >> +static void kernel_backtrace_fp(unsigned long *fp, unsigned long *stack, >> +unsigned int depth) >> +{ ... >> +#ifdef CONFIG_KALLSYMS >> +/* If we've reached TBIBoingVec then we're at an interrupt >>

Re: [PATCH v3 41/44] metag: OProfile

2013-01-10 Thread Maynard Johnson
On 01/10/2013 09:31 AM, James Hogan wrote: > Add oprofile support for metag. > > Signed-off-by: James Hogan > Cc: Robert Richter > Cc: oprofile-l...@lists.sf.net > --- > arch/metag/Kconfig|1 + > arch/metag/Makefile |2 + > arch/metag/oprofile/Makef

[PATCH v3 41/44] metag: OProfile

2013-01-10 Thread James Hogan
Add oprofile support for metag. Signed-off-by: James Hogan Cc: Robert Richter Cc: oprofile-l...@lists.sf.net --- arch/metag/Kconfig|1 + arch/metag/Makefile |2 + arch/metag/oprofile/Makefile | 16 ++ arch/metag/oprofile/backtrace.c