OSDN Git Service

perf/x86: Remove pmu->pebs_no_xmm_regs
authorKan Liang <kan.liang@linux.intel.com>
Tue, 28 May 2019 22:08:33 +0000 (15:08 -0700)
committerIngo Molnar <mingo@kernel.org>
Mon, 24 Jun 2019 17:19:25 +0000 (19:19 +0200)
commitcd6b984f6d8cd615755b5404a51b7efe45215f28
tree793fe4351d95894905b6d3513de89cf85c70d995
parentdce86ac75d772047e9bc606154704aa73bfd4c83
perf/x86: Remove pmu->pebs_no_xmm_regs

We don't need pmu->pebs_no_xmm_regs anymore, the capabilities
PERF_PMU_CAP_EXTENDED_REGS can be used to check if XMM registers
collection is supported.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Link: https://lkml.kernel.org/r/1559081314-9714-4-git-send-email-kan.liang@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/events/core.c
arch/x86/events/intel/ds.c
arch/x86/events/perf_event.h