]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/oprofile: move hwsampler interfaces to cpu_mf.h
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Wed, 11 Dec 2013 11:15:52 +0000 (12:15 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 12 Dec 2013 10:01:26 +0000 (11:01 +0100)
commit995f37666b0fec42e73c68427b7156ba7546648d
tree12ca60745cb2c6887870292d09337aa09f0c298e
parent43f9197c13870ec4d104c25d5eeede9143aebca2
s390/oprofile: move hwsampler interfaces to cpu_mf.h

Extract and move the oprofile hwsampler data structures and interfaces to
the cpu_mf.h header file which contains common interface definitions
for the various CPU-measurement facilities.   This change is necessary for
a new perf PMU.

Few interface names have been revised to fit to the latest CPU-measurement
facilities documentation.  Also declare the data structures as __packed and
correct checkpatch findings.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/cpu_mf.h
arch/s390/oprofile/hwsampler.c
arch/s390/oprofile/hwsampler.h