Re: [PATCH perf/core v10 10/23] perf probe: Remove caches when --cache is given

2016-06-10 Thread Masami Hiramatsu
On Thu, 9 Jun 2016 11:28:28 -0300 Arnaldo Carvalho de Melo wrote: > > diff --git a/tools/perf/util/probe-file.c b/tools/perf/util/probe-file.c > > index a6d4a67..f687607 100644 > > --- a/tools/perf/util/probe-file.c > > +++ b/tools/perf/util/probe-file.c > > @@ -660,19 +660,39

Re: [PATCH perf/core v10 10/23] perf probe: Remove caches when --cache is given

2016-06-10 Thread Masami Hiramatsu
On Thu, 9 Jun 2016 11:28:28 -0300 Arnaldo Carvalho de Melo wrote: > > diff --git a/tools/perf/util/probe-file.c b/tools/perf/util/probe-file.c > > index a6d4a67..f687607 100644 > > --- a/tools/perf/util/probe-file.c > > +++ b/tools/perf/util/probe-file.c > > @@ -660,19 +660,39 @@ out: > >

Re: [PATCH perf/core v10 10/23] perf probe: Remove caches when --cache is given

2016-06-09 Thread Arnaldo Carvalho de Melo
Em Wed, Jun 08, 2016 at 06:30:40PM +0900, Masami Hiramatsu escreveu: > From: Masami Hiramatsu > > perf-probe --del removes caches when --cache is given. > Note that the delete pattern is not same as normal events. > > If you cached probes with event name, --del

Re: [PATCH perf/core v10 10/23] perf probe: Remove caches when --cache is given

2016-06-09 Thread Arnaldo Carvalho de Melo
Em Wed, Jun 08, 2016 at 06:30:40PM +0900, Masami Hiramatsu escreveu: > From: Masami Hiramatsu > > perf-probe --del removes caches when --cache is given. > Note that the delete pattern is not same as normal events. > > If you cached probes with event name, --del "eventname" > works as expected.

[PATCH perf/core v10 10/23] perf probe: Remove caches when --cache is given

2016-06-08 Thread Masami Hiramatsu
From: Masami Hiramatsu perf-probe --del removes caches when --cache is given. Note that the delete pattern is not same as normal events. If you cached probes with event name, --del "eventname" works as expected. However, if you skipped it, the cached probes

[PATCH perf/core v10 10/23] perf probe: Remove caches when --cache is given

2016-06-08 Thread Masami Hiramatsu
From: Masami Hiramatsu perf-probe --del removes caches when --cache is given. Note that the delete pattern is not same as normal events. If you cached probes with event name, --del "eventname" works as expected. However, if you skipped it, the cached probes doesn't have actual event name. In