mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
cpumf: Move defines from source to header files
Move defines from a source file lscpumf.c to the header file in the include directory to be reused in a follow on patch. Also reshuffle the list of defines in proper sequence of increasing numbers. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
7150da3e4f
commit
26cf3ec769
@@ -162,13 +162,6 @@ static struct samples { /* Sample definition for all machines */
|
||||
* Second version number: >3 Range 448 to 495 inclusive (48 counters)
|
||||
*/
|
||||
|
||||
#define CPUMF_CTRSET_NONE 0
|
||||
#define CPUMF_CTRSET_BASIC 2
|
||||
#define CPUMF_CTRSET_PROBLEM_STATE 4
|
||||
#define CPUMF_CTRSET_CRYPTO 8
|
||||
#define CPUMF_CTRSET_EXTENDED 1
|
||||
#define CPUMF_CTRSET_MT_DIAG 32
|
||||
|
||||
struct counters {
|
||||
int ctrnum;
|
||||
int ctrset;
|
||||
|
||||
@@ -20,6 +20,13 @@
|
||||
#define S390_SYSFS_PAI_EXT "/sys/devices/pai_ext/"
|
||||
#define S390_SYSFS_PAI_NNPA S390_SYSFS_PAI_EXT "events/NNPA_ALL"
|
||||
|
||||
#define CPUMF_CTRSET_NONE 0
|
||||
#define CPUMF_CTRSET_EXTENDED 1
|
||||
#define CPUMF_CTRSET_BASIC 2
|
||||
#define CPUMF_CTRSET_PROBLEM_STATE 4
|
||||
#define CPUMF_CTRSET_CRYPTO 8
|
||||
#define CPUMF_CTRSET_MT_DIAG 32
|
||||
|
||||
/**
|
||||
* Read out the PMU type from a given file.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user