Re: [PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-28 Thread Masami Hiramatsu
On Thu, 28 Apr 2016 14:26:05 +0900 Namhyung Kim wrote: > On Thu, Apr 28, 2016 at 03:38:49AM +0900, Masami Hiramatsu wrote: > > From: Masami Hiramatsu > > > > To improbe usability, support %[PROVIDER:]SDTEVENT format to > > add new probes on

Re: [PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-28 Thread Masami Hiramatsu
On Thu, 28 Apr 2016 14:26:05 +0900 Namhyung Kim wrote: > On Thu, Apr 28, 2016 at 03:38:49AM +0900, Masami Hiramatsu wrote: > > From: Masami Hiramatsu > > > > To improbe usability, support %[PROVIDER:]SDTEVENT format to > > add new probes on SDT and cached events. > > > > e.g. > > > >

Re: [PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-27 Thread Namhyung Kim
On Thu, Apr 28, 2016 at 03:38:49AM +0900, Masami Hiramatsu wrote: > From: Masami Hiramatsu > > To improbe usability, support %[PROVIDER:]SDTEVENT format to > add new probes on SDT and cached events. > > e.g. > > # perf probe -x /lib/libc-2.17.so

Re: [PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-27 Thread Namhyung Kim
On Thu, Apr 28, 2016 at 03:38:49AM +0900, Masami Hiramatsu wrote: > From: Masami Hiramatsu > > To improbe usability, support %[PROVIDER:]SDTEVENT format to > add new probes on SDT and cached events. > > e.g. > > # perf probe -x /lib/libc-2.17.so %lll_lock_wait_private > Added new

Re: [PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-27 Thread Hemant Kumar
On 04/28/2016 12:08 AM, Masami Hiramatsu wrote: From: Masami Hiramatsu To improbe usability, support %[PROVIDER:]SDTEVENT format to add new probes on SDT and cached events. e.g. # perf probe -x /lib/libc-2.17.so %lll_lock_wait_private Added

Re: [PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-27 Thread Hemant Kumar
On 04/28/2016 12:08 AM, Masami Hiramatsu wrote: From: Masami Hiramatsu To improbe usability, support %[PROVIDER:]SDTEVENT format to add new probes on SDT and cached events. e.g. # perf probe -x /lib/libc-2.17.so %lll_lock_wait_private Added new event:

[PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-27 Thread Masami Hiramatsu
From: Masami Hiramatsu To improbe usability, support %[PROVIDER:]SDTEVENT format to add new probes on SDT and cached events. e.g. # perf probe -x /lib/libc-2.17.so %lll_lock_wait_private Added new event: sdt_libc:lll_lock_wait_private (on

[PATCH perf/core v5 11/15] perf probe: Accept %sdt and %cached event name

2016-04-27 Thread Masami Hiramatsu
From: Masami Hiramatsu To improbe usability, support %[PROVIDER:]SDTEVENT format to add new probes on SDT and cached events. e.g. # perf probe -x /lib/libc-2.17.so %lll_lock_wait_private Added new event: sdt_libc:lll_lock_wait_private (on %lll_lock_wait_private in