Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
s390
oprofile
op_counter.h
Go to the documentation of this file.
1
/*
2
* Copyright IBM Corp. 2011
3
* Author(s): Andreas Krebbel (
[email protected]
)
4
*
5
* @remark Copyright 2011 OProfile authors
6
*/
7
8
#ifndef OP_COUNTER_H
9
#define OP_COUNTER_H
10
11
struct
op_counter_config
{
12
/* `enabled' maps to the hwsampler_file variable. */
13
/* `count' maps to the oprofile_hw_interval variable. */
14
/* `event' and `unit_mask' are unused. */
15
unsigned
long
kernel
;
16
unsigned
long
user
;
17
};
18
19
extern
struct
op_counter_config
counter_config
;
20
21
#endif
/* OP_COUNTER_H */
Generated on Thu Jan 10 2013 13:17:03 for Linux Kernel by
1.8.2