Home
last modified time | relevance | path

Searched defs:oprofile_operations (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Doprofile.h51 struct oprofile_operations { struct
54 int (*create_files)(struct super_block * sb, struct dentry * root);
56 int (*setup)(void);
58 void (*shutdown)(void);
60 int (*start)(void);
62 void (*stop)(void);
87 int oprofile_arch_init(struct oprofile_operations * ops); argument