perf/x86/intel: Fix the name of perf METRICS
authorKan Liang <kan.liang@linux.intel.com>
Thu, 23 Jul 2020 17:11:08 +0000 (10:11 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 18 Aug 2020 14:34:35 +0000 (16:34 +0200)
commitbbdbde2a415d9f479803266cae6fb0c1a9f6c80e
tree9b7e7283150a0af550ccb90e684b0975fb8b6d98
parentd39fcc32893dac2d02900d99c38276a00cc54d60
perf/x86/intel: Fix the name of perf METRICS

Bit 15 of the PERF_CAPABILITIES MSR indicates that the perf METRICS
feature is supported. The perf METRICS is not a PEBS feature.

Rename pebs_metrics_available perf_metrics.

The bit is not used in the current code. It will be used in a later
patch.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200723171117.9918-6-kan.liang@linux.intel.com
arch/x86/events/perf_event.h