perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmu
commit5f4ec28ffe77c840354cce1820a3436106e9e0f1
authorRobert Richter <robert.richter@amd.com>
Wed, 29 Apr 2009 10:47:04 +0000 (29 12:47 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 29 Apr 2009 12:51:04 +0000 (29 14:51 +0200)
treee8af6690949c71bd8412e27c58870f326d645673
parent4aeb0b4239bb3b67ed402cb9cef3e000c892cadf
perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmu

This patch renames struct pmc_x86_ops into struct x86_pmu. It
introduces a structure to describe an x86 model specific pmu
(performance monitoring unit). It may contain ops and data. The new
name of the structure fits better, is shorter, and thus better to
handle. Where it was appropriate, names of function and variable have
been changed too.

[ Impact: cleanup ]

Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1241002046-8832-8-git-send-email-robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_counter.c