linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] perf/x86/amd/uncore: Update AMD uncore driver
@ 2017-01-11 16:02 Janakarajan Natarajan
  2017-01-11 16:02 ` [PATCH 1/3] perf/x86/amd/uncore: Update AMD uncore to rename L2 to LLC Janakarajan Natarajan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Janakarajan Natarajan @ 2017-01-11 16:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Alexander Shishkin, Suravee Suthikulpanit, Janakarajan Natarajan

This patchset updates the AMD uncore driver to support AMD Family17h processors.

First, the current L2 counters are renamed to Last level cache (LLC) counter to
reflect either L2 or L3 counters depending on the family. Then, it also 
dynamically allocates the counters since they vary between Family16h and 17h.

Also, in Family17h, the NorthBridge counters are re-purposed as Data Fabric (DF)
counters. Therefore, this patch exports the pmu name accordingly based on the
processor family.

Janakarajan Natarajan (3):
  perf/x86/amd/uncore: Update AMD uncore to rename L2 to LLC
  perf/x86/amd/uncore: Dynamically allocate uncore counters
  perf/x86/amd/uncore: Update sysfs attributes for Family17h processors

 arch/x86/events/amd/uncore.c | 292 +++++++++++++++++++++++++++++--------------
 1 file changed, 197 insertions(+), 95 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-01-13  8:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11 16:02 [PATCH 0/3] perf/x86/amd/uncore: Update AMD uncore driver Janakarajan Natarajan
2017-01-11 16:02 ` [PATCH 1/3] perf/x86/amd/uncore: Update AMD uncore to rename L2 to LLC Janakarajan Natarajan
2017-01-11 16:02 ` [PATCH 2/3] perf/x86/amd/uncore: Dynamically allocate uncore counters Janakarajan Natarajan
2017-01-12  9:20   ` Peter Zijlstra
2017-01-13  0:48     ` Natarajan, Janakarajan
2017-01-13  8:58       ` Peter Zijlstra
2017-01-12 13:12   ` [PATCH] perf/x86/amd/uncore: fix ifnullfree.cocci warnings kbuild test robot
2017-01-12 13:12   ` [PATCH 2/3] perf/x86/amd/uncore: Dynamically allocate uncore counters kbuild test robot
2017-01-11 16:02 ` [PATCH 3/3] perf/x86/amd/uncore: Update sysfs attributes for Family17h processors Janakarajan Natarajan

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).