Re: [PATCH -tip tracing/kprobes 0/9] tracing/kprobes, perf: perfprobe and kprobe-tracer bugfixes

From: Ingo Molnar
Date: Sat Oct 17 2009 - 06:37:46 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> The simpest probe syntax should be to add a probe to a single function
> name:
>
> perf probe +schedule
>
> _nothing else_.

here i meant the shortcut without the '+':

perf probe schedule

> To remove it, the user should just do something like:
>
> perf probe -schedule
>
> (to be symmetric 'perf probe +schedule' should work as well)

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/