Re: [RFC PATCH v6 28/32] perf record: Probe at kprobe points

2015-06-11 Thread Namhyung Kim
On Tue, Jun 09, 2015 at 05:50:32AM +, Wang Nan wrote: > In this patch, kprobe points are created using add_perf_probe_events. > Since all events are already grouped together in an array, calling > add_perf_probe_events() once creates all of them. > > probe_conf.max_probes is set to MAX_PROBES

[RFC PATCH v6 28/32] perf record: Probe at kprobe points

2015-06-08 Thread Wang Nan
In this patch, kprobe points are created using add_perf_probe_events. Since all events are already grouped together in an array, calling add_perf_probe_events() once creates all of them. probe_conf.max_probes is set to MAX_PROBES to support glob matching. Signed-off-by: Wang Nan --- tools/perf/