Re: [PATCH perf/core v5 14/15] perf probe: Allow wildcard for cached events

2016-04-27 Thread Masami Hiramatsu
Oops, I missed to fix the SEGV bug. I'll fix it and resend as 5.1. Thanks, On Thu, 28 Apr 2016 03:39:17 +0900 Masami Hiramatsu wrote: > Allo glob wildcard for reusing cached/SDT events. This also > automatically find the target binaries, e.g. > > # perf probe -a

Re: [PATCH perf/core v5 14/15] perf probe: Allow wildcard for cached events

2016-04-27 Thread Masami Hiramatsu
Oops, I missed to fix the SEGV bug. I'll fix it and resend as 5.1. Thanks, On Thu, 28 Apr 2016 03:39:17 +0900 Masami Hiramatsu wrote: > Allo glob wildcard for reusing cached/SDT events. This also > automatically find the target binaries, e.g. > > # perf probe -a %sdt_libc:\* > > This

[PATCH perf/core v5 14/15] perf probe: Allow wildcard for cached events

2016-04-27 Thread Masami Hiramatsu
Allo glob wildcard for reusing cached/SDT events. This also automatically find the target binaries, e.g. # perf probe -a %sdt_libc:\* This example adds probes for all SDT in libc. Note that the SDTs must have been scanned by perf buildid-cache. Signed-off-by: Masami Hiramatsu

[PATCH perf/core v5 14/15] perf probe: Allow wildcard for cached events

2016-04-27 Thread Masami Hiramatsu
Allo glob wildcard for reusing cached/SDT events. This also automatically find the target binaries, e.g. # perf probe -a %sdt_libc:\* This example adds probes for all SDT in libc. Note that the SDTs must have been scanned by perf buildid-cache. Signed-off-by: Masami Hiramatsu ---