From: Suravee Suthikulanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org>
To: suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
a.p.zijlstra-/NLkJaSkS4VmR6Xm/wNWPw@public.gmane.org
Subject: Re: [PATCH 0/2 V5] perf/x86/amd: IOMMU Performance Counter Support
Date: Wed, 12 Jun 2013 03:14:36 -0500 [thread overview]
Message-ID: <51B82DEC.8060209@amd.com> (raw)
In-Reply-To: <1370466709-3212-1-git-send-email-suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org>
Peter/Joerg
Please let me know if you have any questions/concerns about regarding
this patch set.
Thank you,
Suravee
On 6/5/2013 4:11 PM, suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org wrote:
> From: Suravee Suthikulpanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org>
>
> NOTE: Please see individual patch for changes list.
>
> These patches implement the AMD IOMMU Performance Counter functionality
> via custom perf PMU and implement static counting for various IOMMU
> translations.
>
> 1) Extend the AMD IOMMU initialization to include performance
> counter enablement.
>
> 2) The perf AMD IOMMU PMU to manage performance counters, which
> interface with the AMD IOMMU core driver.
>
> Steven L Kinney (1):
> perf/x86/amd: Adding IOMMU PC resource management
>
> Suravee Suthikulpanit (1):
> perf/x86/amd: AMD IOMMU PC PERF uncore PMU implementation
>
> arch/x86/kernel/cpu/Makefile | 4 +
> arch/x86/kernel/cpu/perf_event_amd_iommu.c | 504 ++++++++++++++++++++++++++++
> arch/x86/kernel/cpu/perf_event_amd_iommu.h | 40 +++
> drivers/iommu/amd_iommu_init.c | 140 +++++++-
> drivers/iommu/amd_iommu_proto.h | 7 +
> drivers/iommu/amd_iommu_types.h | 15 +-
> 6 files changed, 698 insertions(+), 12 deletions(-)
> create mode 100644 arch/x86/kernel/cpu/perf_event_amd_iommu.c
> create mode 100644 arch/x86/kernel/cpu/perf_event_amd_iommu.h
>
WARNING: multiple messages have this Message-ID (diff)
From: Suravee Suthikulanit <suravee.suthikulpanit@amd.com>
To: <suravee.suthikulpanit@amd.com>
Cc: <linux-kernel@vger.kernel.org>, <a.p.zijlstra@chello.nl>,
<mingo@redhat.com>, <iommu@lists.linux-foundation.org>,
<joro@8bytes.org>
Subject: Re: [PATCH 0/2 V5] perf/x86/amd: IOMMU Performance Counter Support
Date: Wed, 12 Jun 2013 03:14:36 -0500 [thread overview]
Message-ID: <51B82DEC.8060209@amd.com> (raw)
In-Reply-To: <1370466709-3212-1-git-send-email-suravee.suthikulpanit@amd.com>
Peter/Joerg
Please let me know if you have any questions/concerns about regarding
this patch set.
Thank you,
Suravee
On 6/5/2013 4:11 PM, suravee.suthikulpanit@amd.com wrote:
> From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
>
> NOTE: Please see individual patch for changes list.
>
> These patches implement the AMD IOMMU Performance Counter functionality
> via custom perf PMU and implement static counting for various IOMMU
> translations.
>
> 1) Extend the AMD IOMMU initialization to include performance
> counter enablement.
>
> 2) The perf AMD IOMMU PMU to manage performance counters, which
> interface with the AMD IOMMU core driver.
>
> Steven L Kinney (1):
> perf/x86/amd: Adding IOMMU PC resource management
>
> Suravee Suthikulpanit (1):
> perf/x86/amd: AMD IOMMU PC PERF uncore PMU implementation
>
> arch/x86/kernel/cpu/Makefile | 4 +
> arch/x86/kernel/cpu/perf_event_amd_iommu.c | 504 ++++++++++++++++++++++++++++
> arch/x86/kernel/cpu/perf_event_amd_iommu.h | 40 +++
> drivers/iommu/amd_iommu_init.c | 140 +++++++-
> drivers/iommu/amd_iommu_proto.h | 7 +
> drivers/iommu/amd_iommu_types.h | 15 +-
> 6 files changed, 698 insertions(+), 12 deletions(-)
> create mode 100644 arch/x86/kernel/cpu/perf_event_amd_iommu.c
> create mode 100644 arch/x86/kernel/cpu/perf_event_amd_iommu.h
>
next prev parent reply other threads:[~2013-06-12 8:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-05 21:11 [PATCH 0/2 V5] perf/x86/amd: IOMMU Performance Counter Support suravee.suthikulpanit-5C7GfCeVMHo
2013-06-05 21:11 ` suravee.suthikulpanit
[not found] ` <1370466709-3212-1-git-send-email-suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org>
2013-06-05 21:11 ` [PATCH 1/2 V5] perf/x86/amd: Adding IOMMU PC resource management suravee.suthikulpanit-5C7GfCeVMHo
2013-06-05 21:11 ` suravee.suthikulpanit
2013-06-19 18:41 ` [tip:perf/core] perf/x86/amd: Add IOMMU Performance Counter " tip-bot for Steven L Kinney
2013-06-05 21:11 ` [PATCH 2/2 V5] perf/x86/amd: AMD IOMMU PC PERF uncore PMU implementation suravee.suthikulpanit-5C7GfCeVMHo
2013-06-05 21:11 ` suravee.suthikulpanit
2013-06-19 18:41 ` [tip:perf/core] perf/x86/amd: AMD IOMMU Performance Counter " tip-bot for Suravee Suthikulpanit
2013-06-12 8:14 ` Suravee Suthikulanit [this message]
2013-06-12 8:14 ` [PATCH 0/2 V5] perf/x86/amd: IOMMU Performance Counter Support Suravee Suthikulanit
[not found] ` <51B82DEC.8060209-5C7GfCeVMHo@public.gmane.org>
2013-06-17 11:09 ` Peter Zijlstra
2013-06-17 11:09 ` Peter Zijlstra
[not found] ` <20130617110958.GQ3204-ndre7Fmf5hadTX5a5knrm8zTDFooKrT+cvkQGrU6aU0@public.gmane.org>
2013-06-17 14:04 ` Suravee Suthikulpanit
2013-06-20 10:46 ` Joerg Roedel
2013-06-20 10:46 ` Joerg Roedel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51B82DEC.8060209@amd.com \
--to=suravee.suthikulpanit-5c7gfcevmho@public.gmane.org \
--cc=a.p.zijlstra-/NLkJaSkS4VmR6Xm/wNWPw@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.