Go to the documentation of this file.
12 #include <linux/types.h>
13 #include <asm/hw_irq.h>
15 #define MAX_HWEVENTS 8
16 #define MAX_EVENT_ALTERNATIVES 8
17 #define MAX_LIMITED_HWCOUNTERS 2
30 unsigned int hwc[],
unsigned long mmcr[]);
48 #define PPMU_LIMITED_PMC5_6 1
49 #define PPMU_ALT_SIPR 2
50 #define PPMU_NO_SIPR 4
51 #define PPMU_NO_CONT_SAMPLING 8
52 #define PPMU_SIAR_VALID 16
57 #define PPMU_LIMITED_PMC_OK 1
58 #define PPMU_LIMITED_PMC_REQD 2
59 #define PPMU_ONLY_COUNT_RUN 4
71 #ifdef CONFIG_PPC_PERF_CTRS
72 #define perf_misc_flags(regs) perf_misc_flags(regs)