]> git.baikalelectronics.ru Git - kernel.git/commit
perf/x86: Only show format attributes when supported
authorAndi Kleen <ak@linux.intel.com>
Tue, 22 Aug 2017 18:52:00 +0000 (11:52 -0700)
committerIngo Molnar <mingo@kernel.org>
Fri, 25 Aug 2017 09:04:18 +0000 (11:04 +0200)
commit28484d875845e7864fea9d9c2b4d5874b4f87e0d
tree1e3e36202b5f09a75a84863599292bc0abee63e2
parentaadad2e1b5076140711ee1b2071eb68dc796bf2c
perf/x86: Only show format attributes when supported

Only show the Intel format attributes in sysfs when the feature is actually
supported with the current model numbers. This allows programs to probe
what format attributes are available, and give a sensible error message
to users if they are not.

This handles near all cases for intel attributes since Nehalem,
except the (obscure) case when the model number if known, but PEBS
is disabled in PERF_CAPABILITIES.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20170822185201.9261-2-andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/events/intel/core.c