Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Doprofile.h50 struct oprofile_operations { struct
53 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