From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D693CC31E40 for ; Thu, 15 Aug 2019 10:35:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B162121743 for ; Thu, 15 Aug 2019 10:35:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730935AbfHOKfL (ORCPT ); Thu, 15 Aug 2019 06:35:11 -0400 Received: from mail-pg1-f195.google.com ([209.85.215.195]:33158 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730150AbfHOKfL (ORCPT ); Thu, 15 Aug 2019 06:35:11 -0400 Received: by mail-pg1-f195.google.com with SMTP id n190so1155183pgn.0 for ; Thu, 15 Aug 2019 03:35:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=NZexTARNLLR7b9hxD7/WQtSkaarQGcau2Mr8+ymJR5o=; b=mqdRx6TIuRxfGIJuS5WuAiYK/MPqH432Reyo7lwNkBY5gTqmUxR3Ehdt5gvzZ9jphx WyOSnT5sDY6zbCWKdK1OixSNuPmOx7g7X3Cbo+eqTwZkV04UfWQP/MR3mHelA2082u3h 8eBLKORbFEnl6lHdZ0b2iGhue4U5inCi7NkpYoXAwxCzw28uxxV/GdtCFIJQjfafRY9c TZpjfmQoBupJm/8Fe2dfkxWTihN2g5vSaEHSdURST9RICD9cEhAjv2+RrgZmv8LrLMF6 dMniet8HUY1ABGNAyQt/9YASLMXOya7gC3OrAAjAFKrXqzQYQp7vNi42SpegbRRB311a 8MUA== X-Gm-Message-State: APjAAAVz+tTjjtKko+sv1yVrnsMSf8Go0N1R2ORWhdobnYGb6I40vNSt 1K3xDrCjoiTzWDA0EbZBBFL9eRNrW2Dp6g== X-Google-Smtp-Source: APXvYqzzpJBZd6q/M6MxoS3ELE5DoxGa0aYiTZyk1llfcNdHoTd1t36vhVVTIUM9x57vem8y1fpN3w== X-Received: by 2002:a65:5b8e:: with SMTP id i14mr2993080pgr.188.1565865310043; Thu, 15 Aug 2019 03:35:10 -0700 (PDT) Received: from xz-x1.redhat.com ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id o128sm2481066pfb.42.2019.08.15.03.35.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Aug 2019 03:35:09 -0700 (PDT) From: Peter Xu To: kvm@vger.kernel.org Cc: Sean Christopherson , Paolo Bonzini , Wanpeng Li , Krish Sadhukhan , peterx@redhat.com Subject: [PATCH v2 0/3] KVM: X86: Some tracepoint enhancements Date: Thu, 15 Aug 2019 18:34:55 +0800 Message-Id: <20190815103458.23207-1-peterx@redhat.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org v2: - fix commit messages, change format of ple window tracepoint [Sean] - rebase [Wanpeng] Each small patch explains itself. I noticed them when I'm tracing some IRQ paths and I found them helpful at least to me. Please have a look. Thanks, Peter Xu (3): KVM: X86: Trace vcpu_id for vmexit KVM: X86: Remove tailing newline for tracepoints KVM: X86: Tune PLE Window tracepoint arch/x86/kvm/svm.c | 16 ++++++++-------- arch/x86/kvm/trace.h | 30 ++++++++++++------------------ arch/x86/kvm/vmx/vmx.c | 14 ++++++++------ arch/x86/kvm/x86.c | 2 +- 4 files changed, 29 insertions(+), 33 deletions(-) -- 2.21.0