Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
perf_event.h
Go to the documentation of this file.
1 /*
2  * Performance event support - s390 specific definitions.
3  *
4  * Copyright IBM Corp. 2009, 2012
5  * Author(s): Martin Schwidefsky <[email protected]>
6  * Hendrik Brueckner <[email protected]>
7  */
8 
9 #include <asm/cpu_mf.h>
10 
11 /* CPU-measurement counter facility */
12 #define PERF_CPUM_CF_MAX_CTR 256
13 
14 /* Per-CPU flags for PMU states */
15 #define PMU_F_RESERVED 0x1000
16 #define PMU_F_ENABLED 0x2000