|
@@ -188,7 +188,7 @@ int oprofile_write_commit(struct op_entry *entry);
|
|
|
|
|
|
#ifdef CONFIG_PERF_EVENTS
|
|
#ifdef CONFIG_PERF_EVENTS
|
|
int __init oprofile_perf_init(struct oprofile_operations *ops);
|
|
int __init oprofile_perf_init(struct oprofile_operations *ops);
|
|
-void __exit oprofile_perf_exit(void);
|
|
|
|
|
|
+void oprofile_perf_exit(void);
|
|
char *op_name_from_perf_id(void);
|
|
char *op_name_from_perf_id(void);
|
|
#endif /* CONFIG_PERF_EVENTS */
|
|
#endif /* CONFIG_PERF_EVENTS */
|
|
|
|
|