summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/oprofile/oprof.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/drivers/oprofile/oprof.h')
-rw-r--r--ANDROID_3.4.5/drivers/oprofile/oprof.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/oprofile/oprof.h b/ANDROID_3.4.5/drivers/oprofile/oprof.h
index d32ef816..a3cafd42 100644
--- a/ANDROID_3.4.5/drivers/oprofile/oprof.h
+++ b/ANDROID_3.4.5/drivers/oprofile/oprof.h
@@ -30,11 +30,18 @@ extern struct oprofile_operations oprofile_ops;
extern unsigned long oprofile_started;
extern unsigned long oprofile_backtrace_depth;
+/* 2013-01-14 YJChen: Add Begin */
+extern unsigned int TIMER2_LATCH;
+/* 2013-01-14 YJChen: Add End */
+
struct super_block;
struct dentry;
void oprofile_create_files(struct super_block *sb, struct dentry *root);
int oprofile_timer_init(struct oprofile_operations *ops);
+/* 2013-01-14 YJChen: Add Begin */
+int oprofile_timer2_init(struct oprofile_operations *ops);
+/* 2013-01-14 YJChen: Add End */
#ifdef CONFIG_OPROFILE_NMI_TIMER
int op_nmi_timer_init(struct oprofile_operations *ops);
#else