commit | f1a3c979059b2033d0b1cc4f9ee5c90bf92b5f94 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Jun 11 17:56:09 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jun 12 14:28:51 2009 +0200 |
tree | 912e8284ffb749c8b9a8be51551144faaaab4849 | |
parent | 4c921126fe553440261f56691c5f60fbaaa486d6 [diff] |
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 <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>