]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
perf/x86/intel: Print LBR support statement after validation
authorDavid Carrillo-Cisneros <davidcc@google.com>
Tue, 21 Jun 2016 18:31:10 +0000 (11:31 -0700)
committerIngo Molnar <mingo@kernel.org>
Mon, 27 Jun 2016 09:34:18 +0000 (11:34 +0200)
commitf09509b9398b23ca53360ca57106555698ec2e93
tree7294caff20149aaadaeb0dc96d57ae0db922fe7a
parent8114e90ea4deafc7c75c7b343225b485c21b6706
perf/x86/intel: Print LBR support statement after validation

The following commit:

  338b522ca43c ("perf/x86/intel: Protect LBR and extra_regs against KVM lying")

added an additional test to LBR support detection that is performed after
printing the LBR support statement to dmesg.

Move the LBR support output after the very last test, to make sure we
print the true status of LBR support.

Signed-off-by: David Carrillo-Cisneros <davidcc@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Stephane Eranian <eranian@google.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Link: http://lkml.kernel.org/r/1466533874-52003-2-git-send-email-davidcc@google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/events/intel/core.c
arch/x86/events/intel/lbr.c