Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-ppc / perfmon.h
blob5e7a89c47b5b5e6169914851e3baf01bac1072a5
1 #ifndef __PERFMON_H
2 #define __PERFMON_H
4 extern void (*perf_irq)(struct pt_regs *);
6 int request_perfmon_irq(void (*handler)(struct pt_regs *));
7 void free_perfmon_irq(void);
9 #ifdef CONFIG_FSL_BOOKE
10 void init_pmc_stop(int ctr);
11 void set_pmc_event(int ctr, int event);
12 void set_pmc_user_kernel(int ctr, int user, int kernel);
13 void set_pmc_marked(int ctr, int mark0, int mark1);
14 void pmc_start_ctr(int ctr, int enable);
15 void pmc_start_ctrs(int enable);
16 void pmc_stop_ctrs(void);
17 void dump_pmcs(void);
19 extern struct op_ppc32_model op_model_fsl_booke;
20 #endif
22 #endif /* __PERFMON_H */