From: Thomas Gleixner Date: Tue, 7 Dec 2010 12:48:44 +0000 (+0000) Subject: perf session: Dont queue events w/o timestamps X-Git-Tag: v2.6.38-rc1~490^2~34^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a14c1f458d598642bf11f09512c83d33a114e6;p=pandora-kernel.git 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 Cc: Frederic Weisbecker Cc: Ian Munsie Cc: Ingo Molnar Cc: Peter Zijlstra LKML-Reference: <20101207124550.528788441@linutronix.de> Signed-off-by: Thomas Gleixner Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed