nfsd: don't fail unchecked creates of non-special files
[zen-stable.git] / arch / s390 / oprofile / op_counter.h
blob1a8d3ca09014c36fdf967ee981f258e3012b9949
1 /**
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
8 */
10 #ifndef OP_COUNTER_H
11 #define OP_COUNTER_H
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. */
17 unsigned long kernel;
18 unsigned long user;
21 extern struct op_counter_config counter_config;
23 #endif /* OP_COUNTER_H */