Re: [PATCH perf/core v3 5/8] perf probe: Allow to use filter on --del command

From: Arnaldo Carvalho de Melo
Date: Mon May 04 2015 - 16:57:09 EST


Em Fri, Apr 24, 2015 at 06:47:53PM +0900, Masami Hiramatsu escreveu:
> This makes perf-probe --del option to accept filter rules
> not only simple glob pattern. This simplifies the code and
> improve the flexibility.
>
> E.g. if we remove 2 different pattern events, we need 2
> -d options.
> ----
> # ./perf probe -d vfs\* -d malloc
> Removed event: probe_libc:malloc
> Removed event: probe:vfs_read
> ----

Masami,

I applied the first 4 patches in this series, but this one is
clashing, I think, with:

commit 7bedda35519840e3709c306991f9ffe028a5650d
Author: Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
Date: Tue Apr 28 17:35:34 2015 +0530

perf probe: Improve detection of file/function name in the probe
pattern

-------------

That was recently merged, with your ack.

Could you please take a look at refreshing the series on top of my
perf/core branch?

- Arnaldo
--
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/