]> 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)
commit8caf8c91bcb2c2b9c28596034a36f4db3f6412f8
tree1e3e36202b5f09a75a84863599292bc0abee63e2
parentb382f57a81c8235ad12d8783218c5539caa0dd8d
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