Re: [PATCH RFC net-next] tracing: accelerate tracing filters with BPF

From: Ingo Molnar
Date: Wed May 14 2014 - 01:09:21 EST



* Alexei Starovoitov <ast@xxxxxxxxxxxx> wrote:

> On Tue, May 13, 2014 at 8:07 PM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> > On Tue, 13 May 2014 19:55:11 -0700
> > Alexei Starovoitov <ast@xxxxxxxxxxxx> wrote:
> >
> >> --- a/kernel/trace/Kconfig
> >> +++ b/kernel/trace/Kconfig
> >> @@ -79,6 +79,7 @@ config FTRACE_NMI_ENTER
> >> default y
> >>
> >> config EVENT_TRACING
> >> + depends on NET
> >> select CONTEXT_SWITCH_TRACER
> >> bool
> >>
> >
> > This part makes me a little nervous. I know a lot of embedded devices
> > depend on tracing, but do they all have network?
>
> I think we may want to split BPF into its own config, since it doesn't
> really depend on anything in net.

Exactly, that's a good plan.

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/