Root/
1 | /** |
2 | * @file oprofile_stats.h |
3 | * |
4 | * @remark Copyright 2002 OProfile authors |
5 | * @remark Read the file COPYING |
6 | * |
7 | * @author John Levon |
8 | */ |
9 | |
10 | #ifndef OPROFILE_STATS_H |
11 | #define OPROFILE_STATS_H |
12 | |
13 | #include <linux/atomic.h> |
14 | |
15 | struct oprofile_stat_struct { |
16 | atomic_t sample_lost_no_mm; |
17 | atomic_t sample_lost_no_mapping; |
18 | atomic_t bt_lost_no_mapping; |
19 | atomic_t event_lost_overflow; |
20 | atomic_t multiplex_counter; |
21 | }; |
22 | |
23 | extern struct oprofile_stat_struct oprofile_stats; |
24 | |
25 | /* reset all stats to zero */ |
26 | void oprofile_reset_stats(void); |
27 | |
28 | struct super_block; |
29 | struct dentry; |
30 | |
31 | /* create the stats/ dir */ |
32 | void oprofile_create_stats_files(struct super_block *sb, struct dentry *root); |
33 | |
34 | #endif /* OPROFILE_STATS_H */ |
35 |
Branches:
ben-wpan
ben-wpan-stefan
javiroman/ks7010
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9