4 * @remark Copyright 2004 Oprofile Authors
5 * @remark Read the file COPYING
7 * @author Zwane Mwaikambo
13 #define OP_MAX_COUNTER 5
15 /* Per performance monitor configuration as set via
18 struct op_counter_config {
20 unsigned long enabled;
22 unsigned long unit_mask;
27 extern struct op_counter_config counter_config[];
29 #endif /* OP_COUNTER_H */