Searched defs:oprofile_operations (Results 1 – 1 of 1) sorted by relevance
50 struct oprofile_operations { struct53 int (*create_files)(struct dentry * root);55 int (*setup)(void);57 void (*shutdown)(void);59 int (*start)(void);61 void (*stop)(void);86 int oprofile_arch_init(struct oprofile_operations * ops); argument