Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
oprofile_stats.h
Go to the documentation of this file.
1 
10 #ifndef OPROFILE_STATS_H
11 #define OPROFILE_STATS_H
12 
13 #include <linux/atomic.h>
14 
21 };
22 
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 */