Re: [PATCH -tip 00/14] perf-probe updates

From: Ingo Molnar
Date: Tue Dec 15 2009 - 14:23:47 EST



* Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:

> Hi Ingo,
>
> Here are several bugfixes and updates of perf-probe.
> This updates includes below features.
>
> - Support checking kernel Build-ID
> Comparing vmlinux build-id and running kernel build-id
> can prevent user to set incorrect probes by using
> old/incorrect vmlinux.
>
> - Symbol search by libelf/kallsyms
> This allows to check probed symbol exists in the kernel
> even if debuginfo is not available.
>
> - Support glob expression with --del option (like --del '*')
> This allows users to use wildcard for specifying
> deleting events.
>
> - Reject adding same-name events
> Rejecting to add event which name already exists.
>
> - Support event name specifying for new events
> This allows users to set their own name to new
> events. Currently setting group name is not
> allowed, because it will conflict with other
> tracepoints and kmem event.
>
> I think the glob expression (wildcard matching) can be
> applied to other perf tools for choosing events, and it
> will give user better experience :-)

Very nice improvements! :)

Applied, 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/