Re: [PATCH perf/core v8 07/16] perf probe: Remove caches when --cache is given

2016-05-18 Thread Masami Hiramatsu
On Thu, 19 May 2016 06:15:38 +0530 Hemant Kumar wrote: > Hi Masami, > > On 05/15/2016 08:50 AM, Masami Hiramatsu wrote: > > 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

Re: [PATCH perf/core v8 07/16] perf probe: Remove caches when --cache is given

2016-05-18 Thread Hemant Kumar
Hi Masami, On 05/15/2016 08:50 AM, Masami Hiramatsu wrote: 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 skippe

[PATCH perf/core v8 07/16] perf probe: Remove caches when --cache is given

2016-05-14 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 tha