Re: [PATCH 2/4] perf tools: pass timestamp to map_init

2015-02-15 Thread Adrian Hunter
On 11/02/15 01:42, Stephane Eranian wrote: > This patch passes the sample timestamp down to the > map_init function. This is used to sort mmap records. > > Signed-off-by: Stephane Eranian > --- Are the changes of this patch used by your patch set? I couldn't see anywhere. -- To unsubscribe from

[PATCH 2/4] perf tools: pass timestamp to map_init

2015-02-10 Thread Stephane Eranian
This patch passes the sample timestamp down to the map_init function. This is used to sort mmap records. Signed-off-by: Stephane Eranian --- tools/perf/util/machine.c | 8 ++-- tools/perf/util/map.c | 9 + tools/perf/util/map.h | 5 +++-- 3 files changed, 14 insertions(+), 8