Re: [PATCH 4/6] trace: Make UPROBES depend on PERF_EVENTS

2013-10-04 Thread Andi Kleen
On Fri, Oct 04, 2013 at 08:52:53PM -0400, Steven Rostedt wrote: > On Fri, 4 Oct 2013 14:39:46 -0700 > Andi Kleen wrote: > > > From: Andi Kleen > > > > UPROBES need the perf events code, so add a dependency > > from PERF_EVENTS to UPROBES. > > Can you please be a bit more specific on what upro

Re: [PATCH 4/6] trace: Make UPROBES depend on PERF_EVENTS

2013-10-04 Thread Steven Rostedt
On Fri, 4 Oct 2013 14:39:46 -0700 Andi Kleen wrote: > From: Andi Kleen > > UPROBES need the perf events code, so add a dependency > from PERF_EVENTS to UPROBES. Can you please be a bit more specific on what uprobes requires of perf? That is, what part of the perf events code is needed, and wh

[PATCH 4/6] trace: Make UPROBES depend on PERF_EVENTS

2013-10-04 Thread Andi Kleen
From: Andi Kleen UPROBES need the perf events code, so add a dependency from PERF_EVENTS to UPROBES. Cc: rost...@goodmis.org Signed-off-by: Andi Kleen --- kernel/trace/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 015f85a..8639819