Searched defs:oprofile_operations (Results 1 – 1 of 1) sorted by relevance
51 struct oprofile_operations { struct54 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