Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.6-rc6 16 lines 416 B view raw
1/* 2 * Performance event support - s390 specific definitions. 3 * 4 * Copyright IBM Corp. 2009, 2012 5 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> 6 * Hendrik Brueckner <brueckner@linux.vnet.ibm.com> 7 */ 8 9#include <asm/cpu_mf.h> 10 11/* CPU-measurement counter facility */ 12#define PERF_CPUM_CF_MAX_CTR 160 13 14/* Per-CPU flags for PMU states */ 15#define PMU_F_RESERVED 0x1000 16#define PMU_F_ENABLED 0x2000