From: Ingo Molnar Date: Thu, 4 Jun 2009 11:41:22 +0000 (+0200) Subject: perf record/report: Fix PID/COMM handling X-Git-Tag: v2.6.31-rc1~383^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df97992c6e25ffc66c549c8bc59262dc627c6d17;p=pandora-kernel.git perf record/report: Fix PID/COMM handling Fix two bugs causing lost comm mappings: - initial PID is not 0 but getpid() - when we are unable to handle an mmap event, dont assume the event itself is broken - try to parse the stream. This way we wont lose comm events. Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Corey Ashford Cc: Marcelo Tosatti Cc: Arnaldo Carvalho de Melo Cc: Thomas Gleixner LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed