Re: [PATCH 07/38] perf tools: Handle indexed data file properly

2015-03-05 Thread Namhyung Kim
Hi Jiri, On Wed, Mar 04, 2015 at 05:19:54PM +0100, Jiri Olsa wrote: > On Tue, Mar 03, 2015 at 12:07:19PM +0900, Namhyung Kim wrote: > > When perf detects data file has index table, process header part first > > and then rest data files in a row. Note that the indexed sample data is > > recorded f

Re: [PATCH 07/38] perf tools: Handle indexed data file properly

2015-03-04 Thread Jiri Olsa
On Tue, Mar 03, 2015 at 12:07:19PM +0900, Namhyung Kim wrote: > When perf detects data file has index table, process header part first > and then rest data files in a row. Note that the indexed sample data is > recorded for each cpu/thread separately, it's already ordered with > respect to themsel

[PATCH 07/38] perf tools: Handle indexed data file properly

2015-03-02 Thread Namhyung Kim
When perf detects data file has index table, process header part first and then rest data files in a row. Note that the indexed sample data is recorded for each cpu/thread separately, it's already ordered with respect to themselves so no need to use the ordered event queue interface. Signed-off-b