]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/ftrace.h
Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tracing...
[mv-sheeva.git] / include / linux / ftrace.h
index 703eb53cfa2b2a1512b7ce97d9c1da218ad9ac0f..e46a7b34037cc29ed0dbf5ded44e694badff8957 100644 (file)
@@ -74,6 +74,9 @@ extern void ftrace_caller(void);
 extern void ftrace_call(void);
 extern void mcount_call(void);
 
+/* May be defined in arch */
+extern int ftrace_arch_read_dyn_info(char *buf, int size);
+
 /**
  * ftrace_modify_code - modify code segment
  * @ip: the address of the code segment
@@ -181,6 +184,8 @@ static inline void __ftrace_enabled_restore(int enabled)
 #endif
 
 #ifdef CONFIG_TRACING
+extern int ftrace_dump_on_oops;
+
 extern void
 ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3);