From: Thomas Gleixner Date: Mon, 8 Jun 2009 07:30:41 +0000 (+0200) Subject: perf_counter, x86: Implement generalized cache event types, add Atom support X-Git-Tag: v2.6.31-rc1~383^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad689220614b6c7c0b13b70d742f358e9310e71e;p=pandora-kernel.git perf_counter, x86: Implement generalized cache event types, add Atom support Fill in core2_hw_cache_event_id[] with the Atom model specific events. The events can be used in all the tools via the -e (--event) parameter, for example "-e l1-misses" or -"-e l2-accesses" or "-e l2-write-misses". ( Note: these are straight from the Intel manuals - not tested yet.) Signed-off-by: Thomas Gleixner 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