From: Peter Zijlstra Date: Thu, 11 Jun 2009 15:56:09 +0000 (+0200) Subject: perf_counter: PERF_TYPE_HW_CACHE is a hardware counter too X-Git-Tag: v2.6.31-rc1~359^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a3c979059b2033d0b1cc4f9ee5c90bf92b5f94;p=pandora-kernel.git perf_counter: PERF_TYPE_HW_CACHE is a hardware counter too is_software_counter() was missing the new HW_CACHE category. ( This could have caused some counter scheduling artifacts with mixed sw and hw counters and counter groups. ) Signed-off-by: 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