Re: [PATCH 3/4] perf tools: record min_timestamp of samples queue in ordered_samples

2013-11-02 Thread David Ahern
On 11/1/13, 3:29 AM, Chenggang Qin wrote: Add a field 'min_timestamp' in struct ordered_samples to record the minimial timestamp of the samples in ordered_samples->samples. why? How do you intend to use the field? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel

[PATCH 3/4] perf tools: record min_timestamp of samples queue in ordered_samples

2013-11-01 Thread Chenggang Qin
Add a field 'min_timestamp' in struct ordered_samples to record the minimial timestamp of the samples in ordered_samples->samples. Cc: David Ahern Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Arjan van de Ven Cc: Namhyung Kim Cc: Yanmin Zhang Cc: W