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