diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-12-14 17:12:37 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-14 17:12:37 +0100 |
commit | 0087aabd6a3744c28114240776918f5d15e46b98 (patch) | |
tree | 8bf3ba7b3395490441722360d2872480f64cd694 /include | |
parent | Merge branch 'linus' into tracing/urgent (diff) | |
parent | tracing: Add stack trace to irqsoff tracer (diff) | |
download | linux-0087aabd6a3744c28114240776918f5d15e46b98.tar.xz linux-0087aabd6a3744c28114240776918f5d15e46b98.zip |
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 3fa4c590cf12..5ad4199fb073 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -492,6 +492,8 @@ extern int __trace_printk(unsigned long ip, const char *fmt, ...) __attribute__ ((format (printf, 2, 3))); +extern void trace_dump_stack(void); + /* * The double __builtin_constant_p is because gcc will give us an error * if we try to allocate the static variable to fmt if it is not a |