Re: [PATCH 1/2] perf_event: Build callchain code regardless of hardware event support.

2010-03-04 Thread Kumar Gala
On Feb 25, 2010, at 6:09 PM, Paul Mackerras wrote: > On Thu, Feb 25, 2010 at 06:04:33PM -0600, Scott Wood wrote: >> It's also useful for software events, as well as future support for >> other types of hardware counters. >> >> Signed-off-by: Scott Wood > > Acked-by: Paul Mackerras applied to

Re: [PATCH 1/2] perf_event: Build callchain code regardless of hardware event support.

2010-02-25 Thread Paul Mackerras
On Thu, Feb 25, 2010 at 06:04:33PM -0600, Scott Wood wrote: > It's also useful for software events, as well as future support for > other types of hardware counters. > > Signed-off-by: Scott Wood Acked-by: Paul Mackerras ___ Linuxppc-dev mailing list

[PATCH 1/2] perf_event: Build callchain code regardless of hardware event support.

2010-02-25 Thread Scott Wood
It's also useful for software events, as well as future support for other types of hardware counters. Signed-off-by: Scott Wood --- arch/powerpc/kernel/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile