From: Jiri Olsa Date: Mon, 8 Sep 2014 14:31:07 +0000 (+0200) Subject: perf: Do not check PERF_EVENT_STATE_EXIT on syscall read path X-Git-Tag: omap-for-v3.19/prcm-cleanup~97^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88f2096136416b261bd3647cc260935f6e95805;p=pandora-kernel.git perf: Do not check PERF_EVENT_STATE_EXIT on syscall read path Revert PERF_EVENT_STATE_EXIT check on read syscall path. It breaks standard way to read counter, which is to open the counter, wait for the monitored process to die and read the counter. Reported-by: Stephane Eranian Signed-off-by: Jiri Olsa Acked-by: Stephane Eranian Acked-by: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Namhyung Kim Cc: Paul Mackerras Cc: Stephane Eranian Cc: David Ahern Link: http://lkml.kernel.org/r/20140908143107.GG17728@krava.brq.redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed