]> git.karo-electronics.de Git - mv-sheeva.git/commit
perf session: Dont queue events w/o timestamps
authorThomas Gleixner <tglx@linutronix.de>
Tue, 7 Dec 2010 12:48:44 +0000 (12:48 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 9 Dec 2010 13:15:38 +0000 (11:15 -0200)
commit79a14c1f458d598642bf11f09512c83d33a114e6
tree33f9d0fe1bd8275a587ccd48adf2074087ed7f55
parent3835bc00c5b2d8e337a6e9d7b44f47e02760dba3
perf session: Dont queue events w/o timestamps

If the event has no timestamp assigned then the parse code sets it to
~0ULL which causes the ordering code to enqueue it at the end.

Process it right away.

Reported-by: Ian Munsie <imunsie@au1.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ian Munsie <imunsie@au1.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20101207124550.528788441@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c