4 * @remark Copyright 2002 OProfile authors
5 * @remark Read the file COPYING
13 #define OP_MAX_COUNTER 8
15 /* Per-perfctr configuration as set via
18 struct op_counter_config
{
20 unsigned long enabled
;
24 unsigned long unit_mask
;
27 extern struct op_counter_config counter_config
[];
29 #endif /* OP_COUNTER_H */