Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp1635228imj; Thu, 14 Feb 2019 09:30:06 -0800 (PST) X-Google-Smtp-Source: AHgI3Ibulkh/7Vhm/ZegUiAyK3HQV5azEDKxllUPJOQzIiFP6l9w1cLzyhe1QW/ghBUa2oPHDXZp X-Received: by 2002:a63:e101:: with SMTP id z1mr627359pgh.190.1550165406721; Thu, 14 Feb 2019 09:30:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550165406; cv=none; d=google.com; s=arc-20160816; b=lBvt5z/i0CP6VDRJBQBfY5mM6MIwRGb4GG5otpyhOQ/ImAt2mzVAbYrPdIQDhHuHbx sRyMWF2tI8ruvY9oFTWsL0VJIXUZY0tWKgKC+KGmNQBKeFz9a3Ons847kNcmr1UJosV5 ptBpfgyogS8XA87V8rWMmC29gaKRDM0p/mte56j3yGKtWJB/xdvoyTTZhzWMz03SmRvs cuUTT5W/cCWlhY8mJOm6Wd22gFaxRs+01cosRxw8bF8H8R1aY3GPq0G6eqEyWg94v+uv UoqkPOINyMdAVeE6OG7CXC2cEfNY1u2fXjtce522yaFwFTCNrWAxKHv6jq84h/oajoFt aBKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=K3r83symioMiTSxQwkO+N3bm9eQdZrjX+wd5fSfdX5o=; b=NuSP95LvqmMTdAmgvSkEzKOF6VCnL5R77ce3LKQSjMpB6MerPOAXwfIp+k6K0exYK0 F6K7io74KBkeSLfSqtJCnSP2IrSM7U0dbReNoLHRVUTVOn6NkPpoeW7rsA3rJqYoQWxX Z43XMa9JILFdAXxI+BSHx2lWjrgndscM4uPK6ZKKjLE4Nbrisai3k4NVqKBEC2wDZKWL rNbFJKCnvUIjP0vXOVZCFDpj1Y95vWTXkYZWfK1kFyeO55gnDOp0wiNN0W3egEdR7ef2 NNe6FX9G4+b8tVO8bOAdGyRvC9I9kp/0iEBlYi1+68zaFgA5bvZW0xbBa9ZyefzwxCRZ TIYQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id cm8si3395523plb.47.2019.02.14.09.29.50; Thu, 14 Feb 2019 09:30:06 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389084AbfBNJmr (ORCPT + 99 others); Thu, 14 Feb 2019 04:42:47 -0500 Received: from mga09.intel.com ([134.134.136.24]:32197 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726106AbfBNJmr (ORCPT ); Thu, 14 Feb 2019 04:42:47 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Feb 2019 01:42:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,368,1544515200"; d="scan'208";a="124411677" Received: from devel-ww.sh.intel.com ([10.239.48.128]) by fmsmga008.fm.intel.com with ESMTP; 14 Feb 2019 01:42:44 -0800 From: Wei Wang To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, pbonzini@redhat.com, ak@linux.intel.com, peterz@infradead.org Cc: kan.liang@intel.com, mingo@redhat.com, rkrcmar@redhat.com, like.xu@intel.com, wei.w.wang@intel.com, jannh@google.com, arei.gonglei@huawei.com, jmattson@google.com Subject: [PATCH v5 00/12] Guest LBR Enabling Date: Thu, 14 Feb 2019 17:06:02 +0800 Message-Id: <1550135174-5423-1-git-send-email-wei.w.wang@intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Last Branch Recording (LBR) is a performance monitor unit (PMU) feature on Intel CPUs that captures branch related info. This patch series enables this feature to KVM guests. Here is a conclusion of the fundamental methods that we use: 1) the LBR feature is enabled per guest via QEMU setting of KVM_CAP_X86_GUEST_LBR; 2) the LBR stack is passed through to the guest for direct accesses after the guest's first access to any of the lbr related MSRs; 3) the host will help save/resotre the LBR stack when the vCPU is scheduled out/in. ChangeLog: - KVM/x86: - patch 4: enable guest lbr when guest lbr msr index and host lbr msr index matches; - patch 5: change kvm_pmu_get_msr to get the msr_data struct; - patch 8: remove the PF_VCPU and is_kernel_event check; - patch 10: - move the lbr virtualization code from vmx.c to pmu_intel.c; - save the lbr stack even when the guest is not using the user callstack mode in case some tools (e.g. autofdo) complain for bogus samples; - patch 11: remove the common handling of the debugctl; - patch 12: support to report GLOBAL_STATUS_LBRS_FROZEN. previous: https://lkml.org/lkml/2018/12/26/82 Like Xu (1): KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack Wei Wang (11): perf/x86: fix the variable type of the LBR MSRs perf/x86: add a function to get the lbr stack KVM/x86: KVM_CAP_X86_GUEST_LBR KVM/x86: intel_pmu_lbr_enable KVM/x86/vPMU: tweak kvm_pmu_get_msr KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest perf/x86: no counter allocation support perf/x86: save/restore LBR_SELECT on vCPU switching KVM/x86/lbr: lazy save the guest lbr stack KVM/x86: remove the common handling of the debugctl msr KVM/VMX/vPMU: support to report GLOBAL_STATUS_LBRS_FROZEN arch/x86/events/core.c | 12 ++ arch/x86/events/intel/lbr.c | 42 +++- arch/x86/events/perf_event.h | 6 +- arch/x86/include/asm/kvm_host.h | 5 + arch/x86/include/asm/perf_event.h | 16 ++ arch/x86/kvm/cpuid.c | 2 +- arch/x86/kvm/cpuid.h | 8 + arch/x86/kvm/pmu.c | 18 +- arch/x86/kvm/pmu.h | 11 +- arch/x86/kvm/pmu_amd.c | 7 +- arch/x86/kvm/vmx/pmu_intel.c | 398 +++++++++++++++++++++++++++++++++++++- arch/x86/kvm/vmx/vmx.c | 4 +- arch/x86/kvm/vmx/vmx.h | 2 + arch/x86/kvm/x86.c | 33 ++-- include/linux/perf_event.h | 5 + include/uapi/linux/kvm.h | 1 + include/uapi/linux/perf_event.h | 3 +- 17 files changed, 535 insertions(+), 38 deletions(-) -- 2.7.4