Re: [PATCH 1/6] perf tools: Synthesize data mmap events for threads

2012-11-08 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 07, 2012 at 04:27:09PM +0900, Namhyung Kim escreveu: > From: Namhyung Kim > > Current perf_event__synthesize_mmap_events() only deals with > executable mappings. With upcoming memory access sampling, Not "upcoming", "recently added", since your patch needs the patch, in Stephane ser

[PATCH 1/6] perf tools: Synthesize data mmap events for threads

2012-11-06 Thread Namhyung Kim
From: Namhyung Kim Current perf_event__synthesize_mmap_events() only deals with executable mappings. With upcoming memory access sampling, non-executable data mappings are needed also. While at it, convert parsing code to use sscanf which makes the code cleaner IMHO. Cc: Stephane Eranian Sign