2 * arch/s390/oprofile/op_counter.h
4 * Copyright (C) 2011 IBM Deutschland Entwicklung GmbH, IBM Corporation
5 * Author(s): Andreas Krebbel (krebbel@linux.vnet.ibm.com)
7 * @remark Copyright 2011 OProfile authors
13 struct op_counter_config
{
14 /* `enabled' maps to the hwsampler_file variable. */
15 /* `count' maps to the oprofile_hw_interval variable. */
16 /* `event' and `unit_mask' are unused. */
21 extern struct op_counter_config counter_config
;
23 #endif /* OP_COUNTER_H */