linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 V3] perf/x86/amd: IOMMU Performance Counter Support
@ 2013-05-17 19:43 suravee.suthikulpanit
  2013-05-17 19:43 ` [PATCH 1/2 V3] perf/x86/amd: Adding IOMMU PC resource management suravee.suthikulpanit
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: suravee.suthikulpanit @ 2013-05-17 19:43 UTC (permalink / raw)
  To: linux-kernel, a.p.zijlstra, mingo, iommu, joro; +Cc: Suravee Suthikulpanit

From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>

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               |    2 +-
 arch/x86/kernel/cpu/perf_event_amd_iommu.c |  500 ++++++++++++++++++++++++++++
 arch/x86/kernel/cpu/perf_event_amd_iommu.h |   40 +++
 drivers/iommu/amd_iommu_init.c             |  121 ++++++-
 drivers/iommu/amd_iommu_proto.h            |    7 +
 drivers/iommu/amd_iommu_types.h            |   12 +-
 6 files changed, 675 insertions(+), 7 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

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-05-29 11:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 19:43 [PATCH 0/2 V3] perf/x86/amd: IOMMU Performance Counter Support suravee.suthikulpanit
2013-05-17 19:43 ` [PATCH 1/2 V3] perf/x86/amd: Adding IOMMU PC resource management suravee.suthikulpanit
2013-05-28 11:07   ` Joerg Roedel
2013-05-28 16:28     ` Suravee Suthikulanit
2013-05-17 19:43 ` [PATCH 2/2 V3] perf/x86/amd: AMD IOMMU PC PERF uncore PMU implementation suravee.suthikulpanit
2013-05-28 12:18   ` Joerg Roedel
2013-05-28 17:17     ` Suravee Suthikulanit
2013-05-29 11:24       ` Peter Zijlstra
2013-05-20 15:41 ` [PATCH 0/2 V3] perf/x86/amd: IOMMU Performance Counter Support Suravee Suthikulanit
2013-05-21  9:11   ` Peter Zijlstra
2013-05-21 13:29     ` Suravee Suthikulanit
2013-05-21 13:52       ` Peter Zijlstra
2013-05-21 14:25         ` Joerg Roedel
2013-05-21 15:36           ` Peter Zijlstra
2013-05-27 16:30           ` Peter Zijlstra
2013-05-27 17:26             ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).