All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] perf_event: Build callchain code regardless of hardware event support.
@ 2010-02-26  0:04 Scott Wood
  2010-02-26  0:09 ` Paul Mackerras
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2010-02-26  0:04 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: paulus

It's also useful for software events, as well as future support for
other types of hardware counters.

Signed-off-by: Scott Wood <scottwood@freescale.com>
---
 arch/powerpc/kernel/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index c002b04..93fd162 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -98,7 +98,8 @@ obj64-$(CONFIG_AUDIT)		+= compat_audit.o
 
 obj-$(CONFIG_DYNAMIC_FTRACE)	+= ftrace.o
 obj-$(CONFIG_FUNCTION_GRAPH_TRACER)	+= ftrace.o
-obj-$(CONFIG_PPC_PERF_CTRS)	+= perf_event.o perf_callchain.o
+obj-$(CONFIG_PERF_EVENTS)	+= perf_callchain.o
+obj-$(CONFIG_PPC_PERF_CTRS)	+= perf_event.o
 obj64-$(CONFIG_PPC_PERF_CTRS)	+= power4-pmu.o ppc970-pmu.o power5-pmu.o \
 				   power5+-pmu.o power6-pmu.o power7-pmu.o
 obj32-$(CONFIG_PPC_PERF_CTRS)	+= mpc7450-pmu.o
-- 
1.6.4.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] perf_event: Build callchain code regardless of hardware event support.
  2010-02-26  0:04 [PATCH 1/2] perf_event: Build callchain code regardless of hardware event support Scott Wood
@ 2010-02-26  0:09 ` Paul Mackerras
  2010-03-04 16:47   ` Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2010-02-26  0:09 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev

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 <scottwood@freescale.com>

Acked-by: Paul Mackerras <paulus@samba.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] perf_event: Build callchain code regardless of hardware event support.
  2010-02-26  0:09 ` Paul Mackerras
@ 2010-03-04 16:47   ` Kumar Gala
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2010-03-04 16:47 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: Scott Wood, linuxppc-dev


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 <scottwood@freescale.com>
> 
> Acked-by: Paul Mackerras <paulus@samba.org>

applied to next

- k

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-04 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-26  0:04 [PATCH 1/2] perf_event: Build callchain code regardless of hardware event support Scott Wood
2010-02-26  0:09 ` Paul Mackerras
2010-03-04 16:47   ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.