From: Ingo Molnar Date: Thu, 3 Sep 2009 14:19:57 +0000 (+0200) Subject: perf trace: Fix parsing of perf.data X-Git-Tag: v2.6.32-rc1~720^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8886f42d6d8dabeb488c706c339634a0e3e08df4;p=pandora-kernel.git perf trace: Fix parsing of perf.data We started parsing perf.data at head 0. This caused -D to segfault and it could possibly also case incorrect trace entries to be displayed. Parse it at data_offset instead. Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed