From: Ingo Molnar Date: Mon, 15 Jun 2009 06:17:12 +0000 (+0200) Subject: perf record: Fix fast task-exit race X-Git-Tag: v2.6.31-rc1~93^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613d8602292165f86ba1969784fea01a06d55900;p=pandora-kernel.git perf record: Fix fast task-exit race Recording with -a (or with -p) can race with tasks going away: couldn't open /proc/8440/maps Causing an early exit() and no recording done. Do not abort the recording session - instead just skip that task. Also, only print the warnings under -v. Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed