[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1366046483-1765-1-git-send-email-jacob.shin@amd.com>
Date: Mon, 15 Apr 2013 12:21:21 -0500
From: Jacob Shin <jacob.shin@....com>
To: Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>
CC: "H. Peter Anvin" <hpa@...or.com>,
Thomas Gleixner <tglx@...utronix.de>, <x86@...nel.org>,
Stephane Eranian <eranian@...gle.com>,
Jiri Olsa <jolsa@...hat.com>, <linux-kernel@...r.kernel.org>,
Jacob Shin <jacob.shin@....com>
Subject: [PATCH 0/2] perf, amd: support for AMD NB and L2I "uncore" counters.
Per Ingo and Peter Z's request:
https://lkml.org/lkml/2013/4/10/267
This patchset removes the NB counter support from perf_event_amd.c and
creates a new PMU instead to add support for both AMD NB and L2I
counters.
Jacob Shin (2):
perf, amd: remove NB counter support from perf_event_amd.c
perf, amd: support for AMD NB and L2I "uncore" counters.
arch/x86/include/asm/cpufeature.h | 2 +
arch/x86/include/uapi/asm/msr-index.h | 4 +
arch/x86/kernel/cpu/Makefile | 2 +-
arch/x86/kernel/cpu/perf_event_amd.c | 138 +--------
arch/x86/kernel/cpu/perf_event_amd_uncore.c | 442 +++++++++++++++++++++++++++
5 files changed, 454 insertions(+), 134 deletions(-)
create mode 100644 arch/x86/kernel/cpu/perf_event_amd_uncore.c
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists