Re: [PATCH 05/40] perf tools: Introduce perf_evlist__mmap_track()

2015-05-18 Thread Namhyung Kim
On Mon, May 18, 2015 at 08:09:16PM +0200, Jiri Olsa wrote: > On Mon, May 18, 2015 at 09:30:20AM +0900, Namhyung Kim wrote: > > The perf_evlist__mmap_track function creates data mmaps and optionally > > hum, there's no perf_evlist__mmap_track in the patch ;-) Oops, I missed to update the changelog

Re: [PATCH 05/40] perf tools: Introduce perf_evlist__mmap_track()

2015-05-18 Thread Jiri Olsa
On Mon, May 18, 2015 at 09:30:20AM +0900, Namhyung Kim wrote: > The perf_evlist__mmap_track function creates data mmaps and optionally hum, there's no perf_evlist__mmap_track in the patch ;-) you're now using perf_evlist__mmap_ex that was introduced by Adrian IIRC jirka -- To unsubscribe from th

[PATCH 05/40] perf tools: Introduce perf_evlist__mmap_track()

2015-05-17 Thread Namhyung Kim
The perf_evlist__mmap_track function creates data mmaps and optionally tracking mmaps for events. It'll be used for perf record to save events in a separate files and build an index table. Checking dummy tracking event in perf_evlist__mmap() alone is not enough as users can specify a dummy event